使用 ffmpeg 将 GIF 转为 mp4 的方法

ffmpeg -r 30 -i input.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" output.mp4


https://www.clas.kitasato-u.ac.jp/~fujiwara/Mathematica/GIFtoMP4.html

#指令 #软件 #转换
 
 
Back to Top