mirror of https://git.ffmpeg.org/ffmpeg.git
10 lines
554 B
Makefile
10 lines
554 B
Makefile
# This tests that the matroska demuxer supports modifying the colorspace
|
|
# properties in remuxing (-c:v copy)
|
|
# It also tests automatic insertion of the vp9_superframe bitstream filter
|
|
FATE_MATROSKA-$(call DEMMUX, MATROSKA, MATROSKA) += fate-matroska-remux
|
|
fate-matroska-remux: CMD = md5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska
|
|
fate-matroska-remux: CMP = oneline
|
|
fate-matroska-remux: REF = 9b8398b42804ba12c39d2f47299a0996
|
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)
|