Initializing... drag & drop files here
Supports: MPEG2
MPEG-2 (ISO/IEC 13818-2, first edition 1996) is the codec behind DVD-Video, DVB / ATSC broadcast, and early HD camcorders. FLV (Flash Video, Adobe / Macromedia, 2003) was the dominant web video format from 2003 to about 2015 — but Adobe officially end-of-lifed Flash Player on December 31, 2020, and modern browsers no longer play FLV natively. Converting MPEG-2 → FLV is a niche legacy direction. Common reasons:
| Property | MPEG-2 (.mpg /.m2v / VOB) | FLV (.flv) |
|---|---|---|
| Standardized | ISO/IEC 13818, 1995 | Macromedia / Adobe, 2003 |
| Primary use | DVD-Video, DVB / ATSC broadcast, early HD camcorders | Flash Player web embed, Flash-era streaming |
| Typical video codecs inside | MPEG-2 Video | Sorenson Spark (H.263), VP6, H.264 (later FLVs) |
| Typical audio codecs inside | MP2, AC-3, LPCM | MP3, AAC, ADPCM, Nellymoser, Speex |
| Browser playback in 2026 | None natively | None — Flash Player end-of-life Dec 31, 2020 |
| Modern adoption | Legacy / archival | Dead — kept alive only for legacy content systems |
| Best for today | Feeding modern transcoders | Legacy LMS, Flash kiosks, archive restoration |
| Output | What it is | When to pick it |
|---|---|---|
| FLV1 / Sorenson Spark (default) | The original FLV video codec — H.263-based | Default — the codec every Flash Player can decode |
| H.263+ | H.263 with annex extensions | Slight efficiency gain over plain Sorenson Spark |
| Flash Screen Video (FLASHSV) | Lossless screen-capture codec | Archived screencasts originally encoded with this |
| Flash Screen Video 2 (FLASHSV2) | Improved screen-capture codec | Higher quality screencast archives |
| MP3 audio (default) | MPEG-1 Layer 3 | Universal Flash Player audio path |
| ADPCM-SWF audio | Adaptive PCM tuned for SWF/FLV | Flash authoring tools that expect ADPCM |
Almost always because a downstream system still expects FLV as input — a legacy LMS, a museum kiosk running a Flash projector.exe, an offline training disc, or an old CMS that hasn't been migrated. Adobe Flash Player itself was end-of-lifed on December 31, 2020 and no modern browser plays FLV. If the playback target is anything web, mobile, or social, MPEG-2 to MP4 is the right conversion instead.
No modern browser (Chrome, Firefox, Edge, Safari) plays FLV in 2026 — Flash Player support was removed in early 2021. The output FLV plays in VLC, the standalone Flash Projector (flashplayer_32_sa.exe), and any legacy Flash-based application that embeds the Flash runtime locally. For anything that needs in-browser playback today, convert to MP4 or WebM.
FLV1 (Sorenson Spark, an H.263 derivative) is the codec the FLV container was originally built around and the only one every version of Flash Player could decode. Newer FLV files sometimes wrap H.264, but legacy systems often refuse those — so FLV1 maximises compatibility with the old players that are usually the reason for picking FLV in the first place.
Typically much smaller. A DVD-source MPEG-2 at 4-8 Mbps re-encoded to FLV1 at 800 kbps - 1.5 Mbps drops a 4.7 GB single-layer DVD into the 600 MB - 1 GB range. FLV1 is older and less efficient than H.264 / H.265, so the size cut comes mostly from lowering the bitrate target rather than from codec efficiency. For the same quality at smaller size, H.264 in MP4 is the better target.
Some loss is unavoidable — both MPEG-2 and FLV1 are lossy, and re-encoding compounds that. Picking "Highest" quality preset and matching the source resolution keeps the loss small. Old web-FLV bitrates (~500 kbps) were tuned for 2003-era home connections, so dropping below ~1 Mbps for SD content will produce visible compression artifacts.
Audio is decoded from the MPEG-2 source (usually MP2 or AC-3) and re-encoded to MP3 for FLV by default — that's the codec every Flash Player understands. If the destination workflow specifically wants ADPCM-SWF audio (some Flash authoring tools), pick that under Audio Codec. AC-3 5.1 surround does not survive the trip — FLV is stereo-MP3 territory.
Yes. The Trim option takes a start time and a duration, both accepting seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for dropping the DVD menu / FBI warning, removing commercial breaks from broadcast captures, or cutting an episode-length clip into shorter FLVs for a Flash slideshow.
There's no fixed cap — conversion runs on our servers, so the limit is upload size and connection speed. Multi-GB DVD rips and full broadcast.ts captures (5-15 GB) work on a desktop with 8 GB+ RAM. There's no per-batch file count limit either, unlike the 250 MB / 1 GB caps typical on competitor sites.
See MPEG-2 to MP4 for the universal modern target, MPEG-2 to WebM for HTML5 <video> web embed, or MPEG-2 to MKV for archival storage.