Changes between Version 5 and Version 6 of How to burn subtitles into the video


Ignore:
Timestamp:
12/04/2012 01:57:16 AM (6 months ago)
Author:
ubitux
Comment:

add subtitles filter hint

Legend:

Unmodified
Added
Removed
Modified
  • How to burn subtitles into the video

    v5 v6  
    1212 
    1313For 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 
     15With recent versions (starting Nov 29th 2012) of FFmpeg, you can also simply use the subtitles filter: 
     16 
     17{{{ 
     18ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi 
     19}}}