Track Awesome Ffmpeg Updates Daily
👻 A curated list of awesome FFmpeg resources.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 transitive-bullshit/awesome-ffmpeg · ⭐ 781 · 🏷️ Media
Apr 22, 2020
JavaScript
- editly (⭐3.7k) - Declarative video editing tool and library with slick animations and transitions.
May 26, 2019
JavaScript
- ffparser (⭐5) - Parse input stream by frames directly into your code as a buffer.
Aug 17, 2018
JavaScript
- tangerine - Webcam streaming service using Node.js, FFmpeg, WebSockets, and Lad.
Aug 16, 2018
Community
Aug 15, 2018
Docs
- Filters - Docs for FFmpeg's powerful filter chains (scaling, cropping, concatenating, merging, etc.). This is one of my most visited links when working with FFmpeg.
- Man page - Official FFmpeg man page.
- CLI flags (⭐37) - A comprehensive list of all FFmpeg commandline flags. Really useful for searching random flags that you come across in the wild.
JavaScript
- ffmpeg-concat (⭐646) - Concats a list of videos together using FFmpeg with sexy OpenGL transitions.
- ffmpeg-extract-frames (⭐56) - Extracts screenshots from a video using FFmpeg.
- ffmpeg.js (⭐2.8k) - Port of FFmpeg to JavaScript via Emscripten. Allows for limited FFmpeg use on the client-side.
- ffmpeg-static (⭐697) - Provides static FFmpeg binaries for macOS, Linux, and Windows. Very useful for CI testing.
Aug 07, 2018
Native
- ffmpeg-gl-transition (⭐487) - FFmpeg filter for applying GLSL transitions between video streams (gl-transitions).
Jul 31, 2018
Mobile
- ijkplayer (⭐31k) - Android / iOS video player based on FFmpeg.
Tutorials
Jul 29, 2018
Docs
- FFmpeg.org - Where it all starts.
- Wiki & Bug Tracker - Lots of great info on here.
Tutorials
May 03, 2018
JavaScript
- gif-extract-frames (⭐20) - Extracts frames from GIFs including inter-frame coalescing.
Apr 05, 2018
JavaScript
- fluent-ffmpeg (⭐6.6k) - A fluent API to FFmpeg. If you only use one tool from this list, it should be this one.
Apr 04, 2018
JavaScript
- ffmpeg-generate-video-preview (⭐124) - Generates an attractive image strip or GIF preview from a video.
- ffmpeg-on-progress (⭐10) - Utility for robustly reporting progress with fluent-ffmpeg.
Mobile
- simplest ffmpeg mobile (⭐1.9k) - FFmpeg examples for Android and iOS.
Apr 02, 2018
JavaScript
- ffmpeg-probe (⭐10) - Wrapper around ffprobe for getting info about media files.
- ffmpeg-extract-frame (⭐13) - Extracts a single frame from a video.
- ffmpeg-extract-audio (⭐11) - Extracts an audio stream from a media file.
Tutorials