ffmpeg create a video from 4th image and and slow down the play speed
Posted seamanj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ffmpeg create a video from 4th image and and slow down the play speed相关的知识,希望对你有一定的参考价值。
ffmpeg -y -start_number 4 -i %d.png -filter:v “setpts=10*PTS” 1.avi
以上是关于ffmpeg create a video from 4th image and and slow down the play speed的主要内容,如果未能解决你的问题,请参考以下文章
c#屏幕录制(经典)(含源码和AForge.Video.FFMPEG.DLL)及填坑办法
image-video editing with ffmpeg on Ubuntu