#TIL Convert a video to black-and-white in ffmpeg by simulating the "connecting only the Y cable to the TV" trick. Unlike other filters, it doesn't waste CPU time on unneeded processing:
ffmpeg -i input.mp4 -vf extractplanes=y output.mp4
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
niconiconi (niconiconi@mk.absturztau.be)'s status on Monday, 02-Mar-2026 01:32:22 JST
niconiconi