Hello,
could someone please suggest to me a simple program that will allow me to mux an h.264 mkv file into an mp4 container? I've tried mkvtomp4 but that didn't work for some reason, just stayed at 99% the whole time, and I tried meGUI but have no idea how to use it.
Any help would be much appreciated, thanks.
+ Reply to Thread
Results 1 to 11 of 11
-
-
Not all mkvs can be remuxed to a mp4 container.
But you can always try avidemux, open mkv, under video and audio choose copy, under container mp4, save. It will probably crash though...
Or from a command line, ffmpeg -i video.mkv -vcodec copy -acodec copy video.mp4
If everything fails you might have to reconvert the audio or video. Post the details from the mkv then. -
Download ffmpeg(get the latest static 32bit build), extract ffmpeg.exe, put it in for example c:\temp together with your mkv file.
Start a command prompt from the windows start menu and under accessories.
Type
cd c:\temp
ffmpeg -i "video.mkv" -vcodec copy -acodec copy video.mp4 -
Okay, i will give it a try, but I should have asked you this before... Can i still do this without any audio?
I just need the video stream, no audio. In fact it's crucial that I don't have any audio in the file (don't ask, long story). -
Okay,
It kind of worked, but the mp4 file is horribly choppy. I don't know what i've done wrong.. -
You can also try Video To Video Converter. When you open an MKV for conversion, select Direct Stream Copy from the conversion presets.
Similar Threads
-
Cannot seem to convert MKV to MP4 or AVI to MP4 without audio sync issues
By Matth3w in forum Video ConversionReplies: 0Last Post: 16th Sep 2012, 13:36 -
Simple MKV to MP4 Conversion Guide (Xbox360)
By Cloud101 in forum User guidesReplies: 35Last Post: 8th Nov 2011, 16:41 -
Simple Guide : How to rip BD to mkv or mp4
By Bonie81 in forum Blu-ray RippingReplies: 8Last Post: 21st Jun 2011, 13:00 -
Convert AVI (miniDV) to MKV/MP4, large files only convert partially
By Video Eddie in forum Video ConversionReplies: 0Last Post: 3rd Jan 2011, 05:44 -
Simple MP4 Video Editing Program
By BTJustice in forum EditingReplies: 6Last Post: 24th Feb 2010, 09:36