Initializing... drag & drop files here
Supports: F4V
F4V is Adobe's Flash-era video container, built on the ISO base media file format (the same MP4 family) to carry H.264 video and AAC audio. AIFF is Apple's uncompressed PCM audio format. This converter pulls the audio track out of an F4V file and writes it as a standalone AIFF, dropping the Flash-era video entirely — the standard way to salvage a soundtrack from a legacy F4V into a Mac or pro-audio tool that wants raw PCM samples.
| Property | Value |
|---|---|
| Developer | Adobe Systems |
| Introduced | December 3, 2007 (Flash Player 9 Update 3) |
| Container basis | ISO base media file format (MPEG-4 Part 12) — shares a common base with MP4 |
| Typical video codec | H.264 (AVC) |
| Typical audio codec | AAC (lossy); MP3 also permitted |
| Compression | Lossy audio and video |
| Native playback | Adobe Flash Player / AIR — discontinued (Flash Player end of life December 31, 2020; blocked from running January 12, 2021) |
| Still opens in | VLC, ffmpeg and similar tools, because F4V is structurally MP4 |
| Best for | A source archive of Flash-era footage you need to extract from |
| Property | Value |
|---|---|
| Developer | Apple Inc. |
| Introduced | 1988 (based on the EA IFF 85 interchange standard) |
| Payload | Uncompressed PCM samples |
| Default codec here | PCM 16-bit Big Endian (PCM_S16BE) |
| Byte order | Big-endian (Apple convention; WAV is little-endian) |
| Compression | None — lossless container holding raw audio |
| Typical bitrate | |
| Native support | macOS, Logic Pro, GarageBand, Final Cut Pro, Pro Tools |
| Best for | Editing, mastering and archival in an Apple / pro-audio workflow |
This is the one thing worth understanding before you convert. The audio inside an F4V is almost always AAC, which is already a lossy format — some detail was discarded the moment the F4V was first encoded. AIFF stores uncompressed PCM, so the output is a bit-faithful decode of that AAC stream, but decoding into PCM cannot restore anything AAC threw away. You get a much larger file (a 4 MB AAC track can become a 40 MB AIFF) without any gain in fidelity over the source. AIFF is the right target when a Mac DAW or pro-audio tool needs raw PCM to work on — not because it makes the audio "lossless" again.
PCM_S16BE), the macOS CD-quality standard. AIFF is uncompressed by design, so this preserves bit-faithful audio — there is nothing to tune for "quality," only bit depth.Very likely, and that is expected. AIFF is uncompressed PCM at roughly 10 MB per minute for 16-bit/44.1 kHz stereo, while the AAC audio inside an F4V might be a tenth of that. Decoding a small lossy track into raw PCM inflates it without adding any detail. If you want a small, portable file instead of an editing master, convert F4V to MP3; if the F4V's audio is already AAC and you simply want it freed from the Flash container, convert F4V to M4A keeps it as AAC without a second lossy pass.
No, and this is the most common misconception. AIFF is a lossless container, but the audio coming out of an F4V is almost always AAC, which already discarded detail when it was first encoded. The AIFF is a perfect, uncompressed copy of that already-lossy stream — it stops any further degradation when you edit, but it cannot rebuild what AAC removed. "Lossless container" is not the same as "lossless audio."
By default the converter writes PCM 16-bit Big Endian (PCM_S16BE), the standard CD-quality, macOS-native AIFF layout. Big-endian byte order is the historical Apple convention, which is the main structural difference between AIFF and WAV — WAV stores the same PCM samples little-endian. Both are uncompressed and carry identical audio data; the byte order only matters to the software reading the file.
AIFF and WAV are functionally identical in quality — both uncompressed PCM, lossless, same file size for the same audio. The practical difference is ecosystem: AIFF is the big-endian, Apple-native default for Logic Pro, GarageBand, and Final Cut Pro, so it round-trips inside the Apple toolchain without a byte-order step. WAV is the little-endian Microsoft default favored by Windows DAWs. If your editing target is a Mac, choose AIFF; if you are handing the file to a Windows host, convert AIFF to WAV afterward.
F4V was built to play inside Adobe Flash Player and Adobe AIR. Adobe ended Flash Player support on December 31, 2020 and began blocking Flash content on January 12, 2021, and browsers removed the plugin — so no mainstream runtime plays F4V natively anymore. Desktop players such as VLC can still open many F4V files because the format is structurally MP4, but extracting the audio to AIFF gives you a file that works in any audio app on hardware that never had Flash.
Leave Audio Sample Rate on "Original" unless a tool requires something specific. The source AAC inside an F4V is typically 44100 Hz (music) or 48000 Hz (video audio); keeping "Original" avoids an unnecessary resampling pass. Forcing a different rate is mathematically clean but does not improve a file whose quality was already set by the AAC encode — it only matches a downstream requirement.
Your F4V is uploaded over an encrypted connection and processed on our servers — there is no sign-up and no watermark. Uploaded files and their AIFF outputs are deleted automatically a few hours after the conversion, and they are never shared or made public. The main practical limit on a very large F4V is your upload speed, not your device.
In our testing, a one-minute F4V clip carrying stereo AAC produced an AIFF of roughly 10 MB at the default 16-bit/44.1 kHz — close to ten times the size of the AAC source while sounding identical to it, because the conversion decodes rather than re-compresses. Mono or a lower sample rate scales that down proportionally; if size matters more than an editable master, the Audio Compressor can shrink the result afterward.