Hi,
I have extracted a mkv file which contains an .ogg and a .h264 file.
I've tried searching everywhere including here but I couldn't find a way to convert the .h264 file to avi. If it was a mp4 I know how to do it but the extension is .h264.
Virtualdub couldn't open it. I've tried mediacoder, but the whole thing collapses as soon as I hit the start button. I just to play on my standalone dvd player.
I need some help please.
thank you
+ Reply to Thread
Results 1 to 12 of 12
-
-
If you really must do it. Use avc2avi. Can't see the point though. Nothing really that will play AVC in an avi that can't play it in an mkv.
-
i think he wants an avi with divx or xvid....so it works on standalone divx,xvid player...
-
First of all you'll have to recompress the whole thing.
When alltoavi fails here is how's you do it.
You feed the mkv into vbubmod though an avisynth script like thisCode:DirectShowSource(fps=23.976,"MkvFileHere.mkv")
One small glitch - which i haven't figure how to solve yet, but doesn't happen to all mkvs - is that in some mkvs is you do this, the video gets desynchonized with the audio. You can try matching the framerate of video to audio, that works.. sometimes.
Good luck.-Good Things Come to Those Who Wait- -
That would be due to VFR video.
DirectShowSource("MkvFileHere.mkv", fps=119.88, convertfps=true)
No more sync problems.
The reason for 119.88fps:
119.88 / 23.976 = 5
119.88 / 29.970 = 4
So in the above example the source is hybrid 23.976/29. -
@Snowcrystal: You should have either ffdshow or even better PowerDVD7 installed (demo version is sufficient) in order to be sure to have an AVC/H.264-decoder on your system so that there is a directshow decoder to decode the h264-video. Sometimes some H.264-video cannot be properly decoded by the ffdshow-decoder. The cyberlink decoder included in PowerDVD7 usually is a better choice.
-
-
I've used winavi 7.6 and just add the mkv as a whole and select xvid codec, adjust the bitrate and in my case make sure bitstream, qpel and gmc are disabled and hit the start button. I've never thought it would be this simple, because I've tried many converting softwares but none has worked before.
-
snowcrystal when you encoded does it detect the subs if it has any
Similar Threads
-
H264 to avi?
By dallylama in forum Video ConversionReplies: 43Last Post: 7th May 2012, 06:43 -
transcoding from avi h264 to Quicktime H264
By muffinman123 in forum Video ConversionReplies: 1Last Post: 24th Sep 2011, 05:56 -
Another H264 to AVI Question
By kenzier in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 00:59 -
h264 avi to mkv
By frostiex in forum Video ConversionReplies: 1Last Post: 27th Feb 2009, 08:45 -
H264: Are there other h264 (AVCHD/VC-1) encoding command-line/CLI tools ??
By vhelp in forum Newbie / General discussionsReplies: 12Last Post: 16th Feb 2008, 01:20