Easy way to convert MKV to MP4 with ffmpeg · GitHub

PHOTO EMBED

Thu Jun 20 2024 03:20:59 GMT+0000 (Coordinated Universal Time)

Saved by @baamn #batch #ffmpeg #cmd

for /R %f IN (*.mkv) DO ffmpeg -i "%f" -c copy "%~nf.mp4"
content_copyCOPY

If you want to batch convert multiple MKV files, you can switch into the directory that contains MKV files and run the following, depending on OS. This can be run directly from command line. All MKV files found in the directory will be converted with their original filename.

https://gist.github.com/jamesmacwhite/58aebfe4a82bb8d645a797a1ba975132