[FFmpeg-devel] [PATCH v3 1/5] avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIP

Michael Niedermayer michael at niedermayer.cc
Tue Sep 17 02:14:10 EEST 2019


On Mon, Sep 16, 2019 at 07:11:06PM +0800, Limin Wang wrote:
> On Mon, Sep 16, 2019 at 12:05:45PM +0200, Michael Niedermayer wrote:
> > On Thu, Sep 12, 2019 at 11:32:32PM +0800, Limin Wang wrote:
> > > 
> > > ping for the patchset.
> > 
> > output support for swscale would simplify testing
> > 
> > ./ffplay matrixbench_mpeg2.mpg -vf format=y210
> > ...
> > Impossible to convert between the formats supported by the filter 'ffplay_buffer' and the filter 'auto_scaler_0'
> > 
> Sorry, I haven't catch what's your intention. 
> v210 is packed format, if we want to play *.v210 file, you can play by below
> command:
> ./ffplay -s 3840x2160  ~/Movies/1.v210
> 
> or force to convertto yuv420p:
> ./ffplay -s 3840x2160  ~/Movies/1.v210 -vf format=yuv420p
> 
> For v210 in AVI, we can play it directly:
> ffplay ../fate-suite/v210/v210_720p-partial.avi

v210dec produces yuv422p10le unless i missed a patch not the v210 format so 
that doesnt work for testing the v210 pixel format

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190917/f8f498cd/attachment.sig>


More information about the ffmpeg-devel mailing list