I'm trying to convert MVK-files to XviD but it doesn't work like I want it on all files.
I'm encoding 2 pass and copying the AC3 audio.
I'm using these command lines:
Code:mencoder input.mkv -aid 0 -ovc xvid -oac copy -msglevel all=-1:statusline=5 -really-quiet -xvidencopts pass=1:chroma_opt:quant_type=mpeg:me_quality=5:max_bframes=0:turbo -sws 9 -vf softskip,harddup,pullup,hqdn3d,scale=720:406 -passlogfile video.log -o output.aviThe bitrate and scale is of course different on each file...Code:mencoder input.mkv -aid 0 -ovc xvid -oac copy -msglevel all=-1:statusline=5 -really-quiet -xvidencopts pass=2:bitrate=1827:chroma_opt:quant_type=mpeg:me_quality=5:max_bframes=0 -sws 9 -vf softskip,harddup,pullup,hqdn3d,scale=720:406 -passlogfile video.log -o output.avi
The problem I'm having is that I'm converting ~43 minutes of video to a standard 1 CD file, ~733 000 000 bytes and it works on most files but not all.
Sometimes the final file is larger and sometimes it's smaller...
Does anyone have any idea why this is?
+ Reply to Thread
Results 1 to 2 of 2
-
-
first,
obviously it's a bad idea to disable message logging when troubleshooting.
Sometimes the final file is larger and sometimes it's smaller...
undershoots yes.
but,
some xvid revisions have been notoriously bad with
hitting bitrate targets.
and if you're increasing the bitrate a lot, you could get
to saturation point, so it'll be under.
and i've seen report of (and experienced) xvid within
mencoder undershooting set bitrate by ~x1.25.
i suppose you could try compiling your own with a diff xvid revision.
or trying to pinpoint specific parameters that trigger the behaviour.
or, use lavc mpeg4. I do.
interesting filter chain.
what's it's purpose?
tripp"I'll give you five dollars if you let me throw a rock at you"
Similar Threads
-
What the best format to convert to, AVI(Xvid), MP4 or MKV
By adamf154 in forum Video ConversionReplies: 2Last Post: 1st Mar 2010, 16:48 -
Convert MKV to XVID?
By lordsmurf in forum Newbie / General discussionsReplies: 1Last Post: 17th Dec 2008, 07:45 -
Convert .mkv and VOB to .avi (xvid)
By Numse in forum Newbie / General discussionsReplies: 2Last Post: 16th Sep 2008, 03:07 -
Convert MKV to Xvid to play on Xbox360
By Optimist in forum Media Center PC / MediaCentersReplies: 6Last Post: 11th Aug 2008, 15:56 -
Single software to convert DVD, MKV to Xvid, what do you use?
By artisticcheese in forum DVD RippingReplies: 1Last Post: 16th Jun 2007, 21:02