matroska.mak 554 B

123456789
  1. # This tests that the matroska demuxer supports modifying the colorspace
  2. # properties in remuxing (-c:v copy)
  3. # It also tests automatic insertion of the vp9_superframe bitstream filter
  4. FATE_MATROSKA-$(call DEMMUX, MATROSKA, MATROSKA) += fate-matroska-remux
  5. 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
  6. fate-matroska-remux: CMP = oneline
  7. fate-matroska-remux: REF = 5ebcfaa8e3d534f8a800a58fd2b0aca6
  8. FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)