Originally Posted by parena
I have created a bash script for linux to convert 1 or more videos with mencoder. You can even give the video bitrate, minutes per video part and target directory. The minutes per video part defaults to 20, because of the audio out of sync issue. So if you have a movie of 1 hour, 30 minutes, meizu_prepare will convert that to 4 parts of 20 minutes and 1 part of 10 minutes. All the information is
here.
It has worked great for me, I have converted short and long movies. There is one small issue, sometimes, for no appearant reason at all, meizu doesn't understand part of the file and locks up (it happens at the exact same spot every time you play the file, unless you're able to fast forward passed it). mplayer can read that file flawlessly, though. Happened to me only twice, but I don't know what causes this.
Anyway, hopefully you'll find it useful.

Hi,
Under SUSE 10 I get the following errors
~> meizu_prepare -targetdir /home/fgs/miniplayer/ /audio-visual/tron.avi
results in
Storing videos in /home/fgs/miniplayer/ ...
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: Connection refused
Failed to open LIRC support. You will not be able to use your remote control.
Splitting /audio-visual/tron.avi into 5 parts:
12:58:16 Encoding part 1/5: /audio-visual/tron_1.avi at 0:00:00
12:58:16 Encoding part 2/5: /audio-visual/tron_2.avi at 0:20:00
12:58:16 Encoding part 3/5: /audio-visual/tron_3.avi at 0:40:00
12:58:16 Encoding part 4/5: /audio-visual/tron_4.avi at 0:60:00
12:58:16 Encoding part 5/5: /audio-visual/tron_5.avi at 1:20:00
12:58:16 Encoding finished ...