Max file size: 25MB Sign up for more

Your converted MP3 file will play here.

Hold tight, processing may take a minute...

How to convert video to MP3 online (3 steps)

  1. Upload your video or paste a file URL.

  2. Choose playback speed and pitch.

  3. Convert & download your audio file.

Works on iPhone, Android, Windows & Mac.

To learn how to convert video to mp3 using FFmpeg, read our full guide.

Batch convert videos to MP3 via API

  • Ingest: Send your MP4, MOV, MKV, or other video format via the Ingest API.

  • Request: Specify MP3 output and target bitrate (128 / 192 / 256 / 320 kbps).

  • Receive: Get a downloadable MP3 URL via webhook once the conversion is complete.

Safe, private & online

Files are processed securely and deleted after conversion. Free demo supports smaller files but you can sign up to increase limits and unlock batch processing.

You can download the open source code for the project from GitHub and use it as the basis to create your own automated media convertor.

Frequently Asked Questions (FAQs)

Can I convert a YouTube video to MP3?

You can convert only content you own or have permission to use. For YouTube specifics, see our YouTube video to MP3 guide.

Can I convert a video link/URL to MP3?

Yes. Paste a direct file URL you have rights to. We don’t fetch from gated platforms; if you can access the file URL, we can convert it.

Do I need to download a converter for PC or Mac?

No. The converter runs in your browser on Windows and macOS — no software install needed.

Can I convert Facebook videos to MP3?

Yes, if it’s your content (or you have permission) and you can download the file, upload it or paste its direct file URL to convert to MP3.

Can I convert Twitter (X) videos to MP3?

Yes but only convert content you own or are authorized to use. Upload the file or paste its direct file URL.

Where do I find my MP3 after conversion?

After converting, click the download button and your browser will download the MP3. On iPhone it saves to Files; on Android/desktop to the Downloads folder.

Get started with Shotstack's video editing API in two steps:

  1. Sign up for free to get your API key.
  2. Send an API request to create your video:
    curl --request POST 'https://api.shotstack.io/v1/render' \
    --header 'x-api-key: YOUR_API_KEY' \
    --data-raw '{
    "timeline": {
    "tracks": [
    {
    "clips": [
    {
    "asset": {
    "type": "video",
    "src": "https://shotstack-assets.s3.amazonaws.com/footage/beach-overhead.mp4"
    },
    "start": 0,
    "length": "auto"
    }
    ]
    }
    ]
    },
    "output": {
    "format": "mp4",
    "size": {
    "width": 1280,
    "height": 720
    }
    }
    }'

More to do

Shotstack - Demo Video Editing Applications, Tools and Utilities

Video editing demo applications give you an idea of what Shotstack can do and source code to help you get started

Real Estate Video Listing Maker

Use Shotstack to automate the creation of real estate listing videos.

Social Media AI Video Maker

Use Shotstack to automate the creation of videos for your social media channels using generative AI.