FFMPEG Command to Apply Grayscale Filter to Video to Make it Black and White in Terminal

54 views Jun 3, 2025

ffmpeg -i input.mp4 -vf format=gray -c:a copy output_bw.mp4


View Video Transcript
#Multimedia Software