Showing 23 open source projects for "decode"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 1
    Download Youtube Video in Golang

    Download Youtube Video in Golang

    Download Youtube Video in Golang

    This tool is meant to be used to download CC0 licensed content, we do not support nor recommend using it for illegal activities. It's really simple to use, just get the video id from the youtube URL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 10 This Week
    Last Update:
    See Project
  • 3
    Jessibuca

    Jessibuca

    Jessibuca is an open source pure H5 live streaming player

    Jessibuca is an open-source HTML5 live streaming player that runs entirely in the browser using WebAssembly to decode audio and video streams without requiring plugins. It compiles native decoding libraries into JavaScript, enabling high-performance playback across desktop and mobile devices. The player supports modern streaming protocols and codecs, allowing it to handle real-time video feeds with low latency and stable rendering. Its architecture is modular, separating decoding, demuxing, and rendering to optimize performance and scalability. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    AnalysisAVP

    AnalysisAVP

    Encode decode, rgb yuv h264 aac flv mp4 rtmp

    AnalysisAVP is a comprehensive educational repository focused on audio and video technology concepts, providing structured knowledge across multimedia systems and processing pipelines. It covers foundational topics such as encoding, decoding, color formats like RGB and YUV, and widely used codecs including H.264 and AAC. The project also explores media container formats like MP4 and FLV, along with streaming protocols such as RTMP and WebRTC, offering a broad understanding of media...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    CutterFF

    CutterFF

    Cutting videos using FFmpeg and GTK+

    CutterFF is a small program for UNIX (or Windows if compiled with MingW) for cutting videos using FFmpeg and GTK+. It is easy to use and fast, since it do not decode and encode the streams, instead it only copy them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    FastoCloud PRO

    IPTV/NVR/CCTV/Video cloud https://fastocloud.com

    IPTV/Video cloud Features: Cross-platform (Linux, MacOSX, FreeBSD, Raspbian/Armbian) GPU/CPU Encode/Decode/Post Processing Stream statistics CCTV Adaptive hls streams Load balancing Temporary urls HLS push EPG scanning Subtitles to text conversions AD insertion Logo overlay Video effects Relays Timeshifts Catchups Playlists Restream/Transcode from online streaming services like Youtube, Twitch Mozaic Many Outputs Physical Inputs Streaming Protocols File Formats Presets Vods/Series server-side support Pay per view channels Channels on demand HTTP Live Streaming (HLS) server-side support Public API, client server communication via JSON RPC Protocol gzip compression Deep learning video analysis Supported deep learning frameworks: Tensorflow NCSDK Caffe ML Hardware:
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    VirtualDub2

    VirtualDub2

    An enhanced version of the original VirtualDub

    A streamlined video editor with simple frame-by-frame timeline. Free, open-source, portable. The default package is ready for use with many essential plugins included, and can be further extended with 3rd party codecs and filters. See Wiki for detailed description: https://sourceforge.net/p/vdfiltermod/wiki. Previous name of this project: VirtualDub FilterMod
    Leader badge
    Downloads: 1,082 This Week
    Last Update:
    See Project
  • 8
    base64io

    base64io

    A stream implementation for Python that provides transparent base64

    ...Python has supported native Base64 encoding since version 2.4. However, there is no streaming interface for Base64 encoding, and none is available from the community. The legacy base64.encode and base64.decode interface lets you shuffle data between two streams, but it assumes that you have two complete streams. 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
  • 9
    Moldeo
    A digital animation tool for real-time generation and interpretation of images, video and visual effects, allowing the artist/operator to adjust, on the fly, the parameters of the effects according to his or her own sensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10
    Pymedia is a C/C++/Python multimedia module to allow encode/decode/play multimedia information in mp3,ogg,avi etc. formats. Based on ffmpeg with added features and simple Python interface. To be used in multimedia apps written in Python.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    Video2Video

    Video2Video

    Video to Video Conversion

    This software application can convert any video file format to any other video format. The code uses FFMPEG code in order to code and decode the video file converted
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    FFusion

    FFmpeg-based decoded component for Apple QuickTime

    This is a revival of the old FFusion QuickTime component, updated through the Perian project and extracted from there by RJVB. It aims to be a decode-only codec leveraging FFmpeg to do the actual work. For now it is based on libavcodec v52, as is Perian; the goal is to port it to use the current libavcodec, and then to build it for win32 QuickTime. In hope it'll improve playback performance for mp4, h264, etc. files. The source is hosted on GitHub, the SourceForge project holds the resulting and required binaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ltcsmpte
    ltcsmpte is a collection of library functions to decode and encode linear/logitudinal time code (LTC) audio to/from SMPTE timstamps. ltcsmpte is deprecated and will soon reach its end-of-life. It is superseded by libltc + libtimcode + ltc-tools. * https://github.com/x42/libltc * https://github.com/x42/ltc-tools * https://github.com/x42/libtimecode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    A complete software stack to control digital broadcasting receivers and decode various services such as DAB, DAB+, DMB, Slideshow, Visual Radio and Journaline. Can be started as a headless server or a GTK+ application optimized for mobile devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is formed by 2 project togheter. First is a audio mixer in c#.... second is a shoutcast server that decode raw data comes from audio mixer, encode it and send to network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PSP Converter
    Easy to use PSP conversion tool. Comes with professional encode and decode ability, PSP Converter can easily and quickly convert all popular video formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JAC (Java Asn1 Compiler) is a tool for you if you want to (1)parse your asn1 file (2)create .java classes and (3)encode/decode instances of your classes. Just forget all asn1 byte streams, and take the advantage of OOP! BER, CER and DER are all supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This program receives MPEG-2 transport streams from an IEEE 1394 (FireWire) bus according to IEC 61883-4. It can decode one audio and video stream and present them on the local sound card and on the local display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cpia2 provides a linux driver for cameras using STMicroelectronics cpia2 (STV0672 and STV0676) chipsets. Also provided is a viewer to decode the mjpeg stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PVDTools is a set of tools written in ANSI C to encode and decode the Tiger/Hasbro VideoNow Personal Video Disc format(also called VNCD format).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    C++ toolkit to decode, demultiplex, and play multimedia streams. Editing and encoding is in (long-shot) plans.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Xuggler -- Decode, encode and experience audio and video from Java. See: http://www.xuggle.com/xuggler
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo