Y2k Ffmpeg _top_ Jun 2026

What makes video look “Y2K”?

If you want that "paused VHS" look where the lines hold still: ilpack=d (This packs interlaced data.) y2k ffmpeg

Today, the Y2K aesthetic is everywhere — from lo-fi music videos to cyberpunk-tinged Instagram reels. But instead of using a glossy GUI or a TikTok filter, let's go back to the command line. Let's abuse FFmpeg like it's 1999. What makes video look “Y2K”

“It’s not a glitch. It’s a vibe.” — Some web designer in 2002, probably. y2k ffmpeg

ffmpeg -i input.mp4 \ -vf "scale=640:480, \ scale=1920:1440:flags=neighbor, \ tinterlace=4, \ chromashift=cbh=8:cbv=4:crh=-8:crv=-4, \ noise=c0s=15:c0f=t, \ eq=contrast=1.3:saturation=1.2" \ -c:a copy \ output_y2k.mp4

Using motion interpolation or compression errors for artistic effect. How to Recreate the Y2K Look in FFmpeg