2006-08-22, 01:14 PM
Hello,
I'm using mencoder to compress my recordings to xvid avi's.
If I encode large files (result files large than 1GB) I cannot playback these Files.
Does anyone know who to transcode large mpeg files to xvid avi's?
My mencoder command string:
I'm using mencoder to compress my recordings to xvid avi's.
If I encode large files (result files large than 1GB) I cannot playback these Files.
Does anyone know who to transcode large mpeg files to xvid avi's?
My mencoder command string:
Code:
{SOURCE_FILE} -noodml -oac mp3lame -lameopts abr:br=128 -ovc xvid -xvidencopts bitrate=1000 -aspect 1.3333 -vf pullup,pp=md,scale=768:576 -o {DEST_FILE}