Conversation
Notices
-
Embed this notice
Roy Tam (roytam1@miniwa.moe)'s status on Monday, 02-Mar-2026 01:32:20 JST
Roy Tam
@niconiconi it may not work with source files encoded in `-pix_fmt rgb24` -
Embed this notice
niconiconi (niconiconi@mk.absturztau.be)'s status on Monday, 02-Mar-2026 01:32:22 JST
niconiconi
#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 this notice