Showing 22 open source projects for "mp4 container"

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
  • 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
    red5-server

    red5-server

    Red5 Server core

    Red5 is an Open Source Flash Server written in Java that supports streaming Video (FLV, F4V, MP4, 3GP). Streaming Audio (MP3, F4A, M4A, AAC) Recording Client Streams (FLV and AVC+AAC in FLV container) Shared objects, live stream publishing, remoting, and protocols: RTMP, RTMPT, RTMPS, and RTMPE.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    AnalysisAVP

    AnalysisAVP

    Encode decode, rgb yuv h264 aac flv mp4 rtmp

    ...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 transmission. 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HLS.js

    HLS.js

    HLS.js is a JavaScript library that plays HLS in browsers

    HLS.js is a JavaScript library that implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. Transmuxing is performed asynchronously using a Web Worker when available in the browser. HLS.js also supports HLS + fmp4, as announced during WWDC2016. HLS.js works directly on top of a standard HTML<video> element. HLS.js is written in ECMAScript6...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    Findroid

    Findroid

    Third-party native Jellyfin Android app

    Findroid is a third-party Android application for Jellyfin that provides a native user interface to browse and play movies and series.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5
    StaxRip

    StaxRip

    Video encoding GUI for Windows

    StaxRip is a powerful, open-source video and audio encoding GUI for Windows that orchestrates industry-standard console tools (such as x265, FFmpeg, mkvmerge) and frame-server systems (like AviSynth+ or VapourSynth) to allow users to transcode, mux, remux, or process media files with fine-grained control. It is not a “one-click” encoder; instead, it grants the user deep control over encoding settings, filtering, resizing, cropping, subtitles, audio processing, container formats, and more —...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 6
    Membrane Core

    Membrane Core

    The core of Membrane Framework, multimedia processing framework

    membrane_core is the foundation of the Membrane multimedia framework for Elixir, providing the abstractions and runtime needed to build real-time audio and video pipelines. It models media processing as a graph of lightweight, supervised OTP processes—elements connected by links—so work is isolated, fault-tolerant, and easy to scale or reconfigure at runtime. The core defines a clear lifecycle and callback API for elements, plus concepts like buffers, events, and capabilities/format...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    yt-dlp

    yt-dlp

    A youtube-dl fork with additional features and fixes

    yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project
    Downloads: 465 This Week
    Last Update:
    See Project
  • 8
    MediaCoder

    MediaCoder

    Universal media transcoding software

    MediaCoder is a universal media transcoding software actively developed and maintained since 2005. It puts together most cutting-edge audio/video technologies into an out-of-box transcoding solution with a rich set of adjustable parameters which let you take full control of your transcoding. New features and latest codecs are added or updated constantly. MediaCoder might not be the easiest tool out there, but what matters here is quality and performance. It will be your swiss army knife for...
    Leader badge
    Downloads: 1,901 This Week
    Last Update:
    See Project
  • 9
    Libre AV Converter

    Libre AV Converter

    convert, edit, record, download, player, streaming and cd ripper

    Libre AV Converter provides a translatable GUI for the converter ffmpeg, also can expand to more similar binary Libre AV Converter is a universal media converter, recorder, video downloader, player, streaming issuer, cd ripper and editor Libre AV Converter 2.0 es un GUI traducible para el convertidor ffmpeg. Además, puede expandirse a más binarios similares a ffmpeg. Libre AV Converter 2.0 es un convertidor universal, grabador, transmisor en streaming, ripeador de cd y editor de medios.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    flv.js

    flv.js

    HTML5 FLV Player

    An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. This project relies on Media Source Extensions to work. flv.js works by transmuxing FLV file stream into ISO BMFF (Fragmented MP4) segments, followed by feeding mp4 segments into an HTML5 <video> element through Media Source Extensions API. flv.js is written in ECMAScript 6, transpiled into ECMAScript 5 by Babel Compiler, and bundled with Browserify. FLV container with H.264 + AAC / MP3 codec playback. Multipart segmented video playback. HTTP FLV low latency live stream playback. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    DockerSelenium

    DockerSelenium

    Selenium in Docker with Chrome and Firefox

    The purpose of this project is to have Selenium running as simple and as fast as possible. This purpose is augmented by Zalenium a project which uses this one to provide docker-selenium(s) on-demand. Zalenium also forwards tests to a Cloud Provider (Sauce Labs, BrowserStack, TestingBot & LambdaTest) when necessary. Note SeleniumHQ/docker-selenium and this one share the same purpose however both projects have diverged considerably in the last two years. Even though both projects share the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    VideoCompress

    Compress videos, remove audio, manipulate thumbnails

    ...In addition, google chrome uses VP8/VP9, safari uses h264, and most of the time, it is necessary to encode the video in two formats, but not with this library. All video files are encoded in an MP4 container with AAC audio that allows 100% compatibility with safari, mozila, chrome, android and iOS. Works on ANDROID, IOS and desktop (just MacOS for now).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Matisse

    Matisse

    A well-designed local image and video selector for Android

    Matisse is a well-designed local image and video selector for Android. If you use Glide as your image engine, add rules as Glide's README says. If you use Picasso as your image engine, add rules as Picasso's README says. There are two built-in themes you can use to start MatisseActivity, which are R.style.Matisse_Zhihu (light mode), and R.style.Matisse_Dracula (dark mode). All images and videos will be shown in Matisse by default, you can't limit the selectable mime types. You can launch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Spatial Media

    Spatial Media

    Specifications and tools for 360º video and spatial audio

    spatial-media provides tools for working with spherical video and spatial audio metadata so players and platforms can correctly render immersive media. The utilities inject, inspect, and extract metadata in common container formats (MP4/WebM) to signal 360° projection type, stereoscopy mode, and spatial audio layout. Creators use it to prepare 360/VR180 assets for upload so services know whether a video is monoscopic, top-bottom stereo, or side-by-side, and whether ambisonic audio is present. By separating metadata handling from encoding, the tools slot into existing editing/export workflows without requiring specialized NLE support. ...
    Downloads: 73 This Week
    Last Update:
    See Project
  • 15

    ps4htmlplayer

    cgi scripts to play back mp4 media in a html5 container for ps4

    This a set of cgi scripts which let you use a web browser to browse a media folder in the ps4's web browser. Videos in .mp4 format will have a link to a playback page that wraps the video in a html5 playback container, so you can view it on the ps4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    mp4 Audio Extractor

    Extracts audio from mp4 files ._.

    • All of youtube music download services reencode the original .aac audio file before they let you download it, leading to a degradation of quality, even those that let you choose to download as aac/m4a. • The only way to losslessly download music from youtube is to download the 720p .mp4 directly from youtube, and extract the .aac audio inside it. • AAC is however not suitable for general use and it's preferable to leave it in .mp4 container like m4a. • mp4 Audio Extractor will let you quickly and easily convert .mp4 audio+video into audio only .mp4, by removing the video, and never touching the audio. It will also rename the file to .m4a for convenience...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Real-time SVC streaming with a MP4 container in Standard Legacy Streaming Server and SVC Clients
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java video player, container format: mp4, avi; video codec: mp4v/xvid; audio: mp3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Change the container from AVI to MP4, currently only support H263 and MP3 encode and must have index in AVI. This is for my college graduation design, and I just test on Windows, don't know the compatibility on Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Collection of bash scripts that operate DVD ripping tools. Programs: ripdvd - create an MKV, OGM or MP4 file container very easily ripdvdcrop - detect crop for ripping dvd ripdvdtest - perform a ripping test of a few seconds Suggestion: use the SVN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    With mkv2mp4 you can convert mkv HD quality movie to a mp4 container without reencode the whole movie. This file could be played at the Sony Playstation 3
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    pulsorclip

    pulsorclip

    Download videos from almost any website

    ...Users can download videos and audio in formats such as MP4, WebM, MKV, MP3, and M4A, with server-side processing and progress tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next