WAVE MP4
F4V · to · MP3

Convert F4V to MP3 - extract audio

F4V is Adobe's late-Flash container - structurally an MP4 sibling with a different identifying label (see Codecs vs containers for the wrapper vs. codec framing). Audio is always AAC. Wave discards the video and re-encodes the AAC track to a portable MP3 through libmp3lame.

Under the hood

What actually changes

F4V source VIDEO - AUDIO AAC MP3 audio only AUDIO MP3 @ 192 kbps EXTRACT + ENCODE audio decoded, re-encoded
F4V is Adobe's Flash-era MP4. Audio is always AAC and re-encodes to MP3 through LAME.

F4V files are structurally almost identical to MP4: same ISO base media file format, same box hierarchy, same sample-table layout for audio and video. The differences are the ftyp brand (F4V uses `f4v ` or `mp42` depending on the encoder) and the audio pairing convention - F4V is a Flash-Player-9-and-later container, and Flash 9 introduced H.264 video with AAC audio at the same time, so every F4V in the wild carries AAC.

Because AAC and MP3 are different codecs, the extract is always a re-encode. Wave decodes the AAC track through the wasm engine's AAC decoder and re-encodes to MP3 at 192 kbps through libmp3lame. The video track (H.264, sometimes with the older Sorenson Spark codec on early transitional F4V files) is discarded entirely. Because Wave never decodes a video frame, the extract runs in a fraction of the time a full re-encode would take - an hour-long F4V produces an 85 MB MP3 in about 30 seconds on modern hardware.

Adobe introduced F4V in December 2007 with Flash Player 9.0.115.0 as the new container for H.264 video streaming. It replaced FLV for HD content on Flash-based platforms and stayed the standard until Flash itself was retired in December 2020. The largest visible archives of F4V today come from e-learning platforms of the 2010s: Adobe Captivate exports, Articulate Storyline courses, some Elearning Brothers templates, and webinar recordings from platforms like BrightTALK and ON24 that transitioned from FLV to F4V for HD delivery. Anyone with a large training-content archive from that era is likely to find F4V files in it.

The AAC audio inside F4V is usually 128 or 160 kbps stereo at 44.1 or 48 kHz - Flash-Media-Server defaults from the 2010s. Some higher-fidelity webinar platforms pushed 192 kbps AAC. Wave's 192 kbps MP3 output preserves the audible content of any of these sources; at these bitrates, AAC and MP3 sound identical on consumer gear.

How to convert

Three steps.

  1. 01

    Step 1

    Drop the .f4v file onto the card.

  2. 02

    Step 2

    Pick MP3 as the output format.

  3. 03

    Step 3

    Convert. Save the MP3.

FAQ

Answers, specifically.

Why is F4V audio always AAC and never MP3?

Because F4V arrived with Flash Player 9 (2007), the same release that introduced H.264 video with AAC audio. The pre-Flash-9 container was FLV, which supported MP3 audio (and often used it). F4V never inherited that convention - the H.264 + AAC pairing was baked in from the start.

F4V vs FLV MP3 extraction - which is faster?

FLV can be faster: about 60% of legacy FLV files carry MP3 audio, so Wave takes a copy path with no re-encode. F4V is always AAC, so it's always a re-encode. The re-encode itself is still fast (audio-only, no video decoding), but not as fast as a bit-copy.

Adobe Captivate exports?

Yes. Captivate's F4V outputs use H.264 + AAC at 128 kbps stereo by default, and Wave extracts the audio cleanly. Newer Captivate builds also offer MP4 exports directly; both extensions convert the same way.

Articulate Storyline outputs?

Yes. Storyline courses that shipped as Flash bundles typically had .f4v video assets - Wave extracts audio from each.

BrightTALK or ON24 webinar recordings?

Yes, if you have the raw .f4v file. Both platforms served F4V through their Flash-based players until they migrated to HTML5 (2016-2018); older recordings you have on disk should decode without issue.

What about F4V metadata cue points?

F4V's onCuePoint data (used by Flash apps to sync UI to specific timestamps) is Flash-specific and has no MP3 equivalent. It's discarded during extraction.

F4V files with encrypted RTMP audio?

RTMPE-protected streams cannot be decoded without the platform's secret. If your .f4v file was captured with the encryption intact, Wave can't decode it. Most saved F4V files on disk are unencrypted; live-captured RTMPE streams sometimes aren't.

Does the F4V's embedded thumbnail image transfer?

No. F4V's title thumbnail (moov box's cover art) doesn't map to ID3 album art through Wave's current pipeline. Basic tags (title) are copied where present.

Related

Other converters.