Re: [FFmpeg-user] Ffplay Option pixel_format not found

2019-02-28 Thread kgbook kgbook
: > > On Thu, Feb 28, 2019 at 20:58:01 +0800, kgbook kgbook wrote: >>I play RTSP stream with ffplay, then complain that >>> [swscaler @ 0x7f94a834e400] deprecated pixel format used, make sure you did >>> set range correctly > > To understand the circumstan

[FFmpeg-user] Ffplay Option pixel_format not found

2019-02-28 Thread kgbook kgbook
Hi all, I play RTSP stream with ffplay, then complain that > [swscaler @ 0x7f94a834e400] deprecated pixel format used, make sure you did > set range correctly After that, I try with the command `ffplay rtsp://a:a@10.10.1.142/stream -pix_fmt yuvj422p`, error log: > Option -pix_fmt is dep