✂️Free Online Tool

Cut ASF

Cut ASF files by setting start and end times. Free, no quality loss.

Drop your file here, or browseSupports MP4, MOV, AVI, MKV, WebM, MP3, WAV and more

Lightning Fast

Process files in seconds with our optimized servers

🎯

Precise Cutting

Frame-accurate cuts with intuitive timeline controls

💎

No Quality Loss

Maintain original quality with smart re-encoding

How to Cut ASF Files Online

  1. Upload Your ASF File: Drag and drop or click "+ Add Files" to select a .asf (or .wmv / .wma-extensioned ASF) clip from a Windows Media Encoder capture, a Windows XP / Vista / 7 Media Center DVR-MS export, an older corporate-training video, or an archive of camcorder footage from a Windows machine. Batch is supported — drop multiple ASF files and apply the same cut range to each.
  2. Set Start Time and Duration (Time Range): Under "Trim" pick "Time Range", then enter values in seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Leave Video Codec and Audio Codec on "Unchanged" to stream-copy the WMV / VC-1 / WMA packets without re-encoding — the cut is bit-identical to the source range. Pick an explicit codec (H.264, MPEG-4, etc.) for a frame-accurate start at the cost of one re-encode pass.
  3. Optional — Quality, Resolution, or Compression: Adjust Quality Preset (Highest / High / Medium / Low / Lowest), set a Target file size (%), choose Constant Bitrate / Variable Bitrate / Constant Quality (CRF) under File Compression, or downscale via Video Resolution (1080p, 720p, 480p, 360p, 240p, or custom). Skip all of these to keep source bitrate, resolution, codec, and DRM-free packet layout intact.
  4. Cut and Download: Click Cut. Files process in your browser session and the output downloads directly — no sign-up, no watermark, no upload to a third-party server.

Why Cut ASF Files?

ASF (Advanced Systems Format, originally "Advanced Streaming Format") is the Microsoft container released publicly on 26 February 1998 — the wrapper Windows Media Video (WMV), Windows Media Audio (WMA), and VC-1 streams ride inside. ASF was engineered for HTTP and MMS streaming with built-in stream prioritization, scalable media types, and the framework for Windows Media DRM. Cutting an ASF clip is useful for:

  • Trimming Windows Media Encoder captures — Old enterprise training, screen-capture demos, and corporate-event recordings produced by Windows Media Encoder 9 / Expression Encoder still land in .asf or .wmv. Pull the 90-second segment you need without spinning up a Windows VM to re-encode.
  • Cutting Windows Media Center DVR-MS recordings (after rename) — Microsoft's Media Center on Windows XP / Vista / 7 wrote TV recordings as .dvr-ms, a DVR-MS variant of the ASF container. Many users rename .dvr-ms to .asf for tool compatibility, then cut to the commercial break or single scene worth keeping.
  • Sharing a clip from an archived WMV — A 90-minute training WMV is typically 400-800 MB. A 2-minute extract is ~10-20 MB, well under Gmail's 25 MB attachment cap and within Discord's free-tier 10 MB upload cap (raised to 50 MB on Discord Nitro Basic and 500 MB on full Nitro).
  • Pre-edit prep for legacy footage — Cut the segment you actually need before importing into a modern NLE. DaVinci Resolve, Premiere Pro, and Shotcut all accept ASF via their bundled decoders; smaller source files import and scrub faster, especially for VC-1 which decodes in software on most machines.
  • Extracting an evidence or compliance clip — Many corporate webcast platforms (legacy IIS Smooth Streaming origin servers, on-prem WSUS-style training portals) still archive sessions in ASF. Pull the 30-second window you need to send to legal or HR rather than the full 2-hour session.
  • Splitting a long ASF before re-containerizing — Cut first, then run ASF to MP4, ASF to MOV, or ASF to MP3. Cutting first is dramatically faster than transcoding the whole source and trimming afterward.

For a different output container without trimming, see ASF to MP4, ASF to AVI, or ASF to WMV. To compress without changing the duration, see Compress ASF. For the same workflow framed as in/out points, see Trim ASF.

ASF vs WMV vs MP4 — Container and Codec

The terms are conflated constantly. Here is what each actually refers to.

Property ASF WMV MP4
Type Container (wrapper) Video codec family Container (wrapper)
Standardized by Microsoft (proprietary, open spec) Microsoft / SMPTE 421M for VC-1 ISO/IEC 14496-14
Common file extension .asf (mixed), .wmv (video), .wma (audio) Always inside .asf / .wmv .mp4, .m4v, .m4a
Typical video codec WMV 7/8/9, VC-1, occasionally MPEG-4 n/a (is itself a codec) H.264, H.265, AV1
Typical audio codec WMA, WMA Pro, occasionally MP3 n/a AAC, Opus, ALAC
DRM framework Windows Media DRM (ECC + RC4 + SHA-1) Same (inherits ASF) None native (FairPlay / Widevine externally)
Native playback (2026) Windows Media Player legacy, VLC, MPC-HC Same as ASF Every modern browser, iOS, Android, smart TV
Streaming origin MMS, IIS Smooth Streaming (legacy) Same HLS, DASH, plain HTTP progressive

A .wmv file is an ASF container carrying a WMV-codec video stream. A .asf file is the same container but does not promise any specific codec inside — the spec itself says "the format does not specify with which codec the video or audio should be encoded." Cutting either one is the same operation on the container level.

