How do I convert a VFR MKV that uses the MPEG4 AVC codec to M2V for DVD? The codec name that shows up in MKVtoolnix is: V_MPEG4/ISO/AVC. When I try to extract it as an AVI using MKVExtract, it won't extract because the AVC format is not supported.It plays fine in Media Player Classic though. Since it's VFR, I'm trying to use this AVS script:
When I open the above in TMGPEnc, the error says the AVS cannot be supported (AVS has always worked for me) When I remove the YUY2 line, TMGPEnc crashes.Code:DirectshowSource("file.mkv",fps=119.88,convertfps=true) ConverttoYUY2() FDecimate(23.976)
The MKV has subtitle files in it as well. When I try to open it in Vdub, it won't open because of the subtitle files. When I try to remove it in mkvtoolnix and then remux, the MKV crashes in Vdub and Media Player Classic!![]()
+ Reply to Thread
Results 1 to 9 of 9
-
-
I would assume that is what they meant. Fact is that VDubMod's MKV support is out of date. It doesn't support advanced features like VFR and native AVC.
mkvextract can extract to a raw AVC stream though right? If you wanted an avi you could use avc2avi on it. -
Originally Posted by celtic_druid
http://forums.afterdawn.com/thread_view.cfm/273828
So I might have an outdated version of MKVextract. :P My version is called MKVExtract GUI 1.5. If I updated it and got an AVC, would that be accepted in TMPGEnc? Either way, I think converting to M2V without the MKV container would be a faster process.
Right now, I'm using this script in TMPGEnc for MKV to M2V:
DirectshowSource("test.mkv")
But it takes 1 hour and 41 minutes at best, not to mention it takes 60% of the CPU. It also fills up my System Tray with annoying icons for FFDSHOW Video Decoder and Audio Decoder.
-
TMPGEnc should be able to open the file directly. Also you should only get one ffdshow icon for each video/audio stream that it is decoding. You can disable the tray icon in preferences to.
Converting a raw .264 stream would only work if you had a parser installed that could handle it and no it wouldn't be any faster. Still the same video to decode and encode. -
i have a few mkv[x264] i want to encode to xvid they have a normal framerate like 23.976 and i have tried to encoded to xvid befor but i keep getting video/audio desync
-
Are you sure that they are CFR 23.976fps? Sync issues when converting mkv's is generally due to VFR video and converting to a container (avi) that doesn't support VFR. If all you want is XviD, then easiest would be to remux back to mkv with the original time codes.
-
so if i convert it to xvid i have to mux the timecodes from the x264 mkv
-
Yeah, if you convert to XviD, then remux back to mkv with the original time codes, then they video and audio streams should match.
Similar Threads
-
Why should get a delay when converting H.264/MPEG-4 AVC?
By Leo99 in forum Video ConversionReplies: 31Last Post: 16th Apr 2012, 13:40 -
Converting DV 720x576 with AR 16:9 to AVC using libx264 and FFCoder
By klode in forum Video ConversionReplies: 3Last Post: 11th Dec 2011, 09:57 -
Problems converting H.264 AVC to MPEG2
By Gwar in forum Video ConversionReplies: 8Last Post: 4th Jul 2011, 11:29 -
Converting .ts/avc HDTV files to .avi
By Kull in forum Video ConversionReplies: 2Last Post: 8th Feb 2010, 19:57 -
Converting H.264/MPEG-4 AVC to DVD
By KiteFlyer in forum Video ConversionReplies: 1Last Post: 23rd Jan 2009, 13:36