ffmpeg # drawtext进阶 02 打印帧序号和pts

2019-04-01  本文已影响0人  FlyingPenguin
ffmpeg -f lavfi -i testsrc -t 20 timer1.mp4
ffmpeg -i bunny.mp4 -vf drawtext=fontcolor=white:fontsize=40:fontfile=msyh.ttf:line_spacing=7:text=%{n}:x=50:y=50 -vframes 600  -y out.mp4
image.png
ffmpeg -i bunny.mp4 -vf drawtext=fontcolor=white:fontsize=30:fontfile=msyh.ttf:line_spacing=7:text=%{pts}:x=50:y=50 -vframes 600  -y out.mp4
image.png
 ffmpeg -i bunny.mp4 -vf drawtext=fontcolor=white:fontsize=20:fontfile=msyh.ttf:line_spacing=7:text=%{pict_type}:x=50:y=50 -vframes 600  -y out.mp4
image.png image.png

References:

https://ffmpeg.org/ffmpeg-filters.html#drawtext-1

上一篇 下一篇

猜你喜欢

热点阅读