RxFFmpeg icon indicating copy to clipboard operation
RxFFmpeg copied to clipboard

请问是否可以多张图片合成一个视频 命令是什么?

Open chenjian9527 opened this issue 3 years ago • 4 comments

请问是否可以多张图片合成一个视频 命令是什么?

chenjian9527 avatar Sep 24 '21 09:09 chenjian9527

可以,参考下命令文档

microshow avatar Sep 24 '21 09:09 microshow

命令文档看了 只有1个图片合成1个视频的命令

chenjian9527 avatar Sep 24 '21 09:09 chenjian9527

可以,参考下命令文档

命令文档看了 只有1个图片合成1个视频的命令

chenjian9527 avatar Sep 24 '21 09:09 chenjian9527

试试这个指令:ffmpeg -f image2 -r 1 -i /storage/emulated/0/1/%d.jpg -r 10 -vcodec libx264 -crf 25 -pix_fmt yuv420p -y /storage/emulated/0/1/result.mp4

Jasongq avatar Feb 22 '22 05:02 Jasongq