FFmpeg

Browse 16 curated ffmpeg resources for video development on Awesome Video.

Resources (showing 1–32 of 32)

  • ab-av1CLI tool for AV1 (and x264/x265) re-encoding using fast VMAF sampling plus automatic CRF binary search to hit a target quality. Wraps ffmpe…
  • FFmpeg AutoGen (C#)A set of auto-generated P/Invoke bindings for FFmpeg libraries. FFmpeg.AutoGen allows .NET developers to directly use FFmpeg's C API in C#…
  • Xabe.FFmpegA .NET Standard wrapper for FFmpeg, enabling developers to compose and execute FFmpeg commands in C# with a fluent interface.
  • FFmpeg Verbose LoggingUsing FFmpeg's `-loglevel` and debug options can aid in troubleshooting encoding/decoding issues. Documentation on log levels (quiet, panic…
  • jrottenberg/FFmpeg Docker ImagesA popular Docker image repository for FFmpeg maintained by the community. These images package FFmpeg (with various codecs enabled) for eas…
  • 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.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 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…
  • 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…
  • FFmpeg-goA Golang binding for FFmpeg that enables developers to generate and run FFmpeg commands programmatically in Go.
  • Docker FFmpegLinuxserver/docker-FFmpeg - A GitHub repository for video/multimedia development.
  • Useful FFmpeg CommandsA collection of FFmpeg commands taken from practice - mitio/useful-FFmpeg-commands.
  • FFmpeg Scale BenchmarkSaurabh702/FFmpeg-scale-benchmark - A GitHub repository for video/multimedia development.
  • ffmprovisrCookbook of commonly used FFmpeg recipes with descriptions of how each command works and how to modify it to fit your needs.
  • FFmpeg Nvidia Adaptive Vod TranscoderBash script which will detect video new file in folder and transcode it to adaprive bitrate - SmurfManX/FFmpeg-nvidia-adaptive-vod-transcod…
  • FFmpeg Aws Lambda LayerFFmpeg/FFprobe AWS Lambda layer.
  • Ffmpeg TranscoderVideo transcode based on FFmpeg, support H264/HEVC and more. - sambios/ffmpeg_transcoder.
  • Transcoding FfmpegTranscoding video usando ffmpeg.
  • Node Fluent FFmpegA fluent API to FFMPEG (http://www.ffmpeg.org).
  • FFCommand EngineCreate and execute FFmpeg commands.
  • Python FFmpegA python interface for FFmpeg using asyncio.
  • Node FFmpeg StreamNode.js bindings to FFmpeg command, exposing stream based API - phaux/node-FFmpeg-stream.
  • 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…
  • cuda/ubuntu16.04/FFmpeg-gpu/Dockerfile · master · nvidia / container-images / samplesSample Dockerfiles for Docker Hub images.
  • FFmpegDocker build for FFmpeg on Ubuntu / Alpine / CentOS 7 / Scratch - jrottenberg/FFmpeg.
  • Vp9 DashFFmpeg wrapper script to create VP9 MPEG-DASH packages - Eyevinn/vp9-dash.
  • 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..
  • FFmbcFFmpeg customized for broadcast and professional usage - bcoudurier/FFmbc.