Discussion Forums > Technology
[Guide] How to Remux MKVs to MP4s
Baby Naruto:
1.) Download/install MKVExtract GUI2 and YAMB.
2.) Open up MKVExtract GUI2, click on the browse button (the ... button by input file) and choose the MKV.
3.) Check/Tick the audio and video streams.
4.) Check/Tick Use source dir for output.
5.) Click Extract.
6.) After both streams have been extracted, close MKVExtract GUI2 and then open up YAMB.
7.) Go to Creation, and double click on "Click to create a MP4 file with multiple audio, video, subtitle and chapter streams".
8.) Click on Add, and select the video stream.
9.) Click on Add, and select the audio stream(s).
10.) Rename the output file if you desire, then click on Next.
11.) Wait for the muxing to complete, then click on finish and yes.
12.) You're done, congrats.
kitamesume:
was this really needed? googling stuffs usually have the same effect really.
but none the less, good try.
Baby Naruto:
--- Quote from: kitamesume on November 27, 2012, 02:52:14 AM ---Was this really needed? Googling stuffs usually have the same effect really.
But nonetheless, good try.
--- End quote ---
I was just trying to be helpful :).
kureshii:
Remuxing in one step with ffmpeg:
ffmpeg -i input.mkv -vcodec copy -acodec copy -scodec mov_text output.mp4
Baby Naruto:
--- Quote from: kureshii on November 27, 2012, 03:23:25 AM ---Remuxing in one step with ffmpeg:
ffmpeg -i input.mkv -vcodec copy -acodec copy -vf "ass=external_subtitle.ass" output.mp4
--- End quote ---
Any chance of there being an interface version with buttons and such?
I dislike having to use command line source code stuff.
Navigation
[0] Message Index
[#] Next page
Go to full version