
Recherche avancée
Sur d’autres sites (2422)
-
Convert image to black and white with ffmpeg
20 septembre 2023, par maddogandnorikoHow can I convert an image to b&w with ffmpeg ?


I am making some coloring book images by decoloring images and reducing to a black outline. Even though they appear b&w most are not.


-
Black screen and no audio using ffmpeg on Ubuntu
29 avril 2018, par AlexMy goal is to do a screen recording. I am using the following command and getting a black screen and audio. What could be some potential things I could look into ?
ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -i :0.0+100,200 -f alsa -ac 2 -i hw:0 output.mkv
-
FFmpeg & Black and White Conversion [closed]
29 août 2023, par Jesse James RichardHow to convert a video to black and white using
ffmpeg
?