VOOZH about

URL: https://apify.com/talkbot/mp4-to-mp3

⇱ Mp4 To Mp3 Β· Apify


πŸ‘ Mp4 To Mp3 avatar

Mp4 To Mp3

Under maintenance

Pricing

Pay per usage

Go to Apify Store

Mp4 To Mp3

Under maintenance

Video To Sound Convertor

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Ali Hashemi

Ali Hashemi

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

0

Monthly active users

7 months ago

Last modified

Share

MP4 to MP3 Converter Actor

[![Apify](https://img.shields.io/badge/apify-actor-green.svg)](https://apify.com)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
This Apify actor converts MP4 files to high-quality MP3 format. It extracts audio tracks from video files and processes them efficiently.
## Features
-**Batch Conversion**: Convert multiple MP4 files simultaneously
-**Customizable Quality**: Support for various output bitrates(64kbps, 128kbps, 320kbps)
-**Concurrent Processing**: Handles multiple files in parallel for faster execution
-**Apify Dataset Storage**: Converted MP3 files and processing logs saved directly to Apify dataset
-**Error Handling**: Detailed reports for successes, failures, and errors per file
-**Optional Cleanup**: Delete original MP4 files after successful conversion
-**Secure Downloads**: Supports HTTPS URLs and handles authentication if provided
## How to Use
### Input Schema
| Property | Type | Description | Default | Required |
|----------|------|-------------|---------|----------|
|`inputUrls`| array | List ofMP4 file URLs to convert |`[]`| Yes |
|`outputQuality`|enum| Output MP3quality:`low`(64kbps),`medium`(128kbps),`high`(320kbps)|`medium`| No |
|`deleteOriginal`| boolean | Delete original MP4 files after conversion |`false`| No |
|`maxConcurrency`| integer | Maximum concurrent downloads/conversions(1-10)|`3`| No |
### Outputs
-**Dataset**: Contains:
- Converted MP3files(as binary blobs)
-JSON report withdetails:`{ "url": "...", "mp3Url": "...", "status": "success/error", "duration": "..." }`
-**Logs**: Real-time console logs for monitoring progress
## Example Input
```json
{
"inputUrls": [
"https://example.com/video1.mp4",
"https://example.com/video2.mp4",
"https://example.com/video3.mp4"
],
"outputQuality": "high",
"deleteOriginal": false,
"maxConcurrency": 5
}
## Example Output Report (JSON)
```json
[
{
"originalUrl":"https://example.com/video1.mp4",
"mp3File":"video1.mp3",
"bitrate":"320kbps",
"duration":"120s",
"status":"success",
"size":"4500KB"
},
{
"originalUrl":"https://example.com/video2.mp4",
"status":"error",
"error":"Invalid MP4 format"
}
]
## Running Locally
1. Clone/Fork this actor repository
2. Install dependencies:`pip install -r requirements.txt`
3.Run:`apify run`
4. Or use Apify CLI:`apify call [actor-id] --input input.json`
## Deployment
- Deploy to Apify platform via [Apify Console](https://console.apify.com)
- Build minutes:~1 min per 10 files
- Memory: 1GB recommended
## Limitations
- Only supports MP4input(H.264/AAC typically)
- Max file size: 100MB per file
- No video editing/subtitle extraction
## Troubleshooting
-**Download fails**: Check URL accessibility and CORS
-**Conversion errors**: Ensure audio track exists inMP4
-**High memory**: Reduce `maxConcurrency`
## Development
Fork this repo and contribute! See [CONTRIBUTING.md](CONTRIBUTING.md).
Uses:
-`ffmpeg`for conversion
-`requests`for downloads
- Apify SDKfor storage
## License
MIT License - see [LICENSE](LICENSE) file.
---
*Built with ❀️ for Apify platform*

You might also like

Video & Audio Transcriber β€” Word-Level + SRT/VTT

dami_studio/video-audio-transcriber

Transcribes any public video or audio URL (mp4, mov, mp3, wav, m4a, webm) into text with word-level and segment timestamps, plus downloadable SRT, VTT, and TXT files. Auto-detects language. Main use: generate subtitle files from a video.

3

5.0

YouTube Mp3/Audio Downloader

codenest/youtube-mp3-audio-downloader

Easily and fast extract high-quality MP3/audio from YouTube videos & Shorts! 🎡 Get multiple formats, bitrates, and full metadata. Perfect for podcasters πŸŽ™οΈ, musicians 🎢, educators πŸ“š, and content creators. Batch download audio with crystal-clear quality! πŸš€YouTube Mp3/Audio Downloader.

156

2.5

Twitter (X.com) mp3/Audio Downloader

codenest/twitter-x-com-mp3-audio-downloader

Download MP3/audio very fast from Twitter/X posts effortlessly! Perfect for podcasters πŸŽ™οΈ, journalists πŸ“°, researchers πŸ”¬, and content creators 🎨 seeking Twitter audio for repurposing and archiving. 🎡Twitter (X.com) mp3/Audio Downloader🎡.

Thread media downlaoder(video,images)

fingolfin/thread-media-downlaoder-video-images

this crawler is to download media from thread social platform i give you back the link where the downloaded file it and you can get it in png or mp4 format

🎡 TikTok Sound Scraper

scraper-engine/tiktok-sound-scraper

🎡 TikTok Sound Scraper (tiktok-sound-scraper) pulls trending TikTok sound data fastβ€”captions, URLs & metadata included. πŸš€ Perfect for content research, influencer discovery, and music marketingβ€”save time, boost insights, and stay ahead of trends! πŸ”₯

πŸ‘ User avatar

Scraper Engine

2

Tiktok Sound Music Scraper

coregent/tiktok-sound-music-scraper

TikTok Sound / Music Scraper extracts TikTok sound pages, music metadata, and videos using a sound, including captions, creators, stats, and URLs. Use it for trend tracking, viral audio discovery, campaign monitoring, creator research, and analytics.

17