a8bae9b18d
Bitstream generated using the reference encoder, then edited to fix the colour description and an extra metadata block added. FFmpeg decoder output is identical to the reference decoder output. The content used is the first three frames of "Waterfall" from the SVT Open Content Video Test Suite 2022. This is copyright Sveriges Television AB and is used under the Creative Commons Attribution 4.0 International License.
8 lines
235 B
Makefile
8 lines
235 B
Makefile
FATE_APV = fate-apv-422-10
|
|
|
|
FATE_SAMPLES_FFMPEG-$(call FRAMECRC, APV, APV, SCALE_FILTER) += $(FATE_APV)
|
|
|
|
fate-apv: $(FATE_APV)
|
|
|
|
fate-apv-422-10: CMD = framecrc -i $(TARGET_SAMPLES)/apv/profile_422-10.apv -pix_fmt yuv422p10le -vf scale
|