Awesome FFmpeg 
FFmpeg is a cross-platform solution to record, convert and stream audio and video.
FFmpeg is a cross-platform solution to record, convert and stream audio and video.
Where it all starts.
Docs for FFmpeg's powerful filter chains (scaling, cropping, concatenating, merging, etc.). This is one of my most visited links when working with FFmpeg.
Official FFmpeg man page.
Lots of great info on here.
A comprehensive list of all FFmpeg commandline flags. Really useful for searching random flags that you come across in the wild.
FFmpeg's official docs are notoriously difficult for beginners to understand due to the scope and complexity of FFmpeg's capabilities. With that being said, they're still very useful as a reference.
A fluent API to [FFmpeg](http://www.ffmpeg.org). If you only use one tool from this list, it should be this one.
Wrapper around ffprobe for getting info about media files.
Concats a list of videos together using FFmpeg with sexy OpenGL transitions.
Declarative video editing tool and library with slick animations and transitions.
Generates an attractive image strip or GIF preview from a video.
Extracts a single frame from a video.
Extracts screenshots from a video using FFmpeg.
Extracts frames from GIFs including inter-frame coalescing.
Extracts an audio stream from a media file.
Utility for robustly reporting progress with fluent-ffmpeg.
Port of FFmpeg to JavaScript via Emscripten. Allows for limited FFmpeg use on the client-side.
Provides static FFmpeg binaries for macOS, Linux, and Windows. Very useful for CI testing.
Webcam streaming service using Node.js, FFmpeg, WebSockets, and Lad.
Parse input stream by frames directly into your code as a buffer.
FFmpeg filter for applying GLSL transitions between video streams ([gl-transitions](https://gl-transitions.com/)).
FFmpeg examples for Android and iOS.
Android / iOS video player based on FFmpeg.
And [follow-up](https://nervous.io/ffmpeg/opengl/2017/05/15/ffmpeg-pbo-yuv).