Changes between Version 3 and Version 4 of How to burn subtitles into the video
- Timestamp:
- 07/11/2012 10:48:12 PM (11 months ago)
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:1 Using 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: 2 2 {{{ 3 3 ffmpeg -i video.avi -vf "ass=subtitle.ass" out.avi


