Showing 17 open source projects for "ffprobe"

View related business solutions
  • 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
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    FFmpeg CLI Wrapper for Java

    FFmpeg CLI Wrapper for Java

    Java wrapper around the FFmpeg command line tool

    ffmpeg-cli-wrapper is a Java library that provides a structured interface for interacting with FFmpeg and FFprobe through command-line execution. It allows developers to construct multimedia processing commands programmatically using object-oriented patterns instead of raw shell commands. The library supports tasks such as transcoding, probing media files, and extracting metadata while maintaining clarity and type safety. It includes built-in support for parsing FFprobe output into Java objects, making it easier to work with media information in applications. ffmpeg-cli-wrapper is designed to be lightweight and does not bundle FFmpeg itself, giving developers flexibility in managing dependencies. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    FFmpegFreeUI

    FFmpegFreeUI

    3FUI is ffmpeg's light professional interactive shell on Windows

    ...It supports dozens of video, audio, and image encoders, including hardware-accelerated options, and allows custom parameter input for advanced use cases. The software also includes batch processing capabilities, real-time progress tracking, plugin extensibility, and integration with FFmpeg utilities like ffprobe and ffplay.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Jaffree

    Jaffree

    Java ffmpeg and ffprobe command-line wrapper

    Jaffree is a Java library that provides a clean and modern API for interacting with FFmpeg, allowing developers to programmatically execute multimedia processing tasks. It abstracts the complexity of command-line FFmpeg usage by offering strongly typed Java classes for configuring inputs, outputs, codecs, and filters. The library supports streaming data, handling real-time processing scenarios, and integrating FFmpeg pipelines directly into Java applications. It is designed for flexibility...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    FFmpegKit

    FFmpegKit

    FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, ma

    FFmpegKit is a collection of tools to use FFmpeg in Android, iOS, Linux, macOS, tvOS, Flutter and React Native applications. It includes scripts to build FFmpeg native libraries, a wrapper library to run FFmpeg/FFprobe commands in applications and 8 prebuilt binary packages available at Github, Maven Central, CocoaPods, pub and npm. All scripts support additional options to enable optional libraries and disable platform architectures. FFmpegKit is a wrapper library that allows you to easily run FFmpeg/FFprobe commands in applications. It provides additional features on top of FFmpeg to enable platform-specific resources, control how commands are executed and how the results are handled. ...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 6
    microenc

    microenc

    Batch audio encoding script for Linux/BSD

    microenc is a small Bash shell script for Linux/BSD for encoding directories with audio files to other formats using FFmpeg as encoder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    flutter_ffmpeg

    flutter_ffmpeg

    Not maintained anymore. Superseded by FFmpegKit

    ...It provides prebuilt FFmpeg binaries and a unified API for Android and iOS, simplifying multimedia processing in Flutter projects. The plugin supports a wide range of operations such as transcoding, filtering, and streaming. It also includes access to FFprobe for retrieving media metadata. flutter-ffmpeg is designed to abstract platform-specific complexities, allowing developers to focus on application logic. It supports asynchronous execution and logging, improving debugging and performance monitoring. Overall, it offers a comprehensive solution for integrating advanced media processing into Flutter apps.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Xabe.FFmpeg

    Xabe.FFmpeg

    .NET Standard wrapper for FFmpeg. It allows to process media

    ...The library supports both synchronous and asynchronous execution, making it suitable for scalable applications. It includes utilities for retrieving media information through FFprobe, enabling detailed analysis of files. Xabe.FFmpeg is designed to work across platforms and integrates easily into C# projects without requiring deep knowledge of FFmpeg commands. It also supports progress tracking and event handling during processing tasks. Overall, it provides a developer-friendly approach to multimedia processing in .NET environments.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    MediaToolkit

    MediaToolkit

    A .NET library to convert and process all your video & audio files

    ...The library supports common media workflows, making it suitable for backend services and desktop applications. It provides structured APIs for configuring encoding parameters and handling input and output files. MediaToolkit also integrates FFprobe for retrieving detailed media information. Its lightweight design makes it easy to integrate into existing .NET projects. Overall, it offers a convenient abstraction layer for multimedia processing in C# environments.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    FFMpegCore

    FFMpegCore

    A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis

    FFMpegCore is a .NET Standard library that provides a clean and fluent wrapper around FFmpeg and FFprobe, enabling developers to integrate media processing directly into C# applications. It simplifies the complexity of command-line FFmpeg usage by offering a strongly typed API that allows chaining operations such as transcoding, filtering, and streaming. The library supports both synchronous and asynchronous execution, making it suitable for scalable and responsive applications. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    FFmpeg-Android

    FFmpeg-Android

    FFMpeg/FFprobe compiled for Android

    FFmpeg-Android is an Android library that simplifies the integration of FFmpeg into mobile applications by providing a precompiled and easy-to-use interface. It allows developers to execute FFmpeg commands directly within Android apps without manually handling native builds. The library supports a wide range of multimedia operations such as video transcoding, trimming, merging, and audio processing. It is designed to abstract the complexity of JNI and native libraries, making multimedia...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    pr0verter offline

    pr0verter offline

    A webm converter (GER)

    ...Klickt auf "Umgebungsvariablen..." und wählt im zweiten Abschnitt Path aus. Klickt nun auf bearbeiten. Anschließend erstellt einen neuen Eintrag mit dem Pfad zu dem bin ordner. 4. Öffnet die Eingabeaufforderung und gebt ffmpeg und ffprobe ein. Beides sollte euch Informationen über die Programme liefern, dann habt ihr alles richtig gemacht. 5. Jetzt einfach die .exe starten und loslegen. #Wichtig# Um die maximale MB (10/20) nicht zu überschreiten, nutzt die 2-Pass kodierung.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    3D ResNets for Action Recognition

    3D ResNets for Action Recognition

    3D ResNets for Action Recognition (CVPR 2018)

    We uploaded the pretrained models described in this paper including ResNet-50 pretrained on the combined dataset with Kinetics-700 and Moments in Time. We significantly updated our scripts. If you want to use older versions to reproduce our CVPR2018 paper, you should use the scripts in the CVPR2018 branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FFmpeg

    FFmpeg

    Tools to process multimedia content such as audio, video, subtitles...

    A complete, cross-platform solution to record, convert and stream audio and video. FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles, and related metadata. Provides an implementation of a wider range of codecs. Implements streaming protocols, container formats, and basic I/O access. Includes hashers, decompressors and miscellaneous utility functions. Provides means to alter decoded audio and video through a directed graph of connected...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Installer for ffmpeg x64 stack. It contains the ffmpeg, ffprobe, ffplay, documentation and adding to Path system variable.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16

    FFvid

    FFvid Codec Pack

    ...It contains libavcodec, libavutil, libavformat, libavfilter, libavdevice, libswscale and libswresample which can be used by applications. As well as ffmpeg, ffserver, ffplay and ffprobe which can be used by end users for transcoding, streaming and playing.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 17
    FFprobe is a simple multimedia streams analyzer with a command-line interface based on the FFmpeg project libraries. IMPORTANT NOTE: this version of ffprobe is ancient and unmaintained, rely on the ffprobe tool integrated in the current FFmpeg instead, which you can get at the link: http://www.ffmpeg.org
    Leader badge
    Downloads: 141 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB