sh 将视频MP4转换为GIF

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 将视频MP4转换为GIF相关的知识,希望对你有一定的参考价值。

# sudo apt-get install ffmpeg -y
# -an ignore audio
# -vf filters
# -ss second start
# -t how much seconds

ffmpeg -i input.mp4 -y -an -vf fps=2,scale=720:-1 -ss 5 -t 8 output.gif

以上是关于sh 将视频MP4转换为GIF的主要内容,如果未能解决你的问题,请参考以下文章

使用 Python 将 MP4视频 转换为GIF动画

无法使用 ffmpeg 将在线 gif 转换为 mp4 视频

sh 将GIF简单地转换为MP4(h264 / h265),WebM(vp8 / vp9)和WebP

sh 将视频转换为gif

如何在 Flutter 中将 GIF 转换为 mp4 视频?

使用 ffmpeg 实现 MP4 与 GIF 的互转