]> git.sesse.net Git - ffmpeg/blob - tests/fate/matroska.mak
597be7346c9627d50683e7279864038559312d45
[ffmpeg] / tests / fate / matroska.mak
1 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER ZLIB) += fate-matroska-prores-zlib
2 fate-matroska-prores-zlib: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/prores_zlib.mkv -c:v copy
3
4 # This tests that the matroska demuxer correctly adds the icpf header atom
5 # upon demuxing; it also tests bz2 decompression and unknown-length cluster.
6 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER BZLIB) += fate-matroska-prores-header-insertion-bz2
7 fate-matroska-prores-header-insertion-bz2: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/prores_bz2.mkv -map 0 -c copy
8
9 # This tests that the matroska demuxer supports modifying the colorspace
10 # properties in remuxing (-c:v copy)
11 # It also tests automatic insertion of the vp9_superframe bitstream filter
12 FATE_MATROSKA-$(call DEMMUX, MATROSKA, MATROSKA) += fate-matroska-remux
13 fate-matroska-remux: CMD = md5pipe -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska
14 fate-matroska-remux: CMP = oneline
15 fate-matroska-remux: REF = e5457e5fa606d564a54914bd12f426c8
16
17 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER VORBIS_PARSER) += fate-matroska-xiph-lacing
18 fate-matroska-xiph-lacing: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/xiph_lacing.mka -c:a copy
19
20 # This tests that the matroska demuxer supports decompressing
21 # zlib compressed tracks (both the CodecPrivate as well as the actual frames).
22 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER ZLIB) += fate-matroska-zlib-decompression
23 fate-matroska-zlib-decompression: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/subtitle_zlib.mks -c:s copy
24
25 # This tests that the matroska demuxer correctly propagates
26 # the channel layout contained in vorbis comments in the CodecPrivate
27 # of flac tracks. It also tests header removal compression.
28 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER FLAC_PARSER) += fate-matroska-flac-channel-mapping
29 fate-matroska-flac-channel-mapping: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/flac_channel_layouts.mka -map 0 -c:a copy
30
31 FATE_MATROSKA_FFPROBE-$(call ALLYES, MATROSKA_DEMUXER) += fate-matroska-spherical-mono
32 fate-matroska-spherical-mono: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mkv/spherical.mkv
33
34 FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)
35 FATE_SAMPLES_FFPROBE += $(FATE_MATROSKA_FFPROBE-yes)