Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ffmpeg -i test_30sec.mov -vf "subtitles=subtitle_en.srt:force_style='fontsize=25,Outline=2,OutlineColor=&H80000000'" out.mp4

Its result will be like below:

Image Added


If you want to put dark block behind of the subtitle, you can do it easily by adding BorderStyle=4 like below:

...