I have some questions regarding Mencoder and an H264 Video (inside of a Matraska Container). With Non-H264 MKV files, for the most part (if there is no need for re-encode), I always use Mencoder via the command line and do the following (please note this command line is something someone on this site was kind enough to help me with):
<COMMAND LINE>
mencoder input.mkv -o output.avi -aid 0 -mc 0 -ovc copy -oac mp3lame -lameopts cbr:br=128:mode=0
</COMMAND LINE>
Now, when I try to do the above command line with H264 MKV files, the video will never work. So, I found a wonderful program called Super, that for the most part will handle H264 MKV files.
Now, as most of you know, Super uses Mencoder (if specified in the GUI). My question is what command line or command line arguments would I need to use with Mencoder to get it to copy H264 Videos out of the MKV so I wouldn't have to use Super?
I will monitor this thread for answers and also provide more information if needed.
+ Reply to Thread
Results 1 to 2 of 2
-
-
It has to be vfw ready to stream copy into avi.
you'll probably have native avc in the mkv.
doing what with super?
stream copy? i think not.
re-encoding? more likely.
you can re-encode
with mencoder with something simple like:
Code:mencoder input.mkv -o output.avi -mc 0 -ovc xvid -xvidencopts fixed_quant=5 -oac mp3lame -lameopts cbr:br=128:mode=0
in two steps,
demux with mkvextract (mkvtoolnix) to an elementary .264 stream,
and run it through avc2avi.exe.
if you also have a variable frame rate to deal with,
that's another kind of headache
gl
Similar Threads
-
Combining MP4 files (h264) with mencoder results in blank (white) videos
By mstaker in forum Video ConversionReplies: 0Last Post: 10th Dec 2011, 14:35 -
Mencoder + mp4box + PSP + h264. Help Needed
By FlyerUA in forum Video ConversionReplies: 2Last Post: 6th Aug 2011, 15:51 -
Request for Mencoder Command for H264 with this spec
By baoky in forum Video ConversionReplies: 0Last Post: 25th Jul 2011, 23:54 -
Converting to H264 [.MP4] (mencoder) results in video playing too fast
By ChrisMtl in forum ffmpegX general discussionReplies: 4Last Post: 12th Nov 2008, 16:02 -
Mencoder Question
By Maikeru-sama in forum Video ConversionReplies: 4Last Post: 23rd Dec 2007, 19:51