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.
以低 CRF 值为目标时,在 Q 模式下从 Gif 转换为 WebM 会输出不完整的视频。例如,运行以下命令会生成持续时间为 1.15 秒的 WebM 视频,而输入 Gif 为 2.16 秒。
ffmpeg.exe -i in.gif -c:v libvpx-vp9 -b:v 0 -crf 10 -an -f webm out.webm
以较低质量为目标(例如 CRF=~30),将产生正确且完整的视频输出。
测试图像 in.gif