video.rst
changeset 2019 48ef940fd6b9
parent 2018 813aa342d9ce
child 2020 065c06927ba9
equal deleted inserted replaced
2018:813aa342d9ce 2019:48ef940fd6b9
    53   $ ffmpeg -y -i in.mkv -map 0:$ID -f webvtt out.vtt
    53   $ ffmpeg -y -i in.mkv -map 0:$ID -f webvtt out.vtt
    54 
    54 
    55 List of supported by ``ffmpeg`` subtitle formats::
    55 List of supported by ``ffmpeg`` subtitle formats::
    56 
    56 
    57   $ ffmpeg -formats | grep subt
    57   $ ffmpeg -formats | grep subt
       
    58 
       
    59 Integrating subtitles into video
       
    60 ================================
       
    61 ::
       
    62 
       
    63   $ ffmpeg -i video.avi -vf subtitles=subtitle .srt out.avi
       
    64 
       
    65 https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo
    58 
    66 
    59 Playing 3d film
    67 Playing 3d film
    60 ===============
    68 ===============
    61 ::
    69 ::
    62 
    70