|
|
@ -18,10 +18,8 @@ FATE_MOV = fate-mov-3elist \ |
|
|
|
fate-mov-neg-firstpts-discard-frames \
|
|
|
|
fate-mov-neg-firstpts-discard-frames \
|
|
|
|
fate-mov-stream-shorter-than-movie \
|
|
|
|
fate-mov-stream-shorter-than-movie \
|
|
|
|
fate-mov-pcm-remux \
|
|
|
|
fate-mov-pcm-remux \
|
|
|
|
# FIXME: Uncomment these two lines once the test files are uploaded to the fate
|
|
|
|
fate-mov-avif-demux-still-image-1-item \
|
|
|
|
# server.
|
|
|
|
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_FFPROBE = fate-mov-neg-firstpts-discard \
|
|
|
|
fate-mov-neg-firstpts-discard-vorbis \
|
|
|
|
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-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" |
|
|
|
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.
|
|
|
|
# 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
|
|
|
|
# avif demuxing - still image with multiple items. only the primary item will be
|
|
|
|
# parsed.
|
|
|
|
# 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:
|
|
|
|
# Resulting remux should have:
|
|
|
|
# 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED
|
|
|
|
# 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED
|
|
|
|