ferevital.blogg.se

Ffmpeg gif tutorial
Ffmpeg gif tutorial






$ ffmpeg -ss 61.0 -t 2.5 -i StickAround.mp4 -filter_complex " fps=12,scale=480:-1,split palettegen paletteuse" SmallerStickAround.gif

ffmpeg gif tutorial

filter_complex " split palettegen paletteuse" $ ffmpeg -ss 61.0 -t 2.5 -i StickAround.mp4 -filter_complex " split palettegen paletteuse" FancyStickAround.gif $ ffmpeg -ss 61.0 -t 2.5 -i StickAround.mp4 -i palette.png -filter_complex " paletteuse" prettyStickAround.gif $ ffmpeg -ss 61.0 -t 2.5 -i StickAround.mp4 -filter_complex " palettegen" palette.png

ffmpeg gif tutorial

$ ffmpeg -ss 61.0 -t 2.5 -i StickAround.mp4 -f gif StickAround.gif $ ffmpeg -i benji.gif -f mp4 -pix_fmt yuv420p benji.mp4 Previous Post Next Post How to make GIFs with FFMPEG








Ffmpeg gif tutorial