mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
441 B
9 lines
441 B
9 years ago
|
FATE_DNXHD = fate-dnxhd-mbaff \
|
||
|
fate-dnxhr-444
|
||
|
|
||
|
FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, DNXHD) += $(FATE_DNXHD)
|
||
|
fate-dnxhd: $(FATE_DNXHD) $(FATE_VCODEC_DNXHD)
|
||
|
|
||
|
fate-dnxhd-mbaff: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_cid1260.mov -pix_fmt yuv422p10le
|
||
|
fate-dnxhr-444: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhr444_cid1270.mov -pix_fmt yuv444p10le
|