使用ffmpeg转换图像格式

将一个文件夹下的png图像转为yuv序列:

.bat文件:

\Tool\ffmpeg\ffmpeg -r 5 -i \indata\%%05d.png -pix_fmt yuv420p \outdata\out.yuv

cmd

你可能感兴趣的:(图像处理)