我目前正在使用drawtext
过滤器。到目前为止,我仅使用drawtext
选项配置成功使用正确的字体并将文本水平居中放置。我如何drawtext
在视频上显示文本,如下所示?
ffmpeg
ffmpeg -i "/media/test/test.mp4" -vf drawtext="fontfile=/usr/share/fonts/truetype/open-sans/OpenSans-Regular.ttf:text='Title of this Video':x=(w-tw)/2:y=(h-th)/2" /media/test_edited.mp4"
snapchat
计时器的任何建议。例如,我进行了一些测试,并且ffmpeg包含了一个testsrc视频源,其中包含一个计时器:ffplay -f lavfi -i testsrc
。初始计时器的数字0为29x52像素,其从左上角开始的位置水平为256像素,垂直为94像素。我可以像这样裁剪一位数字的区域ffmpeg -f lavfi -i testsrc -vf crop=29:52:256:94 -t 10 timer1.mp4