Re: [FFmpeg-user] HSV / RGB issue where picture is mostly Pink

2022-02-15 Thread Devin Heitmueller
On Mon, Feb 14, 2022 at 9:50 PM Jeffrey Carter wrote: > > Hello, > > I am trying to use FFMPEG to send the output from a MS2109 HDMI to USB > capture device to a RTSP server and then to VLC. > I've previously used an EasyCap device (composite instead of HDMI) > without issue. > > The problem is th

Re: [FFmpeg-user] HSV / RGB issue where picture is mostly Pink

2022-02-14 Thread Nikita Zlobin
In Tue, 15 Feb 2022 11:34:40 +0500 Nikita Zlobin wrote: > "format=...(from `ffmpeg -pix_fmts`)" in the filtergraph should do it, > e.g. -filter:v="format = rgb24". Though I don't know, if there are > formats in the list, which are more like hsv than rgb (yuv could be > similar, because its luma c

Re: [FFmpeg-user] HSV / RGB issue where picture is mostly Pink

2022-02-14 Thread Nikita Zlobin
"format=...(from `ffmpeg -pix_fmts`)" in the filtergraph should do it, e.g. -filter:v="format = rgb24". Though I don't know, if there are formats in the list, which are more like hsv than rgb (yuv could be similar, because its luma channel is similar to hsv value or hsl lightness channels). In Mon

[FFmpeg-user] HSV / RGB issue where picture is mostly Pink

2022-02-14 Thread Jeffrey Carter
Hello, I am trying to use FFMPEG to send the output from a MS2109 HDMI to USB capture device to a RTSP server and then to VLC. I've previously used an EasyCap device (composite instead of HDMI) without issue. The problem is that after running the ffmpeg command and looking at the output in VLC th