[FFmpeg-cvslog] tests/fate/flvenc: add vp9 in enhanced flv test case
Steven Liu
git at videolan.org
Tue Sep 5 04:11:02 EEST 2023
ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Tue Sep 5 09:09:58 2023 +0800| [1a86cce51e7cfea6b8b67a69b2983de96b68e9dd] | committer: Steven Liu
tests/fate/flvenc: add vp9 in enhanced flv test case
Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a86cce51e7cfea6b8b67a69b2983de96b68e9dd
---
tests/fate/flvenc.mak | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak
index 406d04db1d..dae6e0963e 100644
--- a/tests/fate/flvenc.mak
+++ b/tests/fate/flvenc.mak
@@ -5,6 +5,10 @@ FATE_ENHANCED_FLVENC_FFMPEG-$(call REMUX, FLV MOV, FLV_DEMUXER HEVC_PARSER) += f
fate-enhanced-flv-hevc: CMD = transcode mov $(TARGET_SAMPLES)/hevc/dv84.mov\
flv "-c copy" "-c copy"
+FATE_ENHANCED_FLVENC_FFMPEG-$(call REMUX, FLV IVF, FLV_DEMUXER VP9_PARSER) += fate-enhanced-flv-vp9
+fate-enhanced-flv-vp9: CMD = transcode ivf $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.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)
More information about the ffmpeg-cvslog
mailing list