{"id":1003,"date":"2026-07-20T09:13:00","date_gmt":"2026-07-20T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1003"},"modified":"2026-06-27T01:38:16","modified_gmt":"2026-06-27T05:38:16","slug":"extract-audio-from-a-video","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video","title":{"rendered":"How to Extract Audio from a Video (MP4\/MOV to MP3)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You filmed an interview, a lecture, or a gig on your phone, and now you only want the sound \u2014 a clean MP3 you can drop into a podcast app, a transcript tool, or a playlist. The audio is already sitting inside that MP4 or MOV; you just need to pull it out into its own file. This guide shows how to do that, which output to pick (MP3 vs keeping the native AAC), and the bitrate that keeps it sounding right. We verified the codec and bitrate facts against MDN and the MPEG-4 standard.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> A video\u2019s audio track is almost always <strong>AAC<\/strong> (the standard audio codec in MP4 and MOV). Pulling it into an <strong>MP3<\/strong> means a <strong>second lossy re-encode<\/strong> \u2014 perfectly fine at a good bitrate (<strong>use 192\u2013320 kbps<\/strong> so you don\u2019t add audible damage). If you\u2019d rather lose nothing, <strong>copy the audio in its native format<\/strong> (AAC) into an <strong>M4A<\/strong> file \u2014 that\u2019s a bit-for-bit extract with zero quality loss. You can\u2019t make the audio <em>better<\/em> than the video\u2019s original track, so don\u2019t pick a bitrate higher than the source.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Jump to a section<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#inside\">What\u2019s actually inside the video<\/a><\/li><li><a href=\"#mp3-vs-m4a\">MP3 vs M4A: re-encode or copy?<\/a><\/li><li><a href=\"#bitrate\">What bitrate should you pick?<\/a><\/li><li><a href=\"#mistakes\">Common mistakes to avoid<\/a><\/li><li><a href=\"#tool\">Extract audio from a video on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"inside\">What\u2019s actually inside the video<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An MP4 or MOV file is a <strong>container<\/strong> \u2014 a wrapper holding separate video and audio <strong>streams<\/strong>. The video stream is usually H.264 or HEVC; the audio stream is, in the overwhelming majority of cases, <strong>AAC<\/strong> (Advanced Audio Coding).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AAC is the <em>standard<\/em> audio codec for these formats. It\u2019s defined as part of the MPEG-4 specification, and per MDN it has \u201cbecome a popular choice, and is the standard format for audio in many types of media.\u201d In practice, most MP4\/MOV video carries <strong>roughly 128\u2013256 kbps stereo AAC-LC<\/strong> \u2014 that\u2019s what your phone records, what cameras produce, and what most editors export.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That matters for one reason: AAC is a <strong>lossy<\/strong> codec. The audio inside your video was <em>already<\/em> compressed once, throwing away data your ears won\u2019t usually miss. Whatever you do next, you start from that already-compressed track \u2014 you can\u2019t recover detail the camera discarded.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mp3-vs-m4a\">MP3 vs M4A: re-encode or copy?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You have two genuinely different paths, and the right one depends on whether you value universal compatibility or maximum fidelity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Re-encode to MP3 (the compatible choice).<\/strong> MP3 is also a lossy codec, so converting AAC \u2192 MP3 runs the audio through a <strong>second<\/strong> round of lossy compression. This is sometimes called <em>transcoding loss<\/em> or <em>generation loss<\/em>: you\u2019re re-compressing already-compressed audio. At a high enough bitrate the added damage is inaudible to almost everyone, which is why MP3 extraction is completely fine for podcasts, music for casual listening, voice notes, and anything you\u2019ll share widely. MP3\u2019s payoff is <strong>ubiquity<\/strong> \u2014 there is essentially no device, app, or car stereo on earth that can\u2019t play an MP3.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Copy the native AAC into M4A (the lossless choice).<\/strong> Because the audio is <em>already<\/em> AAC, you can extract it <strong>without re-encoding at all<\/strong> \u2014 copying the stream bit-for-bit into an <strong>M4A<\/strong> container (M4A is just an MP4 wrapper holding audio only). No second compression pass happens, so there is <strong>zero added quality loss<\/strong>, and it\u2019s near-instant because nothing is being encoded. The trade-off is compatibility: M4A\/AAC plays everywhere modern (iPhones, Macs, Android, every browser), but a few older or oddball devices still expect MP3.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><\/th><th>Re-encode to MP3<\/th><th>Copy native AAC \u2192 M4A<\/th><\/tr><\/thead><tbody><tr><td>Quality<\/td><td>Slight added loss (2nd lossy pass)<\/td><td>None \u2014 bit-for-bit copy<\/td><\/tr><tr><td>Speed<\/td><td>Re-encodes the audio<\/td><td>Near-instant (no encoding)<\/td><\/tr><tr><td>Compatibility<\/td><td>Plays literally everywhere<\/td><td>Plays everywhere modern<\/td><\/tr><tr><td>Best for<\/td><td>Sharing, podcasts, max compatibility<\/td><td>Archiving, editing, no-compromise fidelity<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rule of thumb:<\/strong> want a no-loss extract and you control playback \u2192 keep AAC in an M4A. Want a file that plays anywhere without a second thought \u2192 MP3 at a good bitrate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bitrate\">What bitrate should you pick?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you go the MP3 route, bitrate is the one setting that decides how much of that second-pass damage you can hear. MDN\u2019s guidance: MP3\u2019s recommended minimum for stereo is <strong>128 kbps<\/strong>, and for music downloads you should \u201cchoose a bit rate of at least 192 kbps if possible.\u201d Building on that, here\u2019s a practical ladder for <em>extracted<\/em> audio:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Content<\/th><th>MP3 bitrate<\/th><th>Notes<\/th><\/tr><\/thead><tbody><tr><td>Speech \/ lecture \/ interview (mono)<\/td><td>96\u2013128 kbps<\/td><td>Voice has a narrow range; mono halves the size<\/td><\/tr><tr><td>Podcast (stereo)<\/td><td>128\u2013192 kbps<\/td><td>The common podcast sweet spot<\/td><\/tr><tr><td>Music \u2014 good<\/td><td>192\u2013256 kbps<\/td><td>Transparent to most listeners<\/td><\/tr><tr><td>Music \u2014 highest<\/td><td>320 kbps<\/td><td>The MP3 ceiling; safest to mask the re-encode<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Two honest caveats that override the table:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>You can\u2019t out-run the source.<\/strong> If the video\u2019s audio is 128 kbps AAC, exporting a <strong>320 kbps MP3 doesn\u2019t add quality<\/strong> \u2014 it just makes a bigger file that still contains 128 kbps of real information. Match the source bitrate or go a notch above; don\u2019t go higher expecting magic.<\/li><li><strong>Re-encoding only ever subtracts.<\/strong> A higher MP3 bitrate doesn\u2019t <em>recover<\/em> anything \u2014 it only reduces how much <em>new<\/em> damage the AAC \u2192 MP3 step adds. If even that bothers you, the M4A copy route avoids the question entirely.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">For a deeper dive on choosing kbps and what the number actually means, see <a href=\"https:\/\/www.xconvert.com\/blog\/lower-the-bitrate-of-an-audio-file\/\">How to lower the bitrate of an audio file<\/a>. And if your extracted MP3 ends up bigger than you\u2019d like, <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-mp3-file-size\/\">How to reduce MP3 file size<\/a> walks through shrinking it without wrecking the sound.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mistakes\">Common mistakes to avoid<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Setting the MP3 bitrate above the source.<\/strong> As above \u2014 wasted megabytes, no quality gain. A 192\u2013256 kbps MP3 is plenty for almost any video\u2019s audio.<\/li><li><strong>Re-encoding when you could copy.<\/strong> If you just need the audio out and don\u2019t specifically need MP3, copying to M4A gives you a flawless extract for free. Reach for MP3 only when compatibility actually matters.<\/li><li><strong>Expecting MP3 to fix bad source audio.<\/strong> Wind noise, a muffled mic, or a low recording level are baked into the track. Extraction copies the sound across; it can\u2019t clean it up.<\/li><li><strong>Forgetting mono for voice.<\/strong> A lecture or interview is usually one voice \u2014 switching from stereo to mono roughly halves the file with no perceptible loss for speech.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Extract audio from a video on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/convert-mp4-to-mp3\">xconvert MP4-to-MP3 converter<\/a> pulls the audio track out of your video and gives you control over the bitrate and channels \u2014 so you can apply everything above in one place. It accepts MP4, MOV, MKV, and other common video files:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"1250\" src=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-32.png\" alt=\"Set a custom bitrate of 256 kbps (use 192-320 for music)\" class=\"wp-image-1241\" srcset=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-32.png 1600w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-32-300x234.png 300w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-32-1024x800.png 1024w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-32-768x600.png 768w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-32-1536x1200.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/convert-mp4-to-mp3\">xconvert.com\/convert-mp4-to-mp3<\/a> and click <strong>Upload \u2192 + Add Files<\/strong> to add your video (from your computer, Google Drive, or Dropbox).<\/li><li>Open <strong>Advanced Options<\/strong> (the gear icon) to reveal the audio controls.<\/li><li>Set the <strong>Quality Preset<\/strong> (this drives the MP3 bitrate) \u2014 pick <strong>192\u2013320 kbps<\/strong> for music, or a lower preset for speech. Don\u2019t choose higher than your video\u2019s source audio.<\/li><li>Optionally set <strong>Audio Channel<\/strong> (switch to mono for a voice-only recording to halve the size) and leave <strong>Audio Sample Rate<\/strong> on <strong>ORIGINAL<\/strong> unless you have a reason to change it.<\/li><li>Choose <strong>Constant Bitrate<\/strong> for a predictable file size or <strong>Variable Bitrate<\/strong> for slightly better quality-per-byte.<\/li><li>Click <strong>Convert<\/strong>, then download your MP3.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your file uploads over an encrypted connection, is processed on our servers, and is automatically deleted a few hours later. Nothing stays around.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Want the lossless route instead? Pick an <strong>M4A \/ AAC<\/strong> output where available to copy the native audio without a second re-encode. And if you later need that MP3 smaller for email or chat, <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-mp3-file-size\/\">reduce its file size<\/a> without re-wrecking the audio.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Does extracting audio from a video lose quality?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">It depends on the output. <strong>Copying the native AAC into an M4A loses nothing<\/strong> \u2014 it\u2019s a bit-for-bit extract with no re-encoding. <strong>Converting to MP3 adds a small second lossy pass<\/strong>, which is inaudible at a good bitrate (192\u2013320 kbps) but isn\u2019t strictly lossless. Either way, you can\u2019t make the audio <em>better<\/em> than the video\u2019s original track.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why is MP4-to-MP3 a \u201cre-encode\u201d if I\u2019m just pulling out the audio?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Because the audio inside an MP4 is almost always <strong>AAC<\/strong>, not MP3. To get an MP3 you have to <strong>re-compress<\/strong> the AAC into a different lossy format \u2014 that\u2019s the re-encode. If you keep the audio in its native AAC format (as an M4A file), no re-encoding happens and there\u2019s zero added loss.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">What bitrate should I use for MP3?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>192 kbps is a safe \u201cgood\u201d choice; 320 kbps is the highest MP3 quality.<\/strong> For speech or a lecture, 96\u2013128 kbps mono is plenty. The key rule: <strong>don\u2019t pick a bitrate higher than the video\u2019s source audio<\/strong> \u2014 it won\u2019t improve anything, it just makes a bigger file. MDN recommends at least 192 kbps for music.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I extract audio without losing any quality at all?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yes \u2014 keep the audio in its native AAC format and save it as an M4A<\/strong>, which copies the stream without re-encoding. That avoids the second lossy compression that MP3 introduces. Choose this when you control playback (modern phones, computers, browsers) and want a no-compromise extract.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does it work for MOV and MKV too, not just MP4?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yes.<\/strong> MOV, MKV, AVI, WebM and other containers also hold a separate audio stream \u2014 usually AAC in MOV (it\u2019s the same MPEG-4 standard), and AAC or others in MKV. The extraction works the same way: pull out the audio stream and either re-encode it to MP3 or copy it natively.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will a 320 kbps MP3 sound better than a 192 kbps one if the video was recorded at 128 kbps?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No.<\/strong> The source audio caps the real quality. A 320 kbps MP3 made from a 128 kbps source just stores the same ~128 kbps of actual information in a larger file. Match the source or go one step above; higher than that only wastes space.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Last verified 2026-06-25.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Guides\/Formats\/Audio_codecs\">MDN \u2014 Web audio codec guide (AAC, MP3)<\/a> \u2014 AAC is the standard audio codec in MP4\/MOV and is part of the MPEG-4 spec; MP3 and AAC are both lossy; MP3 recommended minimum 128 kbps stereo and \u2265192 kbps for music.<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Guides\/Formats\/codecs_parameter\">MDN \u2014 Codecs in common media types<\/a> \u2014 MP4\/QuickTime containers carry AAC audio; container-vs-codec relationship.<\/li><li><a href=\"https:\/\/en.wikipedia.org\/wiki\/Advanced_Audio_Coding\">Wikipedia \u2014 Advanced Audio Coding<\/a> \u2014 AAC packaged in MP4\/M4A containers; AAC-LC is the common in-the-wild profile (cross-reference to MPEG-4 spec).<\/li><li><a href=\"https:\/\/www.mux.com\/articles\/extract-audio-from-a-video-file-with-ffmpeg\">Mux \u2014 Extract audio from a video file with FFmpeg<\/a> \u2014 stream-copy (<code>-acodec copy<\/code>) extracts the native audio without re-encoding (no quality loss); re-encoding AAC\u2192MP3 is a second lossy pass.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Extract audio from a video into MP3 \u2014 why MP4\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.<\/p>\n","protected":false},"author":3,"featured_media":1243,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1003","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to-guides","category-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Extract Audio from a Video (MP4\/MOV to MP3)<\/title>\n<meta name=\"description\" content=\"Extract audio from a video into MP3 \u2014 why MP4\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Extract Audio from a Video (MP4\/MOV to MP3)\" \/>\n<meta property=\"og:description\" content=\"Extract audio from a video into MP3 \u2014 why MP4\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video\" \/>\n<meta property=\"og:site_name\" content=\"XConvert Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/xconvertcom\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-20T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-186.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"James\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:site\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"How to Extract Audio from a Video (MP4\\\/MOV to MP3)\",\"datePublished\":\"2026-07-20T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video\"},\"wordCount\":1760,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-186.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video\",\"name\":\"How to Extract Audio from a Video (MP4\\\/MOV to MP3)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-186.png\",\"datePublished\":\"2026-07-20T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"Extract audio from a video into MP3 \u2014 why MP4\\\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-186.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-186.png\",\"width\":1600,\"height\":840,\"caption\":\"The xconvert MP4-to-MP3 converter at \\\/convert-mp4-to-mp3 with the Upload button highlighted \u2014 add your video, then set the MP3 bitrate to extract the audio.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/extract-audio-from-a-video#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Extract Audio from a Video (MP4\\\/MOV to MP3)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/\",\"name\":\"XConvert Blog\",\"description\":\"Blog for XConvert file converter\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\",\"name\":\"James\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"caption\":\"James\"},\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/author\\\/james\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Extract Audio from a Video (MP4\/MOV to MP3)","description":"Extract audio from a video into MP3 \u2014 why MP4\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video","og_locale":"en_US","og_type":"article","og_title":"How to Extract Audio from a Video (MP4\/MOV to MP3)","og_description":"Extract audio from a video into MP3 \u2014 why MP4\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.","og_url":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-07-20T13:13:00+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-186.png","type":"image\/png"}],"author":"James","twitter_card":"summary_large_image","twitter_creator":"@xconvert_com","twitter_site":"@xconvert_com","twitter_misc":{"Written by":"James","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"How to Extract Audio from a Video (MP4\/MOV to MP3)","datePublished":"2026-07-20T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video"},"wordCount":1760,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-186.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video","url":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video","name":"How to Extract Audio from a Video (MP4\/MOV to MP3)","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-186.png","datePublished":"2026-07-20T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"Extract audio from a video into MP3 \u2014 why MP4\/MOV audio is AAC, the bitrate to pick, and how to copy it losslessly to M4A instead.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-186.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-186.png","width":1600,"height":840,"caption":"The xconvert MP4-to-MP3 converter at \/convert-mp4-to-mp3 with the Upload button highlighted \u2014 add your video, then set the MP3 bitrate to extract the audio."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/extract-audio-from-a-video#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Extract Audio from a Video (MP4\/MOV to MP3)"}]},{"@type":"WebSite","@id":"https:\/\/www.xconvert.com\/blog\/#website","url":"https:\/\/www.xconvert.com\/blog\/","name":"XConvert Blog","description":"Blog for XConvert file converter","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xconvert.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845","name":"James","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","caption":"James"},"url":"https:\/\/www.xconvert.com\/blog\/author\/james"}]}},"_links":{"self":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/comments?post=1003"}],"version-history":[{"count":2,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1003\/revisions"}],"predecessor-version":[{"id":1242,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1003\/revisions\/1242"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1243"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}