VLC Video Effects & Filters: Crop, Rotate, Sharpen, Deinterlace

Advanced Last updated: Applies to: All platforms · VLC 3.0.x

VLC’s video filters fix a surprising range of problems — deinterlacing old TV captures, cropping black bars, rotating a phone video, sharpening soft upscales — without re-encoding anything. Everything is applied live via Tools > Effects and Filters > Video Effects. This guide covers each tab and the exact settings for the most common complaints.

Step 1 — Where the filters live

  1. Start playback and press Ctrl+E (Cmd+E on macOS) or open Tools > Effects and Filters.

    The dialog opens.

  2. Switch to the "Video Effects" tab — it has five sub-tabs: Essentials, Crop, Geometry, Overlay, and Advanced.

    All video filters are visible.

Step 2 — Crop and geometry (black bars, rotation, aspect)

ProblemTabSetting
Black bars top/bottomCropEnable Crop → set bottom/top crop until bars vanish
Black bars left/right (pillarboxing)CropCrop left/right until the picture fills the frame
Phone video rotated 90°GeometryTransform → Rotate by 90/180/270°
Stretched facesGeometryCrop the source to the right ratio first, then untick "Automatic" and force 16:9 or 4:3
Overscan on a TVCropCrop ~4–5% on all sides

Step 3 — Fix interlaced video (combing artifacts)

  1. Open the "Advanced" sub-tab and tick "Deinterlace".

    The deinterlace filter activates.

  2. Choose the mode: "Blend" for most captures, "Discard" for film-sourced content (24p), "Yadif (2x)" for smooth motion on fast scenes.

    The artifact pattern disappears.

  3. Save — VLC applies the filter to every file until you disable it.

    Deinterlacing persists.

NoteFor single files, Playback > Deinterlace also offers a quick toggle. Leave it off for modern digital content — it softens progressive video.

Step 4 — Sharpen, color and logo overlay

  • Sharpen (Essentials tab) — sigma 0.5–1.5 for soft 720p upscales; higher values produce halos, avoid them.
  • Image adjust (Essentials) — hue, contrast, brightness and saturation live sliders; saturation 1.1–1.2 is the classic "video pop" setting.
  • Logo overlay (Overlay tab) — place a PNG in a corner with opacity; useful for watermarking your own captures.
  • Colour conversion (Advanced) — "709 → 601" corrects wrong colour ranges when a Blu-ray rip looks washed out on an old display.

Frequently asked questions

How do I remove black bars permanently?
Crop is per-session unless saved. To make it permanent, re-encode with the crop filter in Convert/Save or ffmpeg — cropping during re-encode actually reduces file size too.
Why does my video look stretched or squashed?
The file has wrong aspect-ratio flags (SAR). Use the Geometry tab to force the correct ratio, or re-encode with proper SAR — see the aspect-ratio-stretched fix for the ffmpeg command.
What is deinterlacing and when do I need it?
Old TV recordings store each frame as two half-images (fields); deinterlacing merges them. You need it when you see horizontal comb lines during motion.
Can I apply filters to all videos automatically?
Yes — enable them in Effects and Filters; settings persist in VLC’s config. Note that heavy filters increase CPU/GPU load, which can hurt 4K playback.