Stream-copy vs Re-encode — When to Use Which

Property Stream copy (default) Re-encode (H.264 / MPEG-4 / WMV)
Speed Seconds for any file size Proportional to clip length
Quality Bit-identical to source Slight loss unless CRF 18-23
Cut precision Snaps to nearest keyframe (commonly 2-8 s for WMV) Frame-accurate
Output codec Same as source (WMV / VC-1 / WMA) Any: H.264, H.265, MPEG-4, AV1
Audio Original WMA / WMA Pro / MP3 preserved Re-encoded (AAC, MP3, AC-3, WMA)
Best for Quick lossless extraction Frame-accurate start, codec swap, smaller file

Windows Media Encoder defaults wrote a keyframe ("clean point" in ASF parlance) every 8 seconds for streaming profiles and every 2-4 seconds for higher-bitrate VOD profiles. Stream-copy mode will land on the nearest preceding clean point — if you ask for 00:01:13 and the nearest one is at 00:01:08, the output starts there. Re-encode mode lets you start at the exact timestamp you typed.

Frequently Asked Questions

Can I cut an ASF without re-encoding the WMV or VC-1 stream?

Yes — stream-copy is the default. The original WMV / VC-1 video packets and WMA audio packets are written into a new ASF container without going through a decoder/encoder, so the cut clip is bit-identical to the source range. The only caveat is keyframe alignment: ASF files produced by Windows Media Encoder 9 typically place clean points every 2-8 seconds depending on the streaming profile, so the cut may snap back a few seconds from the timestamp you typed. Enable re-encode in step 3 for a frame-accurate start.

Will the output still play in Windows Media Player after cutting?

Yes — in stream-copy mode the container and codec are preserved exactly, so any player that opened the original opens the cut. That includes Windows Media Player Legacy on Windows 11, VLC on every platform, and MPC-HC. Note that the modern Windows 11 "Media Player" app dropped some legacy WMV profile support; if it refuses to play the cut, VLC will, and a one-pass conversion to ASF to MP4 makes the clip play natively on macOS, iOS, Android, and every browser.

Why does my ASF file not play on Mac or iPhone?

ASF and its WMV / VC-1 codecs are Microsoft proprietary, and neither macOS QuickTime nor iOS ship a decoder. VLC for macOS and iOS does play ASF, but for general-purpose sharing the safer route is to cut first, then transcode the cut clip via ASF to MP4 (H.264 / AAC). That output plays on Safari, Chrome, the native iOS Photos app, and every smart TV.

My file is .dvr-ms from Windows Media Center — will this tool cut it?

The accepted extension here is .asf. DVR-MS is a Microsoft variant of the ASF container used by Windows XP / Vista / 7 Media Center to record live TV — internally it is an ASF wrapper with extra timestamp and closed-caption objects. Renaming the file from .dvr-ms to .asf works for most stream-copy cuts because the underlying packets are still valid ASF; if your file uses MS-protected content (DRM-encrypted recordings of premium cable), no online tool — ours included — can cut it without the original license.

Can the tool cut DRM-protected (Windows Media DRM) ASF files?

No. Windows Media DRM encrypts the media payload with keys bound to the original Windows license server, and the cutter has to read the packet boundaries to write a new output. Stream-copying a DRM-protected ASF would produce a file the original DRM stack still refuses to play, and decrypting without the license is not something any legitimate tool will do. Strip DRM at the source (in the original Windows Media Player or with Microsoft's own license-export workflow where allowed) before cutting.

How large an ASF file can I cut?

There is no fixed cap on our side. Cutting runs in your browser session, so the practical ceiling is your device's RAM and patience. Multi-GB DVR-MS / ASF recordings work on desktops with 8 GB+ free memory; phones and Chromebooks should stick to smaller clips. Stream-copy mode is fast enough that even 4-hour archive captures cut in well under a minute since no decoding happens — only packet reading and re-muxing.

Can I extract just the audio from a cut ASF?

Yes. Cut the ASF to the segment you want, then run ASF to MP3 or another audio target on the result. Cutting first is faster because the audio extraction only has to process the trimmed range, not the full source. If your source is .wma (audio-only ASF) the audio extraction reduces to a stream-copy plus container swap.

What's the difference between cutting and trimming an ASF?

Same operation in practice. Some editors reserve "trimming" for shaving the head and tail of a continuous segment, and "cutting" for extracting a sub-range by start + duration. XConvert handles both patterns — set start time to your in-point and duration to how much to keep. See Trim ASF for the same workflow framed as in/out points, or Compress ASF if you want size reduction without changing the duration.

Should I keep ASF or cut and convert to MP4?

If a Windows-only legacy player, an internal IIS Smooth Streaming pipeline, or a compliance archive requires ASF, keep ASF. Otherwise, MP4 with H.264 / AAC is smaller for equivalent quality, plays natively on every modern phone and browser, and uploads cleanly to YouTube, Google Drive, and WhatsApp without re-encode. The recommended workflow is: cut first in stream-copy mode (fast, lossless), then run ASF to MP4 on the cut clip — that is roughly 10-15× faster than transcoding the full source and trimming the MP4 afterward.

Rate Cut ASF Tool

Rating: 4.8 / 5 - 111 reviews