FFmpeg
Browse 65 curated ffmpeg resources for video development on Awesome Video.
Resources
- FFmpeg TranscoderVideo transcode based on FFmpeg, support H264/HEVC and more.
- FFmpeg Verbose LoggingGuide to FFmpeg's -loglevel and debug options for troubleshooting encoding and decoding issues, covering the log levels from quiet to debug…
- FFmpeg Wiki: Filtering GuideDocumentation on using FFmpeg’s filtering system, demonstrating how to chain video filters (scale, crop, overlay, etc.) and audio filters f…
- FFmpeg Wiki: H.264 Encoding GuideA comprehensive guide on the FFmpeg Wiki detailing how to encode video to H.264 using FFmpeg. It covers recommended settings, presets, CRF…
- FFmpeg Wiki: H.265 (HEVC) Encoding GuideAn FFmpeg Wiki guide for encoding video to H.265/HEVC. It describes how to use x265 via FFmpeg, including tuning parameters, bitrate vs qua…
- FFmpeg Windows Build HelpersHelper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), an…
- FFmpeg and how to use it wrongI’ve been in the streaming media industry since 2008 and have seen a lot of misinformation regarding both FFmpeg and libx264.
- FFmpeg iOS Build ScriptShell scripts to build FFmpeg for iOS and tvOS.
- FFmpeg-goA Golang binding for FFmpeg that enables developers to generate and run FFmpeg commands programmatically in Go.
- Ffmpeg4javaFFmpeg4Java provides a JNI wrapper of FFmpeg library
- FfmpyA lightweight Python wrapper for FFmpeg that enables simple encoding and transcoding of video and audio files.
- GMF (Go Media Framework)A Go binding for FFmpeg that simplifies working with multimedia in Go, providing high-level access to FFmpeg's decoding and encoding functi…
- Generate MPEG-TS from file with FFmpegIn this post I will describe how an MPEG-TS multicast stream can be generated with FFmpeg by looping an MP4 file and a Docker container..
- H265izeA node utility utilizing ffmpeg to encode videos with the hevc codec.
- Imageio FFmpegPython wrapper around FFmpeg for video processing. Simplifies FFmpeg integration in Python applications.
- Intel QSV-Enabled FFmpeg Build GuideThis gist will generate an Intel QSV-enabled FFmpeg build using the open source Intel Media SDK. Testbed used: Ubuntu 18.04LTS.
- Loop file and generate multiple video bitrates muxed in MPEG-TS with FFmpegIn a previous post I described how an MPEG-TS multicast stream can be generated with FFmpeg by looping an MP4 file. In this post I will..
- NVIDIA FFmpeg GPU Dockerfile SampleSample Dockerfiles for Docker Hub images.
- Node FFmpeg StreamNode.js bindings to FFmpeg command, exposing stream based API
- Node Fluent FFmpegA fluent API to FFMPEG (http://www.ffmpeg.org).
- PyFFmpegA Python wrapper for FFmpeg, allowing the composition and execution of FFmpeg commands through a fluent Python interface.
- Python FFmpegA python interface for FFmpeg using asyncio.
- SffmpegFull-featured static FFmpeg build helper.
- Swift EncoderA fire-and-forget shell script that encodes multiple video and audio files with ffmpeg.