Showing 459 open source projects for "convertir video a mp3"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    py-mn-conversor-audio-beta
    Programa sencillo y potente para convertir archivos de los siguientes formatos "*.mp4 *.m4a *.aac *.wav *.flac, *.opus" y los convierte a .mp3 2 modos de uso: - Seleccionar un archivo y convertirlo a .mp3 - Seleccionar carpeta y convertir todos los archivos a .mp3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MP3 Rocket

    MP3 Rocket

    YouTube to mp3 converter and downloader

    MP3 Rocket is the fastest YouTube to MP3 Converter. Get free video to mp3 conversions with MP3 Rocket. It converts and downloads videos in popular mp3 format. MP3 Rocket is the most trusted Video to MP3 converter tool. It's fast, free, and no registration is required. MP3 Rocket is a simple and to use YouTube to MP3 converter and video downloader.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Youtube-To-MP3

    Youtube-To-MP3

    A simple Youtube to mp3 application written in python.

    A simple Youtube to mp3 application written in python. I did my best to make it have a simple intuitive design, so now you don't have to go to the sketchy converters. IF NOT ON WINDOWS I believe it should work on other operating systems but I've not tested. If your OS can't run an .exe file then you must run the .py file (source code) directly.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Next Player

    Next Player

    An Android native video player

    Next Player is an Android native video player written in Kotlin. It provides a simple and easy-to-use interface for users to play videos on their Android devices.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 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
  • 5
    YouT Video Mp3 Downloader

    YouT Video Mp3 Downloader

    YouTube video and audio download tool

    YouT Video Mp3 Downloader is an open-source Python application that can download YouTube videos in the highest quality MP4 format and/or as MP3 audio files. The application supports adaptive video/audio streams such as HD, Full HD, 2K, and 4K, offered by YouTube, using the yt-dlp framework. The FFmpeg requirement is automatically resolved; if FFmpeg is not already present when the application is launched, it will download and configure it.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    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: 5 This Week
    Last Update:
    See Project
  • 7
    Translate-Subtitle-File

    Translate-Subtitle-File

    Subtitle Creation Assistant

    Subtitle group machine translation assistant - [Function 1: Translate subtitle file] .srt .ass .vtt [Function 2: Voice to text] (Drag in video or audio to recognize subtitles) (The latest version v4.1.0 Update time 2021 2 May 23) 12 translation service providers can be configured, such as Google, Baidu, Tencent, Caiyun, IBM, Azure, Amazon, etc. (6 voice service providers can be configured: Alibaba Cloud, Xunfei, Tencent Cloud, IBM, Azure, Amazon ) Advantages: 1. You can use multiple service...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Vividl - Video Downloader

    Vividl - Video Downloader

    Free video downloader for YouTube and hundreds of other websites

    Vividl is a Windows app that lets you download videos from various websites, including YouTube, Soundcloud, Vimeo, Dailymotion and various media channels. It uses the popular downloader youtube-dl/ yt-dlp to extract videos from several hundred websites. Just copy a video URL, paste it in Vividl and download the video in different qualities, convert it to other formats or to an audio track. You can also manage the parallel download of multiple videos and retrieve additonal meta...
    Leader badge
    Downloads: 1,619 This Week
    Last Update:
    See Project
  • 9
    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.
    Downloads: 15 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
  • 10
    edge-tts

    edge-tts

    Use Microsoft Edge's online text-to-speech service from Python

    ...It wraps the same cloud voices used by Edge, exposing them through a simple CLI (edge-tts, edge-playback) and a Python API, so you can script high-quality speech generation in your own applications. The tool lets you list available voices, specify locale and voice name, and generate audio files in common formats like MP3 or WAV. It also supports generating subtitle files (such as SRT or VTT) alongside the speech, which is handy for video narration, e-learning, or accessibility workflows. From the CLI you can adjust parameters such as speaking rate, volume, and pitch, giving you some control over prosody without diving into SSML. The library is asynchronous under the hood, which makes it efficient for batch jobs or web services that need to synthesize many utterances concurrently.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    AIO Video Downloader (Official)

    AIO Video Downloader (Official)

    AIO Video Downloader lets you download videos from 1000+ websites.

    AIO Video Downloader is a clean and reliable Android application designed as a powerful alternative to VidMate and SnapTube. It delivers a simple yet feature-rich video downloading experience, developed with privacy and user convenience in mind. Unlike many similar apps, AIO Video Downloader removes all the clutter, bloat, and annoying ads while giving you the smooth performance you expect. Powered by a strong backend, AIO Video Downloader supports downloads from 1000+ websites including...
    Downloads: 140 This Week
    Last Update:
    See Project
  • 12
    AMV-Converter

    AMV-Converter

    Converts Videos to .AMV (Used For Cheap MP3 Players)

    AMV Converter is a lightweight tool designed to convert videos to the AMV (Actions Media Video) format — a proprietary format used primarily in older MP4/MP3 players. Built using ffmpeg, this converter is optimized to produce AMV files with smaller file sizes, perfect for low-storage portable devices. The tool also includes a built-in video downloader powered by yt-dlp, with support for a wide range of video formats and subtitle/audio preservation options.
    Leader badge
    Downloads: 157 This Week
    Last Update:
    See Project
  • 13
    Video Converter Ultimate

    Video Converter Ultimate

    Fairly Comprehensive Software to Convert Videos to Other Videos

    Video Converter Ultimate is a versatile video conversion software. It not only allows users to convert videos to different file formats, but it also enables them to enhance the quality of their videos by adjusting brightness, contrast, saturation, and other settings. Users can choose from a range of video formats, such as AVI, MP4, MOV, MKV, and more, suitable for playback on various devices like smartphones, tablets, and gaming consoles.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    VCT - Video Converter & Transcoder

    VCT - Video Converter & Transcoder

    Transcode or convert files to H.264 or H.265 HEVC MKV/MP4 - FFmpeg GUI

    Open source video/audio converter GUI based on FFmpeg (included) Works natively for Windows and Linux (with mono-complete installed) Batch convert audio/video collection to H.264 or H.265 HEVC AAC/MP3, etc. Transcode MKV to MP4 or MP4/M4V to MKV in 1 minute. Rotate video Resize video Extract audio from movie clip Extract specific part of video/audio file Convert various audio files to MP3 or AAC Select audio stream to encode with video Add subtitle stream Easily create conversion tasks Pause/resume encoding queue Play files Record AV streams from Internet (Record tab) FFmpeg command is exposed so FFmpeg command is fully editable 64-bit version is now default. 32 bit and XP version as separate downloads For more details on usage, please check README Short video demonstration: https://user-images.githubusercontent.com/10812743/103661971-a568b900-4f6f-11eb-8c11-ac92ea41944b.mp4 NOTE: Windows will warn you about security. ...
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 15
    xine - a free video player
    xine is a free multimedia player. It plays back CDs, DVDs, BluRays and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet.
    Downloads: 80 This Week
    Last Update:
    See Project
  • 16
    Media Downloader

    Media Downloader

    A simple tool to download video and audio form internet sources

    This software enables users to download video and audio content from a variety of supported websites for personal and educational use. It is free and open source, promoting transparency, flexibility, and community-driven development.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Petice - YT Playlist Downloader

    Petice - YT Playlist Downloader

    Youtube Playlist and Video Downloader - YT mp3/mp4 Downloader -

    Effortlessly download entire YouTube playlists or individual videos in MP4 (video) or MP3 (audio) with unmatched speed and precision! Our intuitive GUI lets you queue multiple playlists, manage concurrent downloads, and track progress in real time—all while enjoying seamless format conversion and automatic folder organization. ✨ Key Features: ✅ Blazing-Fast Parallel Downloads: Handle up to 10 simultaneous downloads (adjustable!)
    Downloads: 28 This Week
    Last Update:
    See Project
  • 18
    YouTube Downloader ArmoMan

    YouTube Downloader ArmoMan

    An android application to download audio (mp3) from YouTube videos.

    An android application to download audio (mp3) from YouTube videos and from playlists. YouTube Downloader ArmoMan is an intuitive Android application designed to empower users to effortlessly extract high-quality MP3 audio from YouTube videos and playlists. With a user-friendly interface and a host of convenient features, this app simplifies the process of downloading and enjoying your favorite YouTube content in audio format. Download from SourceForge or GitHub. GitHub download...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    MediaElement.js

    MediaElement.js

    A dependable HTML media framework

    Boost your player with Chromecast, Google Analytics and more. MediaElement.js is a blazingly fast and amazingly powerful HTML5 audio and video library that creates a unified feel for media files (MP4, MP3, FLV), streaming content (HLS, M(PEG)-DASH, RTMP), and embeddable players like YouTube, Vimeo, Twitch, DailyMotion, Facebook, and SoundCloud. MediaElement.js is a set of custom Flash plugins that mimic the HTML5 MediaElement API for browsers that don't support HTML5 or don't support the media codecs you're using. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Snaptube

    Snaptube

    YouTube downloader & MP3 converter

    ...The app offers a fast search tool where users can quickly find their desired videos or channels and choose from multiple download options. Before downloading, you can select the format—MP4 for video or MP3 for audio—and the quality, ranging from 320p up to 4K resolution when available. Snaptube supports downloading from numerous sites beyond YouTube, including Vimeo, TikTok, Instagram, Facebook, and more, and allows users to add additional video portals. The app also includes useful settings to customize download folders, speed limits, and Wi-Fi-only downloads to save data. ...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 21
    DVDStyler

    DVDStyler

    A cross-platform DVD authoring application

    DVDStyler is a cross-platform free DVD authoring application that makes possible for video enthusiasts to create professional-looking DVDs. DVDStyler provides over 20 DVD menu templates, allowing you to create your own menu designs and photo slideshows. After you select your DVD label name, video quality, video format, aspect ratio, and audio format, you can select a template to add video materials to. DVDStyler's interface supports drag-and-drop so you can add project buttons and movies...
    Leader badge
    Downloads: 4,247 This Week
    Last Update:
    See Project
  • 22
    Airy

    Airy

    YouTube Video Downloader for Windows and Mac

    Airy is a versatile YouTube downloader available for both Mac and Windows platforms, designed to facilitate the seamless downloading of YouTube videos. It allows users to download individual videos or entire playlists without delays or interruptions, offering the flexibility to choose from various formats, including the option to convert videos to MP3. Airy supports high-definition downloads, enabling users to save content in resolutions up to Ultra HD 8K 60FPS. The software integrates with...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    Free all in one audio/video ffmpeg batch encoder

    FFmpeg Batch AV Converter is a free universal audio and video encoder for Windows and Linux (via Wine), that allows to use the full potential of ffmpeg command line with a few mouse clicks in a convenient GUI with drag and drop, progress information. Some fancy wizards make things easy for non-experts. Thanks to its multi-file encoding feature, it may be the fastest a/v batch encoder available, since it maximizes system resources usage by launching as many simultaneous processes up to...
    Leader badge
    Downloads: 3,913 This Week
    Last Update:
    See Project
  • 24
    VidMate

    VidMate

    Great video and music downloader

    ...You can choose to download just the audio in formats like MP3 or M4A, or download videos in MP4 format tailored to your needs. VidMate offers customizable settings such as default video quality, a pop-up mode for floating video playback, and a restricted mode to filter adult content. It also includes a built-in music player where users can create playlists and set timers for automatic playback stop.
    Downloads: 65 This Week
    Last Update:
    See Project
  • 25
    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: 800 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB