Changes between Version 3 and Version 4 of HowToBurnSubtitlesIntoVideo
- Timestamp:
- Jul 11, 2012, 8:48:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBurnSubtitlesIntoVideo
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
