1

Back in the Windows/Mac days, I used the wonderfully easy to use Miro Video Converter to convert videos I have into either the more open and Freerer Theora or WebM formats. Two problems:

(1) No Linux binary that I could use.

(2) No advanced options that let me control the conversion process, such as embedding subtitles.

Is there an alternative FLOSS on Linux that does this? Thanks!

hpy
  • 4,567

3 Answers3

4

I'd suggest a frontend to ffmpeg. There are several out there, for example

Sinthgunt looks the most promising to me - it looks relatively discoverable, and comes with loads of preset formats to convert into.

gnud
  • 431
3

ffmpeg does both, of course............

Rob
  • 1,780
  • 1
    OP mentioned easy, and by that I think he is thinking GUI. So maybe you could at least point to a tutorial that de-mystifies ffmpeg. – tshepang Feb 22 '11 at 05:32
  • @Tshepang - I would hope that anyone posting here would not require a GUI to make things easy for them. – Rob Feb 22 '11 at 12:17
  • 2
    Why's that? There's many tasks that are made easy by using a GUI. – tshepang Feb 22 '11 at 12:26
  • 1
    How difficult can this be?: ffmpeg -i video.avi video.webm – Rob Feb 23 '11 at 16:30
2

It may depend on the device/format targets, but HandBrake is also an interesting tool for such tasks. It is a bit picky about output formats (only mkv and m4v), but works great if you can read those.