Recommendation for MPEG2 converter to .H264

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
theGuruWithin
Posts: 4
Joined: Wed Jun 06, 2018 3:55 pm

Recommendation for MPEG2 converter to .H264

Post by theGuruWithin »

Hi Mike,

Love makeMKV. I purchased it years ago and have had great use for it, well worth the cost!

I am beginning to convert all my old DVDs with multiple audio tracks and commentary tracks.

I would really like to find a program that will convert the mpeg2 codec WITHIN the MKV container to a more efficient codec such as .h264 without changing or touching audio tracks. It would be great if I could adjust the compression bit rate on new .h264 video track without changing anything else.

Is there a tool you could recommend to simple turn mpeg2 video track codec to more efficient and more compatible .h264 or similar codec within - while passing through all other tracks unchanged keeping conversion in the MKV container.

in gratitude,
theGuruWithin
Woodstock
Posts: 9912
Joined: Sun Jul 24, 2011 11:21 pm

Re: Recommendation for MPEG2 converter to .H264

Post by Woodstock »

Several free projects do what you want to do, handbrake and ffmpeg to name just two.
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
theGuruWithin
Posts: 4
Joined: Wed Jun 06, 2018 3:55 pm

Re: Recommendation for MPEG2 converter to .H264

Post by theGuruWithin »

thanks for quick response. How would this be done with ffmpeg just dealing with video and not changing (just passing through) all of the audio and CC tracks? Would you know command-line code or is there a good open source GUI for Windows?
Woodstock
Posts: 9912
Joined: Sun Jul 24, 2011 11:21 pm

Re: Recommendation for MPEG2 converter to .H264

Post by Woodstock »

I'm not an ffmpeg user, so I do not know the magic rituals (command line arguments) for it. Sorry.
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
theGuruWithin
Posts: 4
Joined: Wed Jun 06, 2018 3:55 pm

Re: Recommendation for MPEG2 converter to .H264

Post by theGuruWithin »

I believe I have finally figured out command line for FFmpeg that works to accomplish this type of conversion.

ffmpeg -i "input_mpeg2.mkv" -map 0:v -map 0:a -map 0:s? -f matroska -vcodec h264 -acodec copy -c:s copy "Output_h264.mkv"
Thomasbb
Posts: 1
Joined: Mon Dec 10, 2018 8:07 am

Re: Recommendation for MPEG2 converter to .H264

Post by Thomasbb »

theGuruwithin

I've tried the command you suggested (ffmpeg -i "input_mpeg2.mkv" -map 0:v -map 0:a -map 0:s? -f matroska -vcodec h264 -acodec copy -c:s copy "Output_h264.mkv") and I also got an output named Output_h264.mkv was 6 min long (

I drew in ffmpeg typed -i drew in the inputfile.mkv and then pasted your terminalcommand.... but is it the actual way you do it?

Do you type anything before or after the command so that the movie title shows up in the resulting file.

Will you eventually write the whole command here, removing the " sign if it doesn't belong there

best wishes Thomas
gtrogue
Posts: 10
Joined: Mon Apr 01, 2019 7:12 pm

Re: Recommendation for MPEG2 converter to .H264

Post by gtrogue »

Why don't you use Handbrake and not worry about ffmpeg and the CLI.
Post Reply