Howto convert dvb-t2xvid? mencoder works great
4:3 Streams:
Copy Audiostream
mencoder 001.vdr -oac copy -aid 128 -ovc xvid -xvidencopts
bitrate=800:threads=2:aspect=4/3 -vf scale -xy 720 -o <destinationpath>
Reencode Audiostream (1st?) with Lame
mencoder 001.vdr -oac mp3lame -ovc xvid -xvidencopts
bitrate=800:threads=2:aspect=4/3 -vf scale -xy 720 -o <destinationpath>
16:9 Streams:
mencoder 001.vdr -oac copy -aid 128 -ovc xvid -xvidencopts
bitrate=800:threads=2:aspect=16/9 -vf scale -zoom -xy 720 -o
<destinationpath>
Testingparameter
-endpos 6
4:3 Streams:
Copy Audiostream
mencoder 001.vdr -oac copy -aid 128 -ovc xvid -xvidencopts
bitrate=800:threads=2:aspect=4/3 -vf scale -xy 720 -o <destinationpath>
Reencode Audiostream (1st?) with Lame
mencoder 001.vdr -oac mp3lame -ovc xvid -xvidencopts
bitrate=800:threads=2:aspect=4/3 -vf scale -xy 720 -o <destinationpath>
16:9 Streams:
mencoder 001.vdr -oac copy -aid 128 -ovc xvid -xvidencopts
bitrate=800:threads=2:aspect=16/9 -vf scale -zoom -xy 720 -o
<destinationpath>
Testingparameter
-endpos 6
Enhancemants:
Xvid with quantizier instead of cbr
vbr instead of cbr for lame
Kommentare