Which is the best way to go from MKV to MP4?
+ Reply to Thread
Results 1 to 5 of 5
-
Do your files have any specific mkv features you want to keep ?
ffmpeg:
https://forum.videohelp.com/threads/398507-Top10-Commands-for-Lossless-Video-manipulat...eg-%28Guide%29
avidemux -
Yeah, ffmpeg is definitely a good option.
If the MKV contains video and audio supported by the MP4 container, you can remux as an MP4.
AnotherGUI is a handy GUI for that sort of thing. You can drag and drop a bunch of files onto it and let it run. An AnotherGUI preset for copying the video and audio from any ffmpeg supported format to an MP4 looks something like this:
-i "<FullSourceFileName>" -y -threads 1 -vcodec copy -acodec copy "<OutputPath><OutputFileName>.mp4"
If you wanted to copy the video while converting the audio to AAC:
-i "<FullSourceFileName>" -y -threads 1 -vcodec copy -acodec aac "<OutputPath><OutputFileName>.mp4"
I think I use -threads 1 because AnotherGUI can be configured to convert more than one file at a time.
So you know, the current version of AnotherGUI (2.3) checks for an update and reports there is one, but the update it finds is an older version. I've reported the bug to the author, but it's no big deal. It just shows an available update on the title bar you can simply ignore.Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview)
Similar Threads
-
MkvТоMp4 v0.224 - rapid tool for repack Mkv to Mp4
By oreons in forum Video ConversionReplies: 808Last Post: 7th Mar 2022, 01:43 -
ffmpeg vs Handbrake for MKV to MP4 conversion
By Snoopy329 in forum EditingReplies: 3Last Post: 15th Feb 2020, 14:14 -
FFMPEG Conversion from MKV to MP4 returns a empty MP4 file?
By lolmaisine in forum Video ConversionReplies: 4Last Post: 6th Mar 2019, 07:45 -
What tool(s) for MP4 to MKV conversion with no reencoding?
By zdvd in forum Video ConversionReplies: 35Last Post: 17th Dec 2016, 07:38 -
Trouble adding soft subtitles to MKV or mp4 on conversion from avi
By hibbs in forum SubtitleReplies: 3Last Post: 21st Nov 2015, 10:39