User Tools

Site Tools


ffmpeg:subtitles:add_subtitles_from_a_srt_file

This is an old revision of the document!


ffmpeg - Subtitles - Add subtitles from a SRT file

ffmpeg -i input.mp4 -vf subtitles=subtitle.srt output.mp4

NOTE: The subtitles will be added to the video using the default font styles.

  • -vf is an alias for -filter:v.
  • subtitles=subtitle.srt is the name of the filter followed by the name of the SRT subtitle file.
ffmpeg/subtitles/add_subtitles_from_a_srt_file.1735588521.txt.gz · Last modified: 2024/12/30 19:55 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki