deno-fast-forward

Deno module wrapping FFmpeg with async iteration over the encode process for progress reporting.

Link

Related resources

  • ffmpeg-sidecarRust crate wrapping the standalone FFmpeg binary with an Iterator interface, parsing stderr for progress/frame/bitrate events.
  • FFMpegCorePopular, well-maintained .NET wrapper for FFmpeg/FFprobe with a fluent argument builder and sync/async APIs.
  • batch-mp-toolsPython CLI for batch media conversion, normalizing, and segmenting with multicore support, plus metadata tagger and organizer, built on FFm…
  • video-processing-cliNode CLI generating DASH playlists and multi-resolution renditions using FFmpeg and Shaka Packager.
  • ez-ffmpegSafe, ergonomic Rust interface for FFmpeg that mirrors FFmpeg's own parameter structure.
  • Castlabs DRM GuideTechnical deep-dive on Widevine/PlayReady/FairPlay DRM, covering CENC vs cbcs encryption mode differences.
  • How to Build a Multi-DRM SetupEngineering guide covering Widevine/FairPlay/PlayReady stack, CENC, license server complexity, and build-vs-buy cost tradeoffs.
  • setup-ffmpegGitHub Action to set up and cache FFmpeg in CI workflows, downloading direct from source with git-master build support.