how do I convert .iso to .mp4 without mounting with ffmpeg

30,061

You can do this with Handbrake, which comes in both GUI and CLI flavours and uses ffmpeg on the backend to do the transcoding.

HandBrakeCLI -Z "High Profile" -i a_movie.iso -o a_movie.mp4

Alternatively, if you have some funky FFmpeg voodoo that you can't easily replicate in HandBrakeCLI, you could mount the ISO locally and copy the VIDEO_TS folder up to the server that you want to do the conversion on.

Share:
30,061

Related videos on Youtube

Kirill Zaitsev
Author by

Kirill Zaitsev

Yes we code

Updated on September 18, 2022

Comments

  • Kirill Zaitsev
    Kirill Zaitsev almost 2 years

    The problem is - I want to convert .iso with dvd to .mp4 (h264/ac3), but I cannot mount it via mount -o loop, because I'm on a virtual machine that doesn't allow to do that.

    Googling doesn't help.

    For now I'm trying to use mencoder for the task, but it's hard for me to convert all the parameters from ffmpeg-style to mencoder style.

    • user1686
      user1686 almost 13 years
      You can extract .iso files with xorriso.
  • Dermot Williams
    Dermot Williams almost 13 years
    If you want to know what other profiles are available, use: HandBrakeCLI -z