Showing 58 open source projects for "decoding"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1

    IIDC Camera Control Library

    Capture and control API for IIDC compliant cameras

    libdc1394 is a library that provides a high level programming interface for application developers who wish to control and capture streams from IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications). libdc1394 also supports some USB cameras that are IIDC compliant. Besides capture and control, libdc1394 provides a full set of colour space conversion functions (including RAW decoding), vendor specific functions and direct camera register access. Keywords: ieee1394, IIDC, DCAM, firewire, USB, machine vision, computer vision, video capture, library
    Leader badge
    Downloads: 170 This Week
    Last Update:
    See Project
  • 2
    playerdemo

    playerdemo

    Android multimedia demonstration project

    playerdemo is an Android multimedia demonstration project that showcases how to build a custom video player using FFmpeg and native rendering techniques. It focuses on implementing the full playback pipeline, including decoding, rendering, and synchronization of audio and video streams. The project demonstrates how to integrate native C/C++ code with Java through JNI to achieve high-performance playback on mobile devices. It includes examples of handling different media formats, managing buffers, and controlling playback states. The architecture is designed for educational purposes, helping developers understand low-level media processing concepts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CicadaPlayer

    CicadaPlayer

    CicadaPlayer is the player core of AliPlayer

    ...It supports a wide range of streaming protocols and formats, enabling playback of both local and online media content. The framework integrates hardware acceleration to ensure efficient decoding and smooth playback, even for high-resolution videos. It provides advanced playback features such as adaptive streaming, multi-track selection, and subtitle support. CicadaPlayer is designed with a modular architecture, allowing developers to customize playback pipelines and extend functionality. It also includes robust error handling and logging mechanisms to improve reliability in production environments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Multimedia architecture consisting of libraries and applications. Libraries include gavl for low level audio/video support and gmerlin_avdecoder, a multiformat decoding library. Applications include a GUI player with mediatree and a GUI transcoder.
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    AAXtoMP3

    AAXtoMP3

    Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS

    AAXtoMP3 is a lightweight command-line tool that converts Audible audiobook files in AAX format into standard audio formats such as MP3 and M4A. It focuses on removing DRM restrictions locally, allowing users to retain access to their purchased audiobooks across devices. The tool uses FFmpeg for decoding and encoding, ensuring compatibility with a wide range of playback systems. It preserves chapter markers and metadata during conversion, maintaining the structure of the original audiobook. AAXtoMP3 supports batch processing, enabling users to convert multiple files in a single workflow. Its minimal setup and script-based usage make it suitable for automation and integration into personal media pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    fijkplayer

    fijkplayer

    ijkplayer for flutter. ijkplayer 的 flutter

    fijkplayer is a cross-platform video player plugin designed for Flutter applications, built on top of FFmpeg and ijkplayer to provide powerful multimedia playback capabilities. It offers a stable and flexible API that allows developers to integrate advanced video playback features into mobile and desktop apps. The library supports a wide range of formats and streaming protocols, enabling playback of both local files and network streams. It emphasizes performance and ease of use by providing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jetson-ffmpeg

    jetson-ffmpeg

    ffmpeg support on jetson nano

    jetson-ffmpeg is a specialized integration layer that enables FFmpeg to use hardware-accelerated encoding and decoding on NVIDIA Jetson devices through the L4T Multimedia API. It provides a bridge between FFmpeg and NVIDIA’s proprietary APIs, allowing developers to leverage on-device hardware encoders and decoders for improved performance. The project includes a library and patch system that modifies FFmpeg builds to enable NVMPI-based acceleration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    libsmacker

    libsmacker

    A C library for decoding .smk Smacker Video files

    libsmacker is a cross-platform C library which can be used for decoding Smacker Video files produced by RAD Game Tools. Smacker Video was the king of video middleware in the 1990s, and its 256-color compressed video format was used in over 2600 software titles. Please visit the Project Web site for detailed information.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    hplayer

    hplayer

    A multi-screen player using Qt + FFmpeg

    hplayer is a lightweight multimedia player designed to demonstrate how to build a custom playback engine using FFmpeg and native rendering techniques. It focuses on providing a minimal yet functional implementation of video playback, including decoding, rendering, and synchronization. The project is structured as a learning resource, helping developers understand the fundamentals of multimedia pipelines. It supports common audio and video formats and includes playback controls for managing media streams. The architecture emphasizes performance and simplicity, using native libraries to achieve efficient playback. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    VideoPlayerDemo

    VideoPlayerDemo

    Encapsulate ijkplay player, self-implementing bottom-streaming

    ...It is particularly useful for understanding how low-level media decoding integrates with UI frameworks. The codebase acts as a reference for building custom video players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ffmpeg.js

    ffmpeg.js

    Port of FFmpeg with Emscripten

    ffmpeg.js is a JavaScript port of the FFmpeg multimedia framework compiled with Emscripten, enabling video and audio processing directly within browsers or Node.js environments. It provides prebuilt modules optimized for web use, balancing performance and file size while supporting common encoding and decoding tasks. By running entirely in JavaScript through asm.js, it allows developers to manipulate media files without requiring native binaries or server-side processing. The library supports different builds tailored for formats like WebM and MP4, including worker-based versions for improved performance in web applications. It exposes a programmatic API that mirrors FFmpeg command-line behavior, allowing developers to pass arguments and handle input and output streams in memory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GLMixer

    GLMixer

    Graphic Live Mixer

    GLMixer performs real time graphical blending of several movie clips and of computer generated graphics. Drop video files in the mixing workspace and place them in a circular area to change their opacity ; if you selects two videos, moving them together performs a fading transition. This principle generalizes to a large number of videos. Direct interaction with the video allows to be fast and reactive, and to move and deform them on screen. The output of your operations is shown in the...
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 13
    go-libav

    go-libav

    Go language bindings for ffmpeg libraries

    go-libav is a Go language binding for the FFmpeg libav libraries, enabling developers to perform advanced multimedia processing directly in Go applications. It exposes low-level functionality such as encoding, decoding, muxing, and demuxing through Go-friendly abstractions. The project is designed for performance-critical systems where direct control over media pipelines is required. It allows developers to build streaming servers, media analyzers, or transcoding tools with fine-grained control. The library bridges the gap between Go’s simplicity and FFmpeg’s powerful multimedia capabilities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    base64io

    base64io

    A stream implementation for Python that provides transparent base64

    ...We wanted a standard stream that applies Base64 encoding and decoding. :class:`base64io.Base64IO` provides an io streaming interface with context manager support that transparently Base64-encodes data read from it. You can use it to transform large files without caching the entire context in memory or to transform an existing stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QtAV

    QtAV

    A cross-platform multimedia framework based on Qt and FFmpeg

    QtAV is a cross-platform multimedia framework built on top of Qt and FFmpeg that enables developers to create high-performance audio and video applications with minimal effort. It provides a flexible API for decoding, encoding, and rendering media streams, supporting a wide variety of formats through FFmpeg integration. The framework supports hardware acceleration technologies such as DXVA, VAAPI, and CUDA, ensuring efficient playback even for high-resolution or complex video formats. QtAV includes features like subtitle handling, video filters, frame-by-frame playback, and customizable rendering pipelines using OpenGL and other backends. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JSMpeg

    JSMpeg

    MPEG1 Video Decoder in JavaScript

    JSMpeg is a lightweight JavaScript MPEG1 video decoder and player designed for low-latency video streaming directly inside web browsers using HTML5 technologies. The project decodes MPEG video and MP2 audio entirely in JavaScript, allowing real-time playback without requiring plugins or native browser codec support. It is commonly used in applications involving webcam streaming, surveillance systems, remote monitoring, game streaming, and embedded video dashboards because of its low overhead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Transport Stream analyser for the Brazilian D-TV system (SBTVD / ISDB-Tb). It shows in a GUI the SI/PSI structure of the stream in a tree-view, bitrate statistics for each ES, specific Closed Caption, EPG and DSMCC carroussel decoding plus more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ExMplayer

    ExMplayer

    Play any media files,convert,cut,extract and more

    ExMplayer is a free GUI front-end for award-winning MPlayer with 3D/2D video playback support ,tools like audio converter,media cutter and audio extractor.It can play audio,video,dvd files(.vob),vcd files(.mpg,.dat) etc and supports network streaming. Plays hundreds of different video and audio formats, including MPEG-1, -2 and -4 (DivX), H.264,H265 /HEVC,VP9, Ogg Vorbis and AAC. Supports subtitles, subtitle decoding is done using the ASS library.So it can play any media formats without any external codecs. ExMplayer also supports 3D video playback, wide variety of 3D formats supported.You can easily watch low volume media files with volume booster with volume boost up to 5000%.Media cutter can be used to cut media files without quality loss.Audio extractor can be used to extract audio from video files.Audio converter supports 11 different audio formats. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 19
    MediaPipe is a flexible framework to manipulate medias. It allows building customized decoding/filtering/encoding pipelines. This project contains the MediaPipe SDK along with some sample pipes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Library and tools for the decoding of DSM-CC used to transmit data within a MPEG2 stream, used for extracting MHEG5/MHP files from digital television (DVB).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VIA CLE266 MPEG-2 hardware decoding library and Xine plug-in for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Open SVC Decoder
    Open SVC Decoder aims to provide a real-time coding framework for Scalable Video Coding extension of H.264/AVC.This project is AVC/SVC library decoding tools created at the IETR/INSA of Rennes. Please have a look at the project web site for more details
    Downloads: 18 This Week
    Last Update:
    See Project
  • 23
    A comprehensive software suite for reading barcodes. Supports EAN/UPC, Code 128, Code 39, Interleaved 2 of 5 and QR Code. Includes libraries and applications for decoding captured barcode images and using a video device (eg, webcam) as a barcode scanner.
    Leader badge
    Downloads: 622 This Week
    Last Update:
    See Project
  • 24
    JPlayerClassic

    JPlayerClassic

    Simple Media Player written in java

    JPlayer Classic is a free and open source player written in java and using JMF (Java Media Framework) to decoding multimedia formats. JPlayer Classic support multiple video and audio formats such as .mov .mp3 .wav .au .aiff and some .mpg .mpeg formats and i works to make it support larger range of formats in the release 1.0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Written as a shell app, you can check the Now Playing List, download, decode (with tivodecode) and stream to VLC!
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo