Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试将 .264 文件转换为 .avi 要做到这一点,我使用 ffmpeg:
ffmpeg -f h264 -i source.264 -c:v libx264 -an dest.avi
它可以工作,但源文件的质量更差。我该如何解决?