[FFmpeg-devel] [PATCH v4 3/3] tests/fate/flvenc: add av1 in enhanced flv test case
Michael Niedermayer
michael at niedermayer.cc
Fri Jul 21 00:51:32 EEST 2023
On Thu, Jul 20, 2023 at 07:00:02PM +0800, Steven Liu wrote:
> Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> ---
> tests/fate/flvenc.mak | 4 ++++
> tests/ref/fate/enhanced-flv-av1 | 32 ++++++++++++++++++++++++++++++++
> 2 files changed, 36 insertions(+)
> create mode 100644 tests/ref/fate/enhanced-flv-av1
>
> diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak
> index 87a1093136..bfb7faf726 100644
> --- a/tests/fate/flvenc.mak
> +++ b/tests/fate/flvenc.mak
> @@ -9,6 +9,10 @@ FATE_ENHANCED_FLVENC_FFMPEG-$(call TRANSCODE, RAWVIDEO VP9, FLV IVF, VP9_PARSER)
> fate-enhanced-flv-vp9: CMD = transcode ivf $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.ivf\
> flv "-c copy" "-c copy"
>
> +FATE_ENHANCED_FLVENC_FFMPEG-$(call TRANSCODE, RAWVIDEO AV1, FLV IVF, AV1_PARSER) += fate-enhanced-flv-av1
> +fate-enhanced-flv-av1: CMD = transcode ivf $(TARGET_SAMPLES)/av1/decode_model.ivf\
> + flv "-c copy" "-c copy"
> +
> FATE_FFMPEG_FFPROBE += $(FATE_FLVENC_FFMPEG_FFPROBE-yes)
> FATE_SAMPLES_FFMPEG += $(FATE_ENHANCED_FLVENC_FFMPEG-yes)
> fate-flvenc: $(FATE_FLVENC_FFMPEG_FFPROBE-yes) $(FATE_ENHANCED_FLVENC_FFMPEG-yes)
does this depend on any other patches ?
if not it seems failing here:
--- ./tests/ref/fate/enhanced-flv-av1 2023-07-20 23:27:26.197002114 +0200
+++ tests/data/fate/enhanced-flv-av1 2023-07-20 23:42:54.419017533 +0200
@@ -1,5 +1,5 @@
-b40c54b7a26854fd3a4da13dcbba37a3 *tests/data/fate/enhanced-flv-av1.flv
-22742 tests/data/fate/enhanced-flv-av1.flv
+a59158ac59815ab6c014383e23b2b792 *tests/data/fate/enhanced-flv-av1.flv
+22762 tests/data/fate/enhanced-flv-av1.flv
#extradata 0: 35, 0x527207cd
#tb 0: 1/1000
#media_type 0: video
Test enhanced-flv-av1 failed. Look at tests/data/fate/enhanced-flv-av1.err for details.
tests/Makefile:307: recipe for target 'fate-enhanced-flv-av1' failed
make: *** [fate-enhanced-flv-av1] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230720/277e12f0/attachment.sig>
More information about the ffmpeg-devel
mailing list