So, recently I have delved into converting MKV to MP4 using the ffmpeg command line using the following line: ffmpeg -i "examplefile.mkv" -c:v copy -c:a copy "examplefile.mp4".
Someone on this forum recommended I use handbrake instead because it is easier to use. I can't imagine it being easier to use than just to use the command line in ffmpeg, but since I am new to editing, I wanted to ask the community if they had any preference between the two and why. Thanks.
+ Reply to Thread
Results 1 to 4 of 4
-
-
The difference is Handbrake won't streamcopy the video . It will re-encode (lose quality, takes longer time) . Handbrake can copy the audio I think, but not the video
You're using stream copy with -c:v copy -c:a copy; ffmpeg just takes the video and audio in the mkv and places it into a new mp4 container -
Similar Threads
-
FFMPEG Conversion from MKV to MP4 returns a empty MP4 file?
By lolmaisine in forum Video ConversionReplies: 4Last Post: 6th Mar 2019, 07:45 -
Can Handbrake encode an MP4/MKV directly from a DVD ISO image?
By loninappleton in forum Video ConversionReplies: 7Last Post: 9th Dec 2016, 17:20 -
Most simple Handbrake setting to convert MKV to H264 or Mp4
By joms in forum Video ConversionReplies: 65Last Post: 4th Jul 2015, 01:18 -
How to add srt to mp4 without video conversion with handbrake?
By hibbs in forum SubtitleReplies: 4Last Post: 18th Jun 2015, 22:49 -
Weird artifacts when converting from MKV to MP4 in Handbrake/Mediacoder
By fighuass in forum Video ConversionReplies: 4Last Post: 1st Apr 2015, 00:01