FFMPEG使用时报错Could find no file with path ‘/bbb_lr1/%06d.png’ and index in the range 0-4 /bbb_lr1/%06d.png: No such file or directory
应该使用的命令
ffmpeg -f image2 -r 25 -i bbb_lr1/%05d.png -b 200k -vcodec mpeg4 MPEG4.mp4
版权声明:本文为qq_42061298原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。