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.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to