Askthewind’s diary

個人的なメモ

2018-12-16から1日間の記事一覧

FFmpegのdrawtextでカウントダウンタイマーをつける

Show countdown with drawtext Add countdown timer with drawtext FFmpegのdrawtextでカウントダウンタイマーをつける FFmpegでプレビュー ffmpeg -i "input.mp4" -filter_complex "format=yuv444p,drawtext=fontfile='C\:/WINDOWS/Fonts/Alial.ttf':text='…

FFmpegでテキストにテレビ放送局風の半透明のボックスを付ける

Add opacity of drawbox like a TV station to text TV station style telop テレビ局風のテロップ FFmpegでプレビュー ffmpeg -i "input.mp4" -filter_complex "format=yuv444p,drawbox=y=ih*0.7:w=iw:h=56:t=fill:color=black@0.4:enable='between(t,0,10)…