# HG changeset patch # User Oleksandr Gavenko # Date 1471993514 -10800 # Node ID 48ef940fd6b9d2f458507f9d864548a570c4eb07 # Parent 813aa342d9ceea840a9ed50cbd51049a6bbd94c2 Integrating subtitles into video. diff -r 813aa342d9ce -r 48ef940fd6b9 video.rst --- a/video.rst Wed Aug 24 01:59:41 2016 +0300 +++ b/video.rst Wed Aug 24 02:05:14 2016 +0300 @@ -56,6 +56,14 @@ $ ffmpeg -formats | grep subt +Integrating subtitles into video +================================ +:: + + $ ffmpeg -i video.avi -vf subtitles=subtitle .srt out.avi + +https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo + Playing 3d film =============== ::