ffmpeg # drawtext进阶 02 打印帧序号和pts
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
本文标题:ffmpeg # drawtext进阶 02 打印帧序号和pts
本文链接:https://www.haomeiwen.com/subject/xobvvqtx.html
网友评论