{"id":391,"url":"https://github.com/transitive-bullshit/awesome-ffmpeg","last_synced_at":"2025-10-13T22:30:23.382Z","repository":{"id":38206708,"uuid":"127764675","full_name":"transitive-bullshit/awesome-ffmpeg","owner":"transitive-bullshit","description":"👻 A curated list of awesome FFmpeg resources.","archived":false,"fork":false,"pushed_at":"2025-08-09T15:39:11.000Z","size":28,"stargazers_count":1094,"open_issues_count":5,"forks_count":65,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-10-06T03:06:00.268Z","etag":null,"topics":["awesome","awesome-list","ffmpeg","fluent-ffmpeg"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transitive-bullshit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-02T14:06:51.000Z","updated_at":"2025-10-04T13:58:22.000Z","dependencies_parsed_at":"2024-04-16T13:05:27.487Z","dependency_job_id":"4d20c860-adc2-4b1e-a6fd-16787df835ee","html_url":"https://github.com/transitive-bullshit/awesome-ffmpeg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/transitive-bullshit/awesome-ffmpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fawesome-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fawesome-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fawesome-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fawesome-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transitive-bullshit","download_url":"https://codeload.github.com/transitive-bullshit/awesome-ffmpeg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fawesome-ffmpeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017161,"owners_count":26085983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","ffmpeg","fluent-ffmpeg"],"created_at":"2024-01-05T20:12:53.614Z","updated_at":"2025-10-13T22:30:23.369Z","avatar_url":"https://github.com/transitive-bullshit.png","language":null,"funding_links":[],"categories":["Media","Technical","多媒体","Others","Uncategorized","HarmonyOS","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","FFMPEG","Other Lists","Themed Directories","Related Awesome Lists","miscellaneous"],"sub_categories":["awesome-*","Uncategorized","Windows Manager","Web","TeX Lists","Updated in the last year","YouTube Channels"],"readme":"# Awesome FFmpeg [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n\u003e [FFmpeg](http://ffmpeg.org) is a cross-platform solution to record, convert and stream audio and video.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"https://cdn.rawgit.com/transitive-bullshit/awesome-ffmpeg/master/ffmpeg-logo.svg\"\u003e\n\u003c/p\u003e\n\n\n## Contents\n\n- [Docs](#docs)\n- [JavaScript](#javascript)\n- [Native](#native)\n- [Mobile](#mobile)\n- [Tutorials](#tutorials)\n- [Community](#community)\n\n\n## Docs\n\nFFmpeg'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.\n\n- [FFmpeg.org](http://ffmpeg.org) - Where it all starts.\n- [Filters](https://ffmpeg.org/ffmpeg-filters.html) - Docs for FFmpeg's powerful filter chains (scaling, cropping, concatenating, merging, etc.). This is one of my most visited links when working with FFmpeg.\n- [Man page](https://man.cx/ffmpeg) - Official FFmpeg man page.\n- [Wiki \u0026 Bug Tracker](https://trac.ffmpeg.org) - Lots of great info on here.\n- [CLI flags](https://github.com/transitive-bullshit/ffmpeg-cli-flags/blob/master/readme.md) - A comprehensive list of all FFmpeg commandline flags. Really useful for searching random flags that you come across in the wild.\n\n\n## JavaScript\n\n- [fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg) - A fluent API to [FFmpeg](http://www.ffmpeg.org). If you only use one tool from this list, it should be this one.\n- [ffmpeg-probe](https://github.com/transitive-bullshit/ffmpeg-probe) - Wrapper around ffprobe for getting info about media files.\n- [ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat) - Concats a list of videos together using FFmpeg with sexy OpenGL transitions.\n- [editly](https://github.com/mifi/editly) - Declarative video editing tool and library with slick animations and transitions.\n- [ffmpeg-generate-video-preview](https://github.com/transitive-bullshit/ffmpeg-generate-video-preview) - Generates an attractive image strip or GIF preview from a video.\n- [ffmpeg-extract-frame](https://github.com/transitive-bullshit/ffmpeg-extract-frame) - Extracts a single frame from a video.\n- [ffmpeg-extract-frames](https://github.com/transitive-bullshit/ffmpeg-extract-frames) - Extracts screenshots from a video using FFmpeg.\n- [gif-extract-frames](https://github.com/transitive-bullshit/gif-extract-frames) - Extracts frames from GIFs including inter-frame coalescing.\n- [ffmpeg-extract-audio](https://github.com/transitive-bullshit/ffmpeg-extract-audio) - Extracts an audio stream from a media file.\n- [ffmpeg-on-progress](https://github.com/transitive-bullshit/ffmpeg-on-progress) - Utility for robustly reporting progress with fluent-ffmpeg.\n- [ffmpeg.js](https://github.com/Kagami/ffmpeg.js) - Port of FFmpeg to JavaScript via Emscripten. Allows for limited FFmpeg use on the client-side.\n- [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) - Provides static FFmpeg binaries for macOS, Linux, and Windows. Very useful for CI testing.\n- [tangerine](https://github.com/niftylettuce/tangerine) - Webcam streaming service using Node.js, FFmpeg, WebSockets, and Lad.\n- [ffparser](https://github.com/NiKlimenko/FFParser) - Parse input stream by frames directly into your code as a buffer.\n\n\n## Native\n\n- [ffmpeg-gl-transition](https://github.com/transitive-bullshit/ffmpeg-gl-transition) - FFmpeg filter for applying GLSL transitions between video streams ([gl-transitions](https://gl-transitions.com/)).\n\n\n## Mobile\n\n- [simplest ffmpeg mobile](https://github.com/leixiaohua1020/simplest_ffmpeg_mobile) - FFmpeg examples for Android and iOS.\n- [ijkplayer](https://github.com/Bilibili/ijkplayer) - Android / iOS video player based on FFmpeg.\n\n\n## Tutorials\n\n- [How to Write a Video Player in Less Than 1k Lines](http://dranger.com/ffmpeg)\n- [Learn FFmpeg libav the Hard Way](https://github.com/leandromoreira/ffmpeg-libav-tutorial)\n- [Applying OpenGL Shaders with FFmpeg](https://nervous.io/ffmpeg/opengl/2017/01/31/ffmpeg-opengl) - And [follow-up](https://nervous.io/ffmpeg/opengl/2017/05/15/ffmpeg-pbo-yuv).\n- [A Beginner's FFmpeg Cookbook](https://github.com/talwrii/ffmpeg-cookbook)\n- [FFmpeg Cheatsheet for Video Automation](https://github.com/rendi-api/ffmpeg-cheatsheet)\n\n\n## Community\n\n- [Stack Overflow](https://superuser.com/questions/tagged/ffmpeg)\n- [Mailing Lists](https://www.ffmpeg.org/contact.html#MailingLists)\n- [IRC](https://www.ffmpeg.org/contact.html#IRCChannels)\n\n\n## Contribute\n\nContributions welcome! Please read the [contributing guideline](contributing.md) first.\n\n\n## License\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)\n\nTo the extent possible under law, [Travis Fischer](https://github.com/transitive-bullshit) has waived all copyright and related or neighboring rights to this work.\n\nSupport my OSS work by \u003ca href=\"https://twitter.com/transitive_bs\"\u003efollowing me on twitter \u003cimg src=\"https://storage.googleapis.com/saasify-assets/twitter-logo.svg\" alt=\"twitter\" height=\"24px\" align=\"center\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Fawesome-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransitive-bullshit%2Fawesome-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Fawesome-ffmpeg/lists"}