Changes between Version 3 and Version 4 of How to burn subtitles into the video


Ignore:
Timestamp:
07/11/2012 10:48:12 PM (11 months ago)
Author:
burek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • How to burn subtitles into the video

    v3 v4  
    1 Using FFmpeg's [http://ffmpeg.org/ffmpeg.html#ass ass] video filter, we can draw text of the subtitles into the movie, like this: 
     1Using FFmpeg's [http://ffmpeg.org/ffmpeg.html#ass ass video filter] (see Wikipedia for [http://en.wikipedia.org/wiki/SubStation_Alpha#Advanced_SubStation_Alpha Advanced SubStation Alpha]), we can draw text of the subtitles into the movie, like this: 
    22{{{ 
    33ffmpeg -i video.avi -vf "ass=subtitle.ass" out.avi