mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fate/mov: add tests for HEIF samples with derived images
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
feab8f9c58
commit
84e669167d
@ -161,6 +161,14 @@ 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: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy -map 0
|
||||
|
||||
FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \
|
||||
+= fate-mov-heic-demux-still-image-grid
|
||||
fate-mov-heic-demux-still-image-grid: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C007.heic -c:v copy -map 0:g:0
|
||||
|
||||
FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \
|
||||
+= fate-mov-heic-demux-still-image-iovl
|
||||
fate-mov-heic-demux-still-image-iovl: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C015.heic -c:v copy -map 0:g:0
|
||||
|
||||
# Resulting remux should have:
|
||||
# 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED
|
||||
# 2. second audio stream with AV_DISPOSITION_VISUAL_IMPAIRED | DESCRIPTIONS
|
||||
|
32
tests/ref/fate/mov-heic-demux-still-image-grid
Normal file
32
tests/ref/fate/mov-heic-demux-still-image-grid
Normal file
@ -0,0 +1,32 @@
|
||||
#format: frame checksums
|
||||
#version: 2
|
||||
#hash: MD5
|
||||
#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d
|
||||
#extradata 1, 100, 5444bf01e03182c73ae957179d560f4d
|
||||
#extradata 2, 100, 5444bf01e03182c73ae957179d560f4d
|
||||
#extradata 3, 100, 5444bf01e03182c73ae957179d560f4d
|
||||
#tb 0: 1/1
|
||||
#media_type 0: video
|
||||
#codec_id 0: hevc
|
||||
#dimensions 0: 1280x720
|
||||
#sar 0: 0/1
|
||||
#tb 1: 1/1
|
||||
#media_type 1: video
|
||||
#codec_id 1: hevc
|
||||
#dimensions 1: 1280x720
|
||||
#sar 1: 0/1
|
||||
#tb 2: 1/1
|
||||
#media_type 2: video
|
||||
#codec_id 2: hevc
|
||||
#dimensions 2: 1280x720
|
||||
#sar 2: 0/1
|
||||
#tb 3: 1/1
|
||||
#media_type 3: video
|
||||
#codec_id 3: hevc
|
||||
#dimensions 3: 1280x720
|
||||
#sar 3: 0/1
|
||||
#stream#, dts, pts, duration, size, hash
|
||||
0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32
|
||||
1, 0, 0, 1, 111481, e5db978adbe4de7ee50fe73abc39fcfa
|
||||
2, 0, 0, 1, 111451, 08700213113cadbb6628ecb8253c1c2a
|
||||
3, 0, 0, 1, 111353, 5de942e14c848e5e22fad5d88fb13776
|
18
tests/ref/fate/mov-heic-demux-still-image-iovl
Normal file
18
tests/ref/fate/mov-heic-demux-still-image-iovl
Normal file
@ -0,0 +1,18 @@
|
||||
#format: frame checksums
|
||||
#version: 2
|
||||
#hash: MD5
|
||||
#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d
|
||||
#extradata 1, 100, 5444bf01e03182c73ae957179d560f4d
|
||||
#tb 0: 1/1
|
||||
#media_type 0: video
|
||||
#codec_id 0: hevc
|
||||
#dimensions 0: 1280x720
|
||||
#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
|
||||
0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32
|
||||
1, 0, 0, 1, 112393, daa001d351c088a5bc328459e2501c95
|
Loading…
Reference in New Issue
Block a user