我有高清1920x1080
YUV 格式的视频。我想将它们压缩640x480
成其他格式(mp4/avi ..),我使用了以下命令:
ffmpeg -f rawvideo -pix_fmt yuv420p -s:v 1920x1080 -r 25 -i input.yuv -c:v libx264 output.mp4
It converts the video but it looks **blurry** and **broken**.
有没有人对我的问题有更好的解决方案?[我找到了很多与上述类似的解决方案,但没有一个很好用]我非常感谢您的帮助。