Re: [FFmpeg-user] yuvtestsrc to y4m differs with and without format rgba->yuv444p conversion

2024-09-08 Thread Paul B Mahol
On Sun, Sep 8, 2024 at 7:49 AM Andrew Randrianasulu wrote: > git up to d9f594209fb1a9c87017034f943dcb311a9d2896 > > first command > > > bash-5.1$ /dev/shm/ffmpeg/ffmpeg -f lavfi -i yuvtestsrc -frames 1 -r > 25 -vf format=rgba,format=yuv444p -color_range 1 > /dev/shm/yuv-mpeg-rgba-yuv444p.y4

Re: [FFmpeg-user] yuvtestsrc to y4m differs with and without format rgba->yuv444p conversion

2024-09-08 Thread Andrew Randrianasulu
On Sun, Sep 8, 2024 at 9:02 PM Paul B Mahol wrote: > > On Sun, Sep 8, 2024 at 7:49 AM Andrew Randrianasulu > wrote: > > > git up to d9f594209fb1a9c87017034f943dcb311a9d2896 > > > > first command > > > > > > bash-5.1$ /dev/shm/ffmpeg/ffmpeg -f lavfi -i yuvtestsrc -frames 1 -r > > 25 -vf form