Changes between Version 5 and Version 6 of How to burn subtitles into the video
- Timestamp:
- 12/04/2012 01:57:16 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to burn subtitles into the video
v5 v6 12 12 13 13 For windows users [http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=10&t=318&start=20 this link] may be useful, as you have to setup font paths just right to get libass to work. 14 15 With recent versions (starting Nov 29th 2012) of FFmpeg, you can also simply use the subtitles filter: 16 17 {{{ 18 ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi 19 }}}


