Changes between Version 2 and Version 3 of HowToBurnSubtitlesIntoVideo
- Timestamp:
- Jul 11, 2012, 8:44:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBurnSubtitlesIntoVideo
v2 v3 4 4 }}} 5 5 6 Note: you need to have ffmpeg buil d with --enable-libass (if you are building FFmpeg yourself, look for the libass package, or libass-devpackage on debian-like distributions).6 Note: you need to have ffmpeg built with '''--enable-libass''' (if you are building FFmpeg yourself, look for the '''libass-dev''' package on debian-like distributions). 7 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-assfilter:8 If your subtitle is in `SubRip``/``MicroDVD` or any other supported text subtitles, you have to convert it to ASS before using the filter: 9 9 {{{ 10 10 ffmpeg -i subtitle.srt subtitle.ass
