Hi, is it possible to stream an yuv 4:2:0 in greyscale? I tried with:
cvlc -vvv cut.wmv --grayscale --sout="#transcode{vcodec=h264, vb=2000,acodec=none,height=360,width=640,aenc=fdkaac,ab=256}:std{mux=ts,access=udp,dst=192.168.1.157:4321}".
Does not work, the video still with colours .
I really need it, any help is welcome