[FFmpeg-devel] [PATCH v2 2/3] tests/fate/flvenc: add vp9 in enhanced flv test case

Steven Liu lingjiujianke at gmail.com
Wed Jul 19 12:10:38 EEST 2023


Michael Niedermayer <michael at niedermayer.cc> 于2023年7月18日周二 23:46写道:
>
> On Tue, Jul 18, 2023 at 07:21:57PM +0800, Steven Liu wrote:
> > Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> > ---
> >  tests/fate/flvenc.mak           | 10 ++++++++++
> >  tests/ref/fate/enhanced-flv-vp9 |  6 ++++++
> >  2 files changed, 16 insertions(+)
> >  create mode 100644 tests/ref/fate/enhanced-flv-vp9
> >
> > diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak
> > index 69210c78a2..dafad26734 100644
> > --- a/tests/fate/flvenc.mak
> > +++ b/tests/fate/flvenc.mak
> > @@ -12,5 +12,15 @@ fate-enhanced-flv-hevc: tests/data/enhanced_flv_hevc.flv
> >  fate-enhanced-flv-hevc: SRC = $(TARGET_PATH)/tests/data/enhanced_flv_hevc.flv
> >  fate-enhanced-flv-hevc: CMD = framecrc -auto_conversion_filters -flags +bitexact -i $(TARGET_PATH)/tests/data/enhanced_flv_hevc.flv
> >
> > +tests/data/enhanced_flv_vp9.flv: TAG = GEN
> > +tests/data/enhanced_flv_vp9.flv: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
> > +     $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin \
> > +             -f lavfi -i "testsrc=s=176x144:r=1:n=1:d=0.04" -pix_fmt yuv420p -c:v libvpx-vp9 -frames 1 -y $(TARGET_PATH)/tests/data/enhanced_flv_vp9.flv 2>/dev/null
>
> generating data with an extarnal lib (like libvpx) will not produce the same
> results accross revissions of that lib
Hi Michael,

Yes, i resubmit new patchset modified as Nicolas suggestion which try
to use the samples from fate-suite.
new patchset is: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=9350

Thanks

Steven


More information about the ffmpeg-devel mailing list