0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ffmpegでサブタイトルのスタイルを指定する

Last updated at Posted at 2018-05-04
ffmpeg -i a.mp4 -vf "drawtext='borderw=2:fontsize=32:fontfile=/System/Library/fonts/ヒラギノ角ゴシック W6.ttc:x=32:y=16:fontcolor=white:text=タイトル',subtitles=./captions.srt:force_style='Fontsize=32,PrimaryColour=&H00FF00&,OutlineColour=&HFFFFFF&,Outline=2,Bold=1'" b.mp4

スタイルの指定に関する参考資料
https://github.com/mitio/useful-ffmpeg-commands/blob/master/ass-specs.pdf

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?