ffmpeg视频处理tips:

视频解帧:

 

ffmpeg -i XX.MP4  XX%4d.png

 

帧合视频:

ffmpeg -r 30 -i XX%4d.png -vcodec libx264 -r 30 -s WxH XX.mp4

 

相关文章: