Changes between Version 1 and Version 2 of HowToBurnSubtitlesIntoVideo
- Timestamp:
- Jul 8, 2012, 8:47:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBurnSubtitlesIntoVideo
v1 v2 3 3 ffmpeg -i video.avi -vf "ass=subtitle.ass" out.avi 4 4 }}} 5 6 Note: you need to have ffmpeg build with --enable-libass (if you are building FFmpeg yourself, look for the libass package, or libass-dev package on debian-like distributions). 7 8 If your subtitle is in SubRip, MicroDVD or any other supported text subtitles, you have to convert it to ASS before using the vf-ass filter: 9 {{{ 10 ffmpeg -i subtitle.srt subtitle.ass 11 }}}
