mirror of https://git.ffmpeg.org/ffmpeg.git
fate/mov: test remuxing all stream heif items
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
41e349c24a
commit
feab8f9c58
|
@ -159,7 +159,7 @@ fate-mov-heic-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/heif
|
||||||
|
|
||||||
FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \
|
FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \
|
||||||
+= fate-mov-heic-demux-still-image-multiple-items
|
+= fate-mov-heic-demux-still-image-multiple-items
|
||||||
fate-mov-heic-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy
|
fate-mov-heic-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy -map 0
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -2,10 +2,17 @@
|
||||||
#version: 2
|
#version: 2
|
||||||
#hash: MD5
|
#hash: MD5
|
||||||
#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d
|
#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d
|
||||||
|
#extradata 1, 100, 5444bf01e03182c73ae957179d560f4d
|
||||||
#tb 0: 1/1
|
#tb 0: 1/1
|
||||||
#media_type 0: video
|
#media_type 0: video
|
||||||
#codec_id 0: hevc
|
#codec_id 0: hevc
|
||||||
#dimensions 0: 1280x720
|
#dimensions 0: 1280x720
|
||||||
#sar 0: 0/1
|
#sar 0: 0/1
|
||||||
|
#tb 1: 1/1
|
||||||
|
#media_type 1: video
|
||||||
|
#codec_id 1: hevc
|
||||||
|
#dimensions 1: 1280x720
|
||||||
|
#sar 1: 0/1
|
||||||
#stream#, dts, pts, duration, size, hash
|
#stream#, dts, pts, duration, size, hash
|
||||||
0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32
|
0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32
|
||||||
|
1, 0, 0, 1, 112393, daa001d351c088a5bc328459e2501c95
|
||||||
|
|
Loading…
Reference in New Issue