122 projects for "ffmpeg-release-essentials" with 2 filters applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    ffmpeg-commander

    ffmpeg-commander

    A web-based GUI for quickly generating common FFmpeg command-line

    ffmpeg-commander is a web-based graphical interface that simplifies the creation of FFmpeg commands for common video and audio encoding tasks. It provides a user-friendly environment where users can configure encoding options without needing to memorize complex command-line syntax. Built with modern web technologies, it generates FFmpeg commands dynamically based on user input.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    ffmpeg-normalize

    ffmpeg-normalize

    Audio Normalization for Python/ffmpeg

    ffmpeg-normalize is a command-line utility designed to normalize audio levels in media files using FFmpeg, ensuring consistent volume across multiple tracks. It supports both EBU R128 loudness normalization and peak normalization methods, allowing users to choose the appropriate standard for their needs. The tool analyzes audio streams and applies adjustments to achieve target loudness levels without introducing distortion.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    typed-ffmpeg

    typed-ffmpeg

    Type-safe FFmpeg bindings for Python & TypeScript

    typed-ffmpeg is a strongly typed wrapper for FFmpeg designed to provide safer and more structured media processing workflows in TypeScript environments. It translates FFmpeg command-line operations into typed interfaces, reducing the risk of errors and improving developer experience. The library allows users to construct complex media pipelines using a fluent and predictable API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Laravel FFMpeg

    Laravel FFMpeg

    This package provides an integration with FFmpeg for Laravel

    This package provides an integration with FFmpeg for Laravel 10. Laravel's Filesystem handles the storage of the files. You can easily add a watermark using the addWatermark method. With the WatermarkFactory, you can open your watermark file from a specific disk, just like opening an audio or video file. When you discard the fromDisk method, it uses the default disk specified in the filesystems.php configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    ffmpeg.wasm

    ffmpeg.wasm

    FFmpeg for browser, powered by WebAssembly

    ffmpeg.wasm is a pure WebAssembly (and JavaScript/TypeScript) port of FFmpeg that enables in-browser media recording, conversion, and streaming—letting developers perform video/audio processing entirely client-side without server uploads. Transpiled via Emscripten from FFmpeg and its codecs into WebAssembly. Supports both single-threaded and multi-threaded cores using web workers. Written in TypeScript for improved developer experience.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    FFmpeg Cheat Sheet

    FFmpeg Cheat Sheet

    A categorized collection of FFmpeg commands for video automation

    ...It is particularly useful for beginners who want to learn FFmpeg syntax and workflows without reading extensive documentation. The cheat sheet also includes practical examples that demonstrate real-world applications of FFmpeg. It can be used as both a learning resource and a quick lookup tool during development. Overall, it simplifies access to FFmpeg knowledge in a concise format.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    VideoStation-FFMPEG-Patcher

    VideoStation-FFMPEG-Patcher

    Patcher to enable DTS, EAC3 and TrueHD transcoding support

    VideoStation-FFMPEG-Patcher is a utility designed to enhance compatibility between Synology Video Station and FFmpeg by patching or replacing FFmpeg binaries. It allows users to enable support for additional codecs and formats that are not included in the default Synology environment due to licensing restrictions. The tool modifies system configurations to ensure that Video Station can leverage a more complete FFmpeg build.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    build-ffmpeg-script

    build-ffmpeg-script

    The FFmpeg build script provides an easy way to build a static FFmpeg

    ffmpeg-build-script is a shell-based automation tool that simplifies compiling FFmpeg from source with a wide range of codecs and libraries. It automates downloading dependencies, configuring build options, and generating static FFmpeg binaries for Linux and macOS systems. The script supports enabling GPL and non-free codecs, allowing access to advanced encoding features such as x264, x265, and AV1.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    ffmpeg_develop_doc

    ffmpeg_develop_doc

    2023, the latest audio and video learning materials, projects

    ...In addition to documentation, it links to open-source projects and implementation examples that demonstrate real-world usage of FFmpeg. The collection is continuously updated and aims to centralize scattered information into a single accessible resource. It serves as a roadmap for developers seeking to understand multimedia systems from fundamentals to advanced topics.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    PHP FFmpeg - Video Streaming

    PHP FFmpeg - Video Streaming

    Package media content for online streaming(DASH and HLS) using FFmpeg

    PHP FFmpeg - Video Streaming is a high-level PHP library designed to package and prepare video content for modern streaming platforms using FFmpeg. It acts as a wrapper around PHP-FFMpeg, enabling developers to generate adaptive bitrate streams compatible with protocols like DASH and HLS. The library supports multiple video representations, allowing seamless playback across varying network conditions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    ffmprovisr

    ffmprovisr

    Repository of useful FFmpeg commands for archivists

    ffmprovisr is an educational web-based resource designed to help users understand and construct FFmpeg commands through a curated collection of practical recipes. It organizes common multimedia tasks into categorized examples, allowing users to quickly find solutions for operations such as transcoding, trimming, filtering, and metadata handling. Each recipe includes a sample command along with a detailed explanation of its components, helping users learn how FFmpeg flags and parameters work. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    SwiftFFmpeg

    SwiftFFmpeg

    A Swift wrapper for the FFmpeg API

    ...It supports working with media containers, codecs, and frames at a low level, offering fine control over processing pipelines. SwiftFFmpeg integrates seamlessly with iOS, macOS, and other Apple platforms, making it suitable for native app development. It requires FFmpeg libraries to be installed separately, allowing flexibility in configuration. Overall, it bridges FFmpeg functionality with Swift development workflows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    FFmate

    FFmate

    FFmate is a modern and powerful automation layer

    FFmate is a graphical utility designed to simplify the use of FFmpeg by providing an intuitive interface for building and executing multimedia processing commands. It allows users to perform tasks such as transcoding, trimming, and format conversion without needing to memorize command-line syntax. The tool dynamically generates FFmpeg commands based on user input, making complex workflows more accessible.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    PyAV

    PyAV

    Pythonic bindings for FFmpeg's libraries

    PyAV is a Python library that provides direct bindings to FFmpeg, offering fine-grained control over multimedia processing through a Pythonic interface. It enables developers to work with media containers, streams, packets, codecs, and frames, exposing low-level operations while simplifying some of the complexity of FFmpeg. The library is designed for precise media manipulation, making it suitable for applications that require frame-level access or custom processing pipelines. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    ffmpy

    ffmpy

    Pythonic interface for FFmpeg/FFprobe command line

    ffmpy is a Python wrapper that provides a simple and Pythonic interface for constructing and executing FFmpeg and FFprobe command-line operations. It abstracts command generation into structured Python objects, making it easier to define inputs, outputs, and parameters programmatically. The library uses Python’s subprocess module to run compiled commands, ensuring compatibility with standard FFmpeg installations. It is designed for developers who want to automate media processing tasks without manually writing complex command strings. ffmpy supports flexible argument configuration, enabling a wide range of transcoding and analysis workflows. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    StreamPot

    StreamPot

    Run FFmpeg as an API with fluent-ffmpeg compatibility, queues and S3

    ...It enables users to upload video content, process it into multiple formats, and deliver it efficiently across different devices and network conditions. The system supports adaptive bitrate streaming, allowing videos to be optimized dynamically based on viewer bandwidth. It integrates FFmpeg as its core processing engine, enabling advanced encoding and transformation workflows. StreamPot is designed for deployment in cloud environments, supporting containerization and distributed processing. It also includes tools for managing media assets, monitoring processing jobs, and integrating with frontend applications. Overall, it functions as a backend infrastructure for building video streaming services.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    FFmpegCommand

    FFmpegCommand

    Command library suitable for Android. It implements audio and video

    FFmpegCommand is a graphical utility designed to simplify the generation and execution of FFmpeg commands for multimedia processing tasks. It provides an interface where users can configure parameters such as codecs, bitrates, and formats without manually writing command-line instructions. The tool dynamically builds FFmpeg commands based on user selections, making complex workflows more accessible. It supports common operations such as transcoding, trimming, and format conversion. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    AutoCrop-Vertical

    AutoCrop-Vertical

    Smart video converter using YOLOv8 and FFmpeg

    ...Instead of applying a static center crop, the system intelligently tracks people or key objects to preserve visual focus and composition. When cropping would degrade the scene, it can switch to alternative layouts such as letterboxing to maintain context. The tool integrates FFmpeg for encoding and rendering, ensuring efficient processing and compatibility with standard video workflows. It supports multiple output aspect ratios and quality settings, allowing customization for different platforms. Designed as a lightweight script, it runs locally and provides a cost-free alternative to commercial video reframing tools.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    clip-js

    clip-js

    online video editor built with nextjs, remotion and ffmpeg

    ...It enables users to create and edit video compositions using a timeline interface, combining video, audio, images, and text layers into a single project. The system uses a WebAssembly port of FFmpeg to perform high-quality rendering, allowing export of videos without relying on server-side processing. It includes interactive controls for trimming, splitting, and arranging media elements with precise timing. The editor supports dynamic adjustments such as opacity, positioning, and layering to fine-tune compositions. It also incorporates keyboard shortcuts and responsive UI elements to improve workflow efficiency. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Verticals v3

    Verticals v3

    Automated YouTube Shorts pipeline

    ...It combines multiple tools and scripts to handle tasks such as downloading source material, editing clips, adding subtitles, and formatting output for vertical video platforms. The pipeline emphasizes automation, allowing users to produce short-form content at scale with minimal manual intervention. It integrates FFmpeg and other media processing tools to handle video transformations, resizing, and encoding. The system also supports adding overlays, captions, and audio enhancements to improve engagement. Designed for creators and developers, it enables repeatable workflows for generating social media content efficiently. Its modular structure allows customization of each stage in the pipeline, making it adaptable to different content strategies.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    Flyleaf

    Flyleaf

    Media Player .NET Library for WinUI 3/ WPF/WinForms

    Flyleaf is a high-performance media playback engine for .NET applications that provides advanced video and audio playback capabilities using FFmpeg and hardware acceleration. It is designed to deliver smooth playback for high-resolution content, including 4K and HDR video. The framework includes a customizable player interface and supports integration into desktop applications built with WPF or other .NET UI frameworks. Flyleaf offers features such as subtitle rendering, audio track selection, and playback controls for a complete media experience. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    dms

    dms

    A UPnP DLNA Digital Media Server that includes basic video transcoding

    ...The server operates from the command line and automatically advertises its presence using SSDP, enabling easy discovery by clients. It supports basic transcoding using FFmpeg, allowing playback compatibility across different devices and formats. dms can also generate thumbnails and provide metadata for browsing media libraries. It includes support for dynamic streams, enabling integration with live sources such as RTSP feeds. Overall, it offers a simple and efficient solution for home media streaming with minimal setup.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    video-compare

    video-compare

    Split screen video comparison tool using FFmpeg and SDL2

    video-compare is a split-screen video comparison tool written in C++ that enables users to analyze differences between two video sources in real time. It uses FFmpeg libraries and SDL2 to decode and render synchronized playback, allowing precise frame-by-frame comparison. The tool supports videos with different formats, resolutions, and frame rates, making it versatile for testing encoding changes or processing effects. It includes interactive navigation controls and customizable display options to enhance analysis workflows. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Wrapper for VideoStation

    Wrapper for VideoStation

    Synology VideoStation and DLNA FFmpeg Wrapper with AAC, DTS, EAC3

    Wrapper_VideoStation is a utility designed to extend the capabilities of Synology Video Station and DLNA Media Server by replacing or wrapping FFmpeg binaries to unlock additional codec support. It enables playback and transcoding of formats such as DTS, EAC3, and TrueHD that are often restricted due to licensing limitations. The tool provides an installer that automates patching, configuration, and codec management, making advanced functionality accessible without manual system modification. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    AnalysisAVP

    AnalysisAVP

    Encode decode, rgb yuv h264 aac flv mp4 rtmp

    ...It includes practical examples and experimental code that demonstrate real-world implementations such as camera capture, rendering, and encoding workflows. The repository also references various multimedia frameworks and libraries like FFmpeg, SDL2, and x264, helping users understand their integration. It is designed as both a study guide and a reference for developers learning multimedia engineering. Overall, it serves as a structured learning path for audio and video system development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB