You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
tests/fate/mov: add a test for HEIF files with multiple thumbnails
As well as entries in iloc and iinf being not being stored in the same order. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -184,6 +184,12 @@ FATE_MOV_FFMPEG_FFPROBE_SAMPLES-$(call FRAMECRC, MOV, HEVC, HEVC_PARSER) \
|
|||||||
fate-mov-heic-demux-clap-irot-imir: CMD = stream_demux mov $(TARGET_SAMPLES)/heif-conformance/MIAF007.heic "" "-c:v copy -map 0" \
|
fate-mov-heic-demux-clap-irot-imir: CMD = stream_demux mov $(TARGET_SAMPLES)/heif-conformance/MIAF007.heic "" "-c:v copy -map 0" \
|
||||||
"-show_entries stream=index,id:stream_disposition:stream_side_data_list"
|
"-show_entries stream=index,id:stream_disposition:stream_side_data_list"
|
||||||
|
|
||||||
|
# heic demuxing - still image with multiple thumbnails, and item entries stored in different order in iloc/iinf.
|
||||||
|
FATE_MOV_FFMPEG_FFPROBE_SAMPLES-$(call FRAMECRC, MOV, HEVC MJPEG, HEVC_PARSER) \
|
||||||
|
+= fate-mov-heic-demux-still-image-multiple-thumb
|
||||||
|
fate-mov-heic-demux-still-image-multiple-thumb: CMD = stream_demux mov $(TARGET_SAMPLES)/heif/P1001091.HIF "" "-c:v copy -map 0" \
|
||||||
|
"-show_entries stream=index,id:stream_disposition"
|
||||||
|
|
||||||
# heic demuxing - still image with multiple items in a grid.
|
# heic demuxing - still image with multiple items in a grid.
|
||||||
FATE_MOV_FFMPEG_FFPROBE_SAMPLES-$(call FRAMECRC, MOV, HEVC, HEVC_PARSER) \
|
FATE_MOV_FFMPEG_FFPROBE_SAMPLES-$(call FRAMECRC, MOV, HEVC, HEVC_PARSER) \
|
||||||
+= fate-mov-heic-demux-still-image-grid
|
+= fate-mov-heic-demux-still-image-grid
|
||||||
|
88
tests/ref/fate/mov-heic-demux-still-image-multiple-thumb
Normal file
88
tests/ref/fate/mov-heic-demux-still-image-multiple-thumb
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
#extradata 0: 205, 0xf0144249
|
||||||
|
#tb 0: 1/1
|
||||||
|
#media_type 0: video
|
||||||
|
#codec_id 0: hevc
|
||||||
|
#dimensions 0: 1920x1280
|
||||||
|
#sar 0: 0/1
|
||||||
|
#tb 1: 1/1
|
||||||
|
#media_type 1: video
|
||||||
|
#codec_id 1: mjpeg
|
||||||
|
#dimensions 1: 160x120
|
||||||
|
#sar 1: 0/1
|
||||||
|
#tb 2: 1/1
|
||||||
|
#media_type 2: video
|
||||||
|
#codec_id 2: mjpeg
|
||||||
|
#dimensions 2: 1620x1080
|
||||||
|
#sar 2: 0/1
|
||||||
|
0, 0, 0, 1, 272222, 0x562364b2
|
||||||
|
1, 0, 0, 1, 5448, 0x0a517e78
|
||||||
|
2, 0, 0, 1, 858544, 0xca5a3f9a
|
||||||
|
[STREAM]
|
||||||
|
index=0
|
||||||
|
id=0x100
|
||||||
|
DISPOSITION:default=1
|
||||||
|
DISPOSITION:dub=0
|
||||||
|
DISPOSITION:original=0
|
||||||
|
DISPOSITION:comment=0
|
||||||
|
DISPOSITION:lyrics=0
|
||||||
|
DISPOSITION:karaoke=0
|
||||||
|
DISPOSITION:forced=0
|
||||||
|
DISPOSITION:hearing_impaired=0
|
||||||
|
DISPOSITION:visual_impaired=0
|
||||||
|
DISPOSITION:clean_effects=0
|
||||||
|
DISPOSITION:attached_pic=0
|
||||||
|
DISPOSITION:timed_thumbnails=0
|
||||||
|
DISPOSITION:non_diegetic=0
|
||||||
|
DISPOSITION:captions=0
|
||||||
|
DISPOSITION:descriptions=0
|
||||||
|
DISPOSITION:metadata=0
|
||||||
|
DISPOSITION:dependent=0
|
||||||
|
DISPOSITION:still_image=0
|
||||||
|
DISPOSITION:multilayer=0
|
||||||
|
[/STREAM]
|
||||||
|
[STREAM]
|
||||||
|
index=1
|
||||||
|
id=0x200
|
||||||
|
DISPOSITION:default=0
|
||||||
|
DISPOSITION:dub=0
|
||||||
|
DISPOSITION:original=0
|
||||||
|
DISPOSITION:comment=0
|
||||||
|
DISPOSITION:lyrics=0
|
||||||
|
DISPOSITION:karaoke=0
|
||||||
|
DISPOSITION:forced=0
|
||||||
|
DISPOSITION:hearing_impaired=0
|
||||||
|
DISPOSITION:visual_impaired=0
|
||||||
|
DISPOSITION:clean_effects=0
|
||||||
|
DISPOSITION:attached_pic=0
|
||||||
|
DISPOSITION:timed_thumbnails=0
|
||||||
|
DISPOSITION:non_diegetic=0
|
||||||
|
DISPOSITION:captions=0
|
||||||
|
DISPOSITION:descriptions=0
|
||||||
|
DISPOSITION:metadata=0
|
||||||
|
DISPOSITION:dependent=0
|
||||||
|
DISPOSITION:still_image=0
|
||||||
|
DISPOSITION:multilayer=0
|
||||||
|
[/STREAM]
|
||||||
|
[STREAM]
|
||||||
|
index=2
|
||||||
|
id=0x201
|
||||||
|
DISPOSITION:default=0
|
||||||
|
DISPOSITION:dub=0
|
||||||
|
DISPOSITION:original=0
|
||||||
|
DISPOSITION:comment=0
|
||||||
|
DISPOSITION:lyrics=0
|
||||||
|
DISPOSITION:karaoke=0
|
||||||
|
DISPOSITION:forced=0
|
||||||
|
DISPOSITION:hearing_impaired=0
|
||||||
|
DISPOSITION:visual_impaired=0
|
||||||
|
DISPOSITION:clean_effects=0
|
||||||
|
DISPOSITION:attached_pic=0
|
||||||
|
DISPOSITION:timed_thumbnails=0
|
||||||
|
DISPOSITION:non_diegetic=0
|
||||||
|
DISPOSITION:captions=0
|
||||||
|
DISPOSITION:descriptions=0
|
||||||
|
DISPOSITION:metadata=0
|
||||||
|
DISPOSITION:dependent=0
|
||||||
|
DISPOSITION:still_image=0
|
||||||
|
DISPOSITION:multilayer=0
|
||||||
|
[/STREAM]
|
Reference in New Issue
Block a user