mirror of https://git.ffmpeg.org/ffmpeg.git
fate/matroska: add a demux test for ProRes using zlib compression
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
af50f0a515
commit
70efa31ba1
|
@ -1,3 +1,6 @@
|
||||||
|
FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER VORBIS_PARSER) += fate-matroska-prores-zlib
|
||||||
|
fate-matroska-prores-zlib: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/prores_zlib.mkv -c:v copy
|
||||||
|
|
||||||
# This tests that the matroska demuxer supports modifying the colorspace
|
# This tests that the matroska demuxer supports modifying the colorspace
|
||||||
# properties in remuxing (-c:v copy)
|
# properties in remuxing (-c:v copy)
|
||||||
# It also tests automatic insertion of the vp9_superframe bitstream filter
|
# It also tests automatic insertion of the vp9_superframe bitstream filter
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
#extradata 0: 4, 0x040801a2
|
||||||
|
#tb 0: 1/1000
|
||||||
|
#media_type 0: video
|
||||||
|
#codec_id 0: prores
|
||||||
|
#dimensions 0: 1920x1080
|
||||||
|
#sar 0: 1/1
|
||||||
|
0, 0, 0, 33, 82240, 0x5271abe6
|
||||||
|
0, 33, 33, 33, 82240, 0x5271abe6
|
Loading…
Reference in New Issue