[FFmpeg-cvslog] fate/mov: enable the AVIF tests
James Almer
git at videolan.org
Tue Jan 9 14:35:04 EET 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jan 9 09:33:08 2024 -0300| [bb819a4ef8ddd0a261f4eb9290a4b350a830450e] | committer: James Almer
fate/mov: enable the AVIF tests
The samples were uploaded long ago, but this was forgotten.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb819a4ef8ddd0a261f4eb9290a4b350a830450e
---
tests/fate/mov.mak | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index c8e85fd54b..8541b05b29 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -18,10 +18,8 @@ FATE_MOV = fate-mov-3elist \
fate-mov-neg-firstpts-discard-frames \
fate-mov-stream-shorter-than-movie \
fate-mov-pcm-remux \
-# FIXME: Uncomment these two lines once the test files are uploaded to the fate
-# server.
-# fate-mov-avif-demux-still-image-1-item \
-# fate-mov-avif-demux-still-image-multiple-items \
+ fate-mov-avif-demux-still-image-1-item \
+ fate-mov-avif-demux-still-image-multiple-items \
FATE_MOV_FFPROBE = fate-mov-neg-firstpts-discard \
fate-mov-neg-firstpts-discard-vorbis \
@@ -143,14 +141,12 @@ FATE_MOV_FFMPEG_FFPROBE-$(call TRANSCODE, TTML SUBRIP, MP4 MOV, SRT_DEMUXER TTML
fate-mov-mp4-ttml-stpp: CMD = transcode srt $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt mp4 "-map 0:s -c:s ttml -time_base:s 1:1000" "-map 0 -c copy" "-of json -show_entries packet:stream=index,codec_type,codec_tag_string,codec_tag,codec_name,time_base,start_time,duration_ts,duration,nb_frames,nb_read_packets:stream_tags"
fate-mov-mp4-ttml-dfxp: CMD = transcode srt $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt mp4 "-map 0:s -c:s ttml -time_base:s 1:1000 -tag:s dfxp -strict unofficial" "-map 0 -c copy" "-of json -show_entries packet:stream=index,codec_type,codec_tag_string,codec_tag,codec_name,time_base,start_time,duration_ts,duration,nb_frames,nb_read_packets:stream_tags"
-# FIXME: Uncomment these two tests once the test files are uploaded to the fate
-# server.
# avif demuxing - still image with 1 item.
-#fate-mov-avif-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy
+fate-mov-avif-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy
# avif demuxing - still image with multiple items. only the primary item will be
# parsed.
-#fate-mov-avif-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif -c:v copy
+fate-mov-avif-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif -c:v copy
# Resulting remux should have:
# 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED
More information about the ffmpeg-cvslog
mailing list