Ubuntu – Insert subtitles permanently and convert video

conversionsubtitlevideo

I need to do two things with an .avi video:

  1. Insert subtitles (.srt) permanently without modifying its timing or the video intself.
  2. Convert the new video (with the permanent subtitles) from .avi to .mpeg.

Is there any way to do it in one or two command lines? (Probably using ffmpeg?)

Some additional data:

  • Subtitles could have some special characters (spanish characters, like: ñ, á, ü …)
  • Doesn't matter the order of events: first add subtitles to .avi and then convert or first convert and then add subtitles to .mpeg
  • I'm using Ubuntu 11.04 (Natty Narwhal).

Best Answer

Arista can do both of these things, and it provides a very nice, easy GUI. It's available in the repos.

Screen of Arista

Related Question