Grey Level VideoWriter
Hello, How to save a Grey level video with Video Writer without to do a GREYTOBGR and keep one channel for the video to reduce the video size ?
Thank you, Christophe
Hello, How to save a Grey level video with Video Writer without to do a GREYTOBGR and keep one channel for the video to reduce the video size ?
Thank you, Christophe
if you expected the VideoWriter to do an automatic greyscale conversion -- NO, it won't happen.
you need to convert your images manually (or try to get greyscale data from the VideoCapture, e.g.Y from YUV), then set the isColor
flag in the writer to false.
Asked: 2019-04-18 03:13:05 -0600
Seen: 170 times
Last updated: Apr 18 '19
What is the smallest output video size possible for 620/480 resolution?
unable to open cap_ffmpeg_impl
Writing/Drawing different things on Video. OpenCV Python
How to make a good long video (capture) with VideoWriter ?
Exporting video from image sequence
Python VideoWriter on OSX only writes H264 video
Why videowriter produces nothing?(no video, no error)