FFmpeg-Based Tools
Browse 30 curated ffmpeg-based tools resources for video development on Awesome Video.
Topics
Resources
- Useful FFmpeg CommandsA collection of FFmpeg commands taken from practice - mitio/useful-FFmpeg-commands.
- ffmprovisrCookbook of commonly used FFmpeg recipes with descriptions of how each command works and how to modify it to fit your needs.
- Media WorksTranscode video by FFmpeg with nvenc; normalize the volume; force dynamic range compression to the volume - quarkscript/media_works.
- MmfVideo transcoding ffmpeg frontend in Python.
- FFmpeg Aws Lambda LayerFFmpeg/FFprobe AWS Lambda layer.
- Correcting for audio/video sync issues with the ffmpeg program’s ITSOFFSET switchThe ffmpeg program has numerous “switches” that help to adjust and convert audio and video files. Some of them are not explained very well…
- Audio Video ToolsPython based batch tools to transcode audio and video conveniently (leverages FFmpeg) - okorach/audio-video-tools.
- Video Transcoder (Mozilla-Open-Lab-Etwas)FFmpeg WebAssembly Video Transcoder.
- Express FFmpegNode.js FFmpeg video transcode webui,基于Node.js的云转码系统 HTTPS://www.efvcms.com - bookyo/express-FFmpeg.
- Ffmpeg TranscoderVideo transcode based on FFmpeg, support H264/HEVC and more. - sambios/ffmpeg_transcoder.
- Transcoding FfmpegTranscoding video usando ffmpeg.
- MediaArchiverTranscode video files using FFMPEG and python3.
- Mugi FFmpegGui for FFmpeg to simplify transcoding and embeding audio / subtitles in mkv videos - mugiseyebrows/mugi-FFmpeg.
- Node Fluent FFmpegA fluent API to FFMPEG (http://www.ffmpeg.org).
- FFCommand EngineCreate and execute FFmpeg commands.
- Video TranscodeFFmpeg H264 H265 HEVC MPEG Video Trans-code Image-Matrix Collage - GeoHaber/Video-Transcode.
- mofo7777/Stack OverflowAll source codes I've provided on Stack Overflow as an answer, usually under tag ms-media-foundation. Mediafoundation, audio, video, 3D, de…
- Python FFmpegA python interface for FFmpeg using asyncio.
- Node FFmpeg StreamNode.js bindings to FFmpeg command, exposing stream based API - phaux/node-FFmpeg-stream.
- VideomorphA user-friendly Video Converter based on FFmpeg and writen in Python/PyQt5. - videomorph-dev/videomorph.
- FFmpeg Libvpx HDR StaticA script to build a static binary of FFmpeg optimised for libvpx (HDR 10bit) encoding.
- Use of Look-Up Tables (LUTs) in FFmpegHow to use luts with FFmpeg for converting between differnt hdr encodes.
- Encode HDR with VP9Hands on tutorial of using FFmpeg to do hdr encoding.
- 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..
- Can FFmpeg extract closed caption dataI am currently using ffmpeg to convert videos in various formats to flv files. One request has also come up and that is to get closed capti…
- Adjust and Normalize Your Music Files with FFMPEG - Make Tech EasierIf your music files are too loud, too soft, or have obnoxious peaks and irregular volume, you can use FFmpeg to normalize your music files.…
- Mobile FFmpegFFmpeg for Android, iOS and tvOS.
- 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..
- Demo EncoderA nodejs encoding system based on ffmpeg and configured to write HLS streaming files to S3 - realeyes-media/demo-encoder
- FFmbcFFmpeg customized for broadcast and professional usage - bcoudurier/FFmbc.