Y2k Ffmpeg 📥

What makes video look “Y2K”?

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 y2k ffmpeg

Let’s take a clean modern video ( input.mp4 ) and drag it back to the dial-up era. What makes video look “Y2K”

ffmpeg -i input.mp4 -vf "FILTER_CHAIN_HERE" -c:a copy output_y2k.mp4 y2k ffmpeg

chromashift=cbh=10:cbv=5:crh=-10:crv=-5