Cut and trim F4V (Flash MP4) video files online. Extract segments from legacy web video with compression and resolution control.
Process files in seconds with our optimized servers
Set exact start and end points with frame accuracy
Maintain original quality with smart re-encoding
F4V is Adobe's Flash-MP4 container, introduced on December 3, 2007 with Flash Player 9 Update 3 and built on the ISO base media file format (MPEG-4 Part 12) — the same foundation as MP4. It carries H.264 video with AAC or MP3 audio, but specifically excludes the older VP6, Sorenson Spark, ADPCM, and Nellymoser codecs that legacy FLV used. Adobe officially ended Flash Player support on December 31, 2020 and began blocking Flash content on January 12, 2021, so most F4V files in circulation today are archived recordings, screencasts saved by older Adobe Captivate / Connect / Captivate Reloaded sessions, or downloaded clips from the Flash era.
Trimming the F4V before re-exporting saves re-encode time and avoids touching parts of the file you don't need:
| Property | F4V | FLV | MP4 |
|---|---|---|---|
| Developer | Adobe (2007) | Macromedia / Adobe (2002) | ISO/IEC (MPEG-4 Part 14, 2001) |
| Underlying container | ISO base media (MPEG-4 Part 12) | Custom Flash bytestream | ISO base media (MPEG-4 Part 12) |
| Video codecs | H.264 only | Sorenson Spark, VP6, H.264 (later) | H.264, H.265, AV1, VP9, MPEG-4 ASP |
| Audio codecs | AAC, MP3 | MP3, ADPCM, Nellymoser, AAC (later) | AAC, AC-3, MP3, ALAC, Opus |
| Captions / subtitles | Cue points, limited | Cue points only | Multiple subtitle tracks (mov_text, etc.) |
| Browser playback (2026) | None natively (Flash EOL Dec 31 2020) | None natively | Universal (HTML5 <video>) |
| Common players | VLC, MPC-HC, PotPlayer | VLC, MPC-HC | Every modern player and OS |
Pick the compression method that matches your goal. Because F4V is already H.264, re-encoding with a sensible CRF or bitrate keeps quality near the source.
| Method | When to use | Typical setting |
|---|---|---|
| Quality Preset | Easiest path; you don't want to think about numbers | "High" preserves visual quality; "Medium" halves file size for SD content |
| Constant Quality (CRF) | You want consistent quality across motion-heavy and still scenes | CRF 18-20 visually lossless; 23 default; 28 noticeable loss |
| Variable Bitrate | Streaming / playback; smaller average size at the same perceived quality | 1-2 Mbps for 480p, 2-4 Mbps for 720p, 5-8 Mbps for 1080p |
| Constant Bitrate | Strict size budget per minute; older hardware decoders | Match source bitrate; lower 25-50% if you need to shrink |
| Specific file size | Hard cap (email, LMS upload, archive disk quota) | Enter MB target; encoder picks the bitrate |
| Target file size (%) | Quick reduction relative to original | 50% halves size; 25% for aggressive shrink at SD resolution |
F4V is Adobe's Flash-branded variant of the ISO base media file format. Functionally it carries H.264 video and AAC (or MP3) audio in MPEG-4 Part 12 boxes — the same boxes MP4 uses. The practical differences are that F4V was tailored for Flash Player playback (with Flash-specific cue point and metadata extensions) and that it deliberately excluded the older Sorenson Spark, VP6, Nellymoser, and ADPCM codecs that FLV supported. Because the codecs inside an F4V are usually identical to those in an MP4, most modern players and converters can re-mux an F4V to MP4 without re-encoding.
Yes — Flash Player is gone, but the H.264/AAC media inside an F4V is decoded fine by VLC, MPC-HC, PotPlayer, and Windows' Movies & TV (after a renamed .mp4 extension in some cases). What you lose with Flash's end-of-life (December 31, 2020 EOL, January 12, 2021 content block) is in-browser playback — there is no native HTML5 path for .f4v, so trimming and converting to MP4 is the right move if you want the clip to play in browsers, on phones, or on smart TVs.
The trim tool re-encodes when you change quality, bitrate, or resolution settings. If you only set a Time Range and leave compression on the default Quality Preset, the result is still a re-encode but at near-source quality (CRF ~23). If you want a frame-accurate clean cut without re-encoding, that requires a stream-copy tool like ffmpeg with -c copy; the tradeoff is that stream-copy can only cut at keyframes, so the start of your clip may shift by 1-5 seconds depending on the GOP length of the source.
You can specify down to milliseconds (HH:MM:SS.ms). Visual accuracy of the cut depends on whether the encoder hits a keyframe at the requested timestamp; with a re-encode (the default behavior), every frame is rewritten so the cut is frame-accurate at the time you entered.
The browser-based tool processes files in your session memory, so very large F4V recordings (multi-GB webinar exports) may bottleneck on RAM rather than upload speed. For an hour-plus session, trimming first to the segment you actually need keeps the working file small. If you hit a memory limit, trim a rough range first, then re-trim the result.
If the destination is anything modern — web upload, phone, editor, LMS, archive — convert to MP4 directly. The codecs are identical, MP4 is universally supported, and you avoid keeping a Flash-era container around. Stay in F4V only when you specifically need to feed the file back into a legacy Flash workflow (rare in 2026).
Yes for normal trims. F4V's AAC and MP3 audio are timestamped against the H.264 video stream the same way MP4 is. Sync drift only appears with malformed source files (broken timestamp tables) or when audio is re-encoded at a sample rate different from the source — both rare. If you suspect a desync, re-trim with "Variable Bitrate" and the original audio sample rate left at "Original".
Constant Quality (CRF) tells the encoder "keep this perceived quality" and lets bitrate fluctuate scene by scene — the standard x264 mode. Constraint Quality is a capped CRF: the same quality target, but with an upper bitrate ceiling so a chaotic scene can't blow up file size. Use plain CRF for archival quality, Constraint Quality when you have both a quality floor AND a size ceiling (typical for streaming).
Yes. Add multiple files in step 1 and the same Time Range and compression settings apply to every file in the queue. This is useful for course modules or webinar sessions that share a consistent intro length you want stripped from each.
Trimming changes duration; if you also want a smaller file at the same length, Compress F4V is the dedicated tool. To change container, use one of the F4V conversions (F4V to MP4, F4V to MOV, F4V to MKV, F4V to WebM).