1FATE_MOV = fate-mov-3elist \ 2 fate-mov-3elist-1ctts \ 3 fate-mov-1elist-1ctts \ 4 fate-mov-1elist-noctts \ 5 fate-mov-elist-starts-ctts-2ndsample \ 6 fate-mov-1elist-ends-last-bframe \ 7 fate-mov-2elist-elist1-ends-bframe \ 8 fate-mov-3elist-encrypted \ 9 fate-mov-frag-encrypted \ 10 fate-mov-tenc-only-encrypted \ 11 fate-mov-invalid-elst-entry-count \ 12 fate-mov-gpmf-remux \ 13 fate-mov-440hz-10ms \ 14 fate-mov-ibi-elst-starts-b \ 15 fate-mov-elst-ends-betn-b-and-i \ 16 fate-mov-frag-overlap \ 17 fate-mov-bbi-elst-starts-b \ 18 fate-mov-neg-firstpts-discard-frames \ 19 fate-mov-stream-shorter-than-movie \ 20# FIXME: Uncomment these two lines once the test files are uploaded to the fate 21# server. 22# fate-mov-avif-demux-still-image-1-item \ 23# fate-mov-avif-demux-still-image-multiple-items \ 24 25FATE_MOV_FFPROBE = fate-mov-neg-firstpts-discard \ 26 fate-mov-neg-firstpts-discard-vorbis \ 27 fate-mov-aac-2048-priming \ 28 fate-mov-zombie \ 29 fate-mov-init-nonkeyframe \ 30 fate-mov-displaymatrix \ 31 fate-mov-spherical-mono \ 32 fate-mov-guess-delay-1 \ 33 fate-mov-guess-delay-2 \ 34 fate-mov-guess-delay-3 \ 35 fate-mov-mp4-with-mov-in24-ver \ 36 fate-mov-mp4-extended-atom \ 37 38FATE_MOV_FASTSTART = fate-mov-faststart-4gb-overflow \ 39 40FATE_SAMPLES_AVCONV += $(FATE_MOV) 41FATE_SAMPLES_FFPROBE += $(FATE_MOV_FFPROBE) 42FATE_SAMPLES_FASTSTART += $(FATE_MOV_FASTSTART) 43 44# Make sure we handle edit lists correctly in normal cases. 45fate-mov-1elist-noctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-noctts.mov 46fate-mov-1elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-1ctts.mov 47fate-mov-3elist: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist.mov 48fate-mov-3elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist-1ctts.mov 49 50# Edit list with encryption 51fate-mov-3elist-encrypted: CMD = framemd5 -decryption_key 12345678901234567890123456789012 -i $(TARGET_SAMPLES)/mov/mov-3elist-encrypted.mov 52 53# Fragmented encryption with senc boxes in movie fragments. 54fate-mov-frag-encrypted: CMD = framemd5 -decryption_key 12345678901234567890123456789012 -i $(TARGET_SAMPLES)/mov/mov-frag-encrypted.mp4 55 56# Full-sample encryption and constant IV using only tenc atom (no senc/saio/saiz). 57fate-mov-tenc-only-encrypted: CMD = framemd5 -decryption_key 12345678901234567890123456789012 -i $(TARGET_SAMPLES)/mov/mov-tenc-only-encrypted.mp4 58 59# Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists. 60fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts-2ndsample.mov 61 62# Makes sure that we handle edit lists ending on a B-frame correctly. 63# The last frame in decoding order which is B-frame should be output, but the last but-one P-frame shouldn't be 64# output. 65fate-mov-1elist-ends-last-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-ends-last-bframe.mov 66 67# Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly. 68fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-2elist-elist1-ends-bframe.mov 69 70# Makes sure that if edit list ends on a B-frame but before the I-frame, then we output the B-frame but discard the I-frame. 71fate-mov-elst-ends-betn-b-and-i: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/elst_ends_betn_b_and_i.mp4 72 73# Makes sure that we handle edit lists and start padding correctly. 74fate-mov-440hz-10ms: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/440hz-10ms.m4a -af aresample 75 76# Makes sure that we handle invalid edit list entry count correctly. 77fate-mov-invalid-elst-entry-count: CMD = framemd5 -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/mov/invalid_elst_entry_count.mov 78 79# Makes sure that 1st key-frame is picked when, 80# i) One B-frame between 2 key-frames 81# ii) Edit list starts on B-frame. 82# iii) Both key-frames have their DTS < edit list start 83# i.e. Pts Order: I-B-I 84fate-mov-ibi-elst-starts-b: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_ibi_elst_starts_b.mov 85 86# Makes sure that we handle overlapping framgments 87fate-mov-frag-overlap: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/frag_overlap.mp4 88 89fate-mov-mp4-frag-flush: CMD = md5 -f lavfi -i color=blue,format=rgb24,trim=duration=0.04 -f lavfi -i anullsrc,aformat=s16,atrim=duration=2 -c:v png -c:a pcm_s16le -movflags +empty_moov+hybrid_fragmented -frag_duration 1000000 -frag_interleave 1 -f mp4 90fate-mov-mp4-frag-flush: CMP = oneline 91fate-mov-mp4-frag-flush: REF = a10c0e2e2dfc120f31ca5e59e0e4392a 92FATE_MOV-$(call ALLYES, LAVFI_INDEV, COLOR_FILTER, FORMAT_FILTER, TRIM_FILTER, ANULL_FILTER, AFORMAT_FILTER, ATRIM_FILTER, PNG_ENCODER, PCM_S16LE_ENCODER, MOV_MUXER) += fate-mov-mp4-frag-flush 93 94# Makes sure that we pick the right frames according to edit list when there is no keyframe with PTS < edit list start. 95# For example, when video starts on a B-frame, and edit list starts on that B-frame too. 96# GOP structure : B B I in presentation order. 97fate-mov-bbi-elst-starts-b: CMD = framemd5 -flags +bitexact -acodec aac_fixed -i $(TARGET_SAMPLES)/h264/twofields_packet.mp4 -af aresample 98 99# Makes sure that the stream start_time is not negative when the first packet is a DISCARD packet with negative timestamp. 100fate-mov-neg-firstpts-discard: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov 101 102# Makes sure that the VORBIS audio stream start_time is not negative when the first few packets are DISCARD packets 103# with negative timestamps (skip_samples is not set for Vorbis, so ffmpeg computes start_time as negative if not specified by demuxer). 104fate-mov-neg-firstpts-discard-vorbis: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard_vorbis.mp4 105 106# Makes sure that expected frames are generated for mov_neg_first_pts_discard.mov with -vsync cfr 107fate-mov-neg-firstpts-discard-frames: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov -vsync cfr 108 109# Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration miscalculations. 110fate-mov-stream-shorter-than-movie: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_stream_shorter_than_movie.mov -vf fps=fps=24 -an 111 112fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov 113 114fate-mov-zombie: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_streams -show_packets -show_frames -bitexact -print_format compact $(TARGET_SAMPLES)/mov/white_zombie_scrunch-part.mov 115 116fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact -select_streams v $(TARGET_SAMPLES)/mov/mp4-init-nonkeyframe.mp4 117 118fate-mov-displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=display_aspect_ratio,sample_aspect_ratio:stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/displaymatrix.mov 119 120fate-mov-spherical-mono: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/spherical.mov 121 122fate-mov-gpmf-remux: CMD = md5 -i $(TARGET_SAMPLES)/mov/fake-gp-media-with-real-gpmf.mp4 -map 0 -c copy -fflags +bitexact -f mp4 123fate-mov-gpmf-remux: CMP = oneline 124fate-mov-gpmf-remux: REF = 6361cf3c2b9e6962c2eafbda138125f4 125 126fate-mov-guess-delay-1: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=has_b_frames -select_streams v $(TARGET_SAMPLES)/h264/h264_3bf_nopyramid_nobsrestriction.mp4 127fate-mov-guess-delay-2: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=has_b_frames -select_streams v $(TARGET_SAMPLES)/h264/h264_3bf_pyramid_nobsrestriction.mp4 128fate-mov-guess-delay-3: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=has_b_frames -select_streams v $(TARGET_SAMPLES)/h264/h264_4bf_pyramid_nobsrestriction.mp4 129 130fate-mov-faststart-4gb-overflow: CMD = run tools/qt-faststart$(EXESUF) $(TARGET_SAMPLES)/mov/faststart-4gb-overflow.mov $(TARGET_PATH)/faststart-4gb-overflow-output.mov > /dev/null ; do_md5sum faststart-4gb-overflow-output.mov | cut -d " " -f1 ; rm faststart-4gb-overflow-output.mov 131fate-mov-faststart-4gb-overflow: CMP = oneline 132fate-mov-faststart-4gb-overflow: REF = bc875921f151871e787c4b4023269b29 133 134fate-mov-mp4-with-mov-in24-ver: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=codec_name -select_streams 1 $(TARGET_SAMPLES)/mov/mp4-with-mov-in24-ver.mp4 135 136fate-mov-mp4-extended-atom: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact -select_streams v $(TARGET_SAMPLES)/mov/extended_atom_size_probe 137 138FATE_MOV_FFMPEG_FFPROBE-$(call REMUX, MP4 MOV, OGG_DEMUXER VORBIS_DECODER) \ 139 += fate-mov-mp4-chapters 140fate-mov-mp4-chapters: CMD = transcode ogg $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo.ogg mp4 "-c copy" "-c copy -t 0.1" "-show_chapters" 141 142FATE_MOV_FFMPEG_FFPROBE-$(call TRANSCODE, PNG, MP4 MOV, MJPEG_DECODER SCALE_FILTER) \ 143 += fate-mov-cover-image 144fate-mov-cover-image: CMD = transcode mov $(TARGET_SAMPLES)/cover_art/Owner-iTunes_9.0.3.15.m4a mp4 "-map 0 -map 0:v -c:a copy -c:v:0 copy -filter:v:1 scale -c:v:1 png" "-map 0 -t 0.1 -c copy" "-show_entries stream_disposition=attached_pic:stream=index,codec_name" 145 146FATE_MOV_FFMPEG_FFPROBE-$(call TRANSCODE, TTML SUBRIP, MP4 MOV, SRT_DEMUXER TTML_MUXER) += fate-mov-mp4-ttml-stpp fate-mov-mp4-ttml-dfxp 147fate-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" 148fate-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" 149 150# FIXME: Uncomment these two tests once the test files are uploaded to the fate 151# server. 152# avif demuxing - still image with 1 item. 153#fate-mov-avif-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy 154 155# avif demuxing - still image with multiple items. only the primary item will be 156# parsed. 157#fate-mov-avif-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif -c:v copy 158 159# Resulting remux should have: 160# 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED 161# 2. second audio stream with AV_DISPOSITION_VISUAL_IMPAIRED | DESCRIPTIONS 162FATE_MOV_FFMPEG_FFPROBE-$(call REMUX, MP4 MOV, MPEGTS_DEMUXER AC3_DECODER) \ 163 += fate-mov-mp4-disposition-mpegts-remux 164fate-mov-mp4-disposition-mpegts-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/mpegts/pmtchange.ts mp4 "-map 0:1 -map 0:2 -c copy -disposition:a:0 +hearing_impaired" "-map 0 -c copy" "-of json -show_entries stream_disposition:stream=index" 165 166FATE_SAMPLES_FFMPEG_FFPROBE += $(FATE_MOV_FFMPEG_FFPROBE-yes) 167 168FATE_MOV_FFMPEG-$(call TRANSCODE, PCM_S16LE, MOV, WAV_DEMUXER PAN_FILTER) \ 169 += fate-mov-channel-description 170fate-mov-channel-description: tests/data/asynth-44100-1.wav tests/data/filtergraphs/mov-channel-description 171fate-mov-channel-description: CMD = transcode wav $(TARGET_PATH)/tests/data/asynth-44100-1.wav mov "-filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/mov-channel-description -map [outFL] -map [outFR] -map [outFC] -map [outLFE] -map [outBL] -map [outBR] -map [outDL] -map [outDR] -c:a pcm_s16le" "-map 0 -c copy -frames:a 0" 172 173FATE_FFMPEG += $(FATE_MOV_FFMPEG-yes) 174 175fate-mov: $(FATE_MOV) $(FATE_MOV_FFMPEG-yes) $(FATE_MOV_FFPROBE) $(FATE_MOV_FASTSTART) $(FATE_MOV_FFMPEG_FFPROBE-yes) 176