]> git.sesse.net Git - ffmpeg/blob - tests/fate/matroska.mak
93b5bff89a7456a4729f0d1c3565b25c2fd44810
[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 = 49a60ef91cf7302ab7276f9373f8a429
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 correctly demuxes WavPack
21 # without CodecPrivate; it also tests zlib compressed WavPack.
22 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER ZLIB) += fate-matroska-wavpack-missing-codecprivate
23 fate-matroska-wavpack-missing-codecprivate: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/wavpack_missing_codecprivate.mka -c copy
24
25 # This tests that the matroska demuxer supports decompressing
26 # zlib compressed tracks (both the CodecPrivate as well as the actual frames).
27 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER ZLIB) += fate-matroska-zlib-decompression
28 fate-matroska-zlib-decompression: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/subtitle_zlib.mks -c:s copy
29
30 # This tests that the matroska demuxer can decompress lzo compressed tracks.
31 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER LZO) += fate-matroska-lzo-decompression
32 fate-matroska-lzo-decompression: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/lzo.mka -c copy
33
34 # This tests that the matroska demuxer correctly propagates
35 # the channel layout contained in vorbis comments in the CodecPrivate
36 # of flac tracks. It also tests header removal compression.
37 FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER FLAC_PARSER) += fate-matroska-flac-channel-mapping
38 fate-matroska-flac-channel-mapping: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/flac_channel_layouts.mka -map 0 -c:a copy
39
40 FATE_MATROSKA_FFPROBE-$(call ALLYES, MATROSKA_DEMUXER) += fate-matroska-spherical-mono
41 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
42
43 FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)
44 FATE_SAMPLES_FFPROBE += $(FATE_MATROSKA_FFPROBE-yes)