Initializing... drag & drop files here
Supports: MPG, MPEG
FLV (Flash Video) was the standard web video format before HTML5. While Adobe discontinued Flash Player in 2020, FLV remains necessary for RTMP streaming servers (OBS, Wowza, nginx-rtmp) that require FLV input, legacy content management systems that only accept FLV uploads, Flash-based kiosks and digital signage systems, and archival workflows that store video in FLV format.
| Feature | MPEG | FLV (Flash Video) |
|---|---|---|
| Video codec | MPEG-1 or MPEG-2 | FLV (default) |
| Audio codec | MP2 | AAC (default) |
| Container | MPEG Program Stream | Flash Video |
| File size | Large (MPEG-2) | Smaller (FLV codec) |
| Streaming | Not designed for streaming | RTMP native |
| Browser support | Limited | None (Flash discontinued) |
| Best for | DVD, digital TV | RTMP streaming, legacy web |
FLV is the native format for RTMP streaming:
The default FLV codec is Sorenson H.263 (Flash Video). You can change to H.264 under Video Codec for better quality — H.264 in FLV containers is supported by most RTMP servers and VLC.
Typically yes. MPEG-2 is less efficient than the FLV codec. Converting also lets you use Target File Size % or Specific File Size to control the exact output size.
No — all major browsers removed Flash support in 2020-2021. FLV files play in VLC, MPC-HC, and standalone Flash Player. For web playback, use MPEG to MP4 instead.
Yes. Under Trim, select "Time Range" and enter a Start Time and Duration in seconds or HH:MM:SS.sss format.
Use the default FLV codec for maximum compatibility with legacy Flash players. Use H.264 for better compression and quality — most modern RTMP servers support H.264 in FLV containers.