All pastes #2901272 Raw Edit

ffmpeg filter command

public unlisted text v1 · immutable
#2901272 ·published 2015-01-09 05:37 UTC
rendered paste body
filter="yadif=0:-1:0, scale=400:226, drawtext=fontfile=/home/robert/.fonts/DroidSans.ttf: text='tod- %X':x=(w-text_w)/2:y=H-60:fontcolor=white:box=1:boxcolor=0x00000000@1"
codec="-vcodec libx264  -pix_fmt yuv420p -b:v 700k -r 25 -maxrate 700k -bufsize 5097k"
command_line=(ffmpeg -i "$infile" -vf  "$filter" "$codec" -an "$out_file")

$ echo "${command_line[@]}"
$ "${command_line[@]}"