FFmpeg
Complete, cross-platform solution to record, convert, and stream audio and video.
Why consider FFmpeg?
FFmpeg is the industry-standard multimedia framework able to decode, encode, transcode, mux, demux, stream, filter, and play pretty much anything that humans and machines have created.
Learn FFmpeg by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of FFmpeg
FFmpeg powers video processing pipelines worldwide across YouTube, Netflix, VLC, and OBS, delivering unmatched command-line media manipulation speed.
Quick CLI Examples
# Convert MKV to MP4 without re-encodingffmpeg -i input.mkv -c copy output.mp4# Extract MP3 audio from MP4 videoffmpeg -i video.mp4 -vn -c:a libmp3lame -q:a 2 audio.mp3FFmpeg is licensed under the GNU LGPL-2.1 (or GPL depending on build flags).
Related tools
More options with a similar category or technology profile.
MyPaint
Nimble, distraction-free, and easy graphic application for digital painters.
Pencil2D
Easy, intuitive traditional hand-drawn 2D animation software across raster and vector.
Hydrogen
Advanced open-source drum machine and pattern-based step sequencer for audio production.
Pure Data
Open source visual programming language for multimedia, audio, and physical computing.