Recommendation for MPEG2 converter to .H264

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

Recommendation for MPEG2 converter to .H264

#1 Post by theGuruWithin » Wed Jun 06, 2018 4:18 pm

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: 10293
Joined: Sun Jul 24, 2011 11:21 pm

Re: Recommendation for MPEG2 converter to .H264

#2 Post by Woodstock » Wed Jun 06, 2018 6:07 pm

Several free projects do what you want to do, handbrake and ffmpeg to name just two.

theGuruWithin
Posts: 4
Joined: Wed Jun 06, 2018 3:55 pm

Re: Recommendation for MPEG2 converter to .H264

#3 Post by theGuruWithin » Wed Jun 06, 2018 6:35 pm

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: 10293
Joined: Sun Jul 24, 2011 11:21 pm

Re: Recommendation for MPEG2 converter to .H264

#4 Post by Woodstock » Wed Jun 06, 2018 7:39 pm

I'm not an ffmpeg user, so I do not know the magic rituals (command line arguments) for it. Sorry.

theGuruWithin
Posts: 4
Joined: Wed Jun 06, 2018 3:55 pm

Re: Recommendation for MPEG2 converter to .H264

#5 Post by theGuruWithin » Wed Jun 06, 2018 10:24 pm

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

#6 Post by Thomasbb » Mon Dec 10, 2018 9:00 am

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

#7 Post by gtrogue » Mon Apr 01, 2019 7:50 pm

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

Post Reply