https://ffmpegbyexample.com/ ffmpegbyexample.com [ ] * github * community * send yours FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg. Got a cool idea to share with the community? Send your contribution here! Loop images at specific frame rate to generate a video ffmpeg -i gif/%d.png -vf '[in]fps=12[v];[v]loop=loop=-1:size=9:start=0[out]' -c:v libx264 -crf 21 -r 30 -t 3 video-gif.mp4 Copy to clipboard Try it online All Examples * ^ Video Echo Effect With Delay and Hue Using Lagfun tags: #filter #lagfun * ^ Recode Your Video With a Modern Codec, Often Saving Space tags: #h265 #encoding * ^ Convert OGG Files W/ Metadata to M4a for IPod tags: #ipod #m4a #ogg * ^ Copy Metadata From One Mp3 to Another tags: #metadata #mp3 #id3v2 * ^ Extract Multiple Video Clips With One Input tags: #cut #multiple-outputs * ^ List All Supported Audio/Video Encoders With FFmpeg tags: #metadata #no-video * ^ Analyze Video Frames, Timecode and Metadata With Showinfo Filter tags: #showinfo #metadata #frames * ^ "Drawtext" and "Drawbox" Using "Sendcmd" Manifest tags: #sendcmd #drawtext #overlay * ^ Extract Raw Keyframe and Non Keyframes Out of a Video tags: #video-extract * ^ Print a Data Channel to STDOUT Using Ffmpeg tags: #no-video #metadata * 1 * 2 * 3 * 4 * > --------------------------------------------------------------------- Support us by donating a coffee here! Made with by Gariany & the FFmpeg Discord Community