Initializing... drag & drop files here
Supports: FLV
You have an old Flash Video file and you only want the sound out of it. The real decision is not whether to extract but what to extract to: M4A wraps the AAC codec, MP3 wraps the older MPEG-1 Layer III codec. The short answer is that M4A gives you better sound per megabyte and is the natural fit for Apple devices, while MP3 wins on sheer universality with old hardware. If the file is only ever going to be played on a phone, a computer, or in a browser made this decade, M4A is the better target.
| Property | M4A (this page) | MP3 |
|---|---|---|
| Container | MPEG-4 Part 14 (ISO/IEC 14496-14) | MPEG-1 Audio, ISO/IEC 11172-3 |
| Codec inside | AAC | MPEG-1 Audio Layer III |
| Standardized | AAC published as ISO/IEC 13818-7 in 1997 | 1993 |
| Efficiency | Higher — AAC at 128 kbps is broadly comparable to MP3 at 160-192 kbps | Lower, but very well tuned after thirty years |
| Bitrate ceiling here | 384 kbps | 320 kbps |
| Multichannel | Supported by the codec (this tool exports mono or stereo) | Effectively stereo only |
| Apple ecosystem | Native — iPhone, iPad, Mac, Apple Music, CarPlay | Supported, but not the native format |
| Very old hardware | Some 2000s-era MP3 players will not read it | Plays on almost anything with a headphone jack |
| Metadata tagging | MPEG-4 atoms, well supported by modern taggers | ID3v2, understood by essentially every tool |
.m4a is..flv onto the page or click "Add Files" to browse. Several recordings can be queued and extracted in one batch with the same settings.HH:MM:SS.sss.| FLV (source) | M4A (output) | |
|---|---|---|
| Media | Video and audio together | Audio only |
| Video track | Sorenson Spark, On2 VP6, or H.264 | Discarded |
| Audio codec | MP3, AAC, Nellymoser Asao, Speex, ADPCM, or PCM | Always re-encoded to AAC |
| Plays in current browsers | No — Flash Player ended December 31, 2020 | Yes |
| Chapters or cue points | Flash cue-point metadata, if present | Not carried over |
| Best use today | Archive material awaiting conversion | Listening, podcast and music libraries |
At the same bitrate, AAC generally holds up better than MP3, and the gap widens as the bitrate drops — the difference at 96 kbps is easy to hear, while at 256 kbps most listeners cannot tell them apart on either codec. AAC was designed as the MPEG-declared successor to MP3 and benefits from techniques MP3 could not use. That said, MP3's advantage is compatibility, and for a file that just needs to play everywhere, a 192 kbps MP3 is a perfectly reasonable choice.
Some, because there are two lossy stages. FLV audio was already compressed — usually MP3 or AAC — and our pipeline decodes that stream and re-encodes it to AAC rather than copying it, so a second generation of loss is unavoidable. The way to make it inaudible is to pick a bitrate at or a little above the source: if the FLV carried 128 kbps audio, exporting at 128-192 kbps loses nothing you can hear, while exporting at 320 kbps only grows the file.
Because the conversion always runs the audio through a decode-and-encode pass rather than lifting the compressed stream across untouched. That is what makes the trim, channel, sample-rate, and bitrate controls work at all — every one of them requires the audio to be decoded first. The practical consequence is that an AAC-in-FLV source does not come out bit-identical, so pick a bitrate at least as high as the source if you want the second pass to be transparent.
Structurally, nothing — both are MPEG-4 Part 14 containers with an AAC track. The extension is the entire difference, and it is a behavioral cue: Apple Books, Apple Podcasts, and dedicated audiobook players treat a .m4b as an audiobook and remember your playback position between sessions, while a .m4a is filed as music and restarts from the beginning. If you are extracting a lecture, sermon, or long talk you intend to listen to over several sittings, use FLV to M4B instead.
FLV was tied to the Adobe Flash Player runtime for delivery, and Adobe ended support on December 31, 2020, then began actively blocking Flash content on January 12, 2021. No mainstream browser ships a Flash runtime today. The media streams inside the container are still perfectly valid, though — standalone decoders read them without any Flash component, which is why extraction still works on files that have not played in a browser for years.
Custom Bitrate takes a typed value with a bps/Kbps/Mbps unit selector, and Constant Bitrate offers a fixed list to choose from. Use those when you have a specific target — matching a source rate, or fitting a known size budget. Use Variable Bitrate and its five AAC bands when you would rather the encoder decide where the bits go, and Specific file size when the size matters more than the rate. Quality Preset is only the mode the panel opens on: the dropdown displays "Highest" but nothing is pre-selected there, so leaving it alone means the server falls back to its own default rather than the value you can see. It is the hands-off, least predictable control on the page — when the output rate matters, name it explicitly.
Generally not. FLV metadata lives in Flash-specific onMetaData structures that describe the video stream — duration, dimensions, framerate, cue points — rather than the music-library tags an audio player looks for. Those do not map onto MPEG-4 metadata atoms, so expect the resulting M4A to come out untagged and to need tagging in your player or a dedicated tag editor afterward.
Yes. Switch Trim from Unchanged to Time Range and enter a start point and a duration; only that span is decoded and encoded, which also speeds up a long export. That is enough for cutting off a Flash splash screen or grabbing one segment of a webinar. If you need several separate extracts from one recording, export the full M4A first and then split it with the audio cutter, which accepts M4A directly.
Use FLV to MP4 for a file that plays on phones, browsers, and smart TVs, or FLV to MOV if it is going into Final Cut Pro or iMovie. Both keep the picture and re-encode the audio alongside it, so you end up with a single playable file. Running the M4A extraction as well is common — it gives you a small audio-only copy for listening without carrying the video around.
Your FLV is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. The main practical constraint on a very large recording is upload size and connection speed, so trimming before uploading is worth it on multi-hour captures.