|
|
|
@ -59,10 +59,10 @@ fate-vsynth%-ffv1: ENCOPTS = -slices 4 |
|
|
|
|
fate-vsynth%-ffv1.0: CODEC = ffv1 |
|
|
|
|
|
|
|
|
|
FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff ffvhuff444 ffvhuff420p12 ffvhuff422p10left ffvhuff444p16 |
|
|
|
|
fate-vsynth%-ffvhuff444: ENCOPTS = -strict -2 -vcodec ffvhuff -pix_fmt yuv444p |
|
|
|
|
fate-vsynth%-ffvhuff420p12: ENCOPTS = -strict -2 -vcodec ffvhuff -pix_fmt yuv420p12le |
|
|
|
|
fate-vsynth%-ffvhuff422p10left: ENCOPTS = -strict -2 -vcodec ffvhuff -pix_fmt yuv422p10le -pred left |
|
|
|
|
fate-vsynth%-ffvhuff444p16: ENCOPTS = -strict -2 -vcodec ffvhuff -pix_fmt yuv444p16le -pred plane |
|
|
|
|
fate-vsynth%-ffvhuff444: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv444p |
|
|
|
|
fate-vsynth%-ffvhuff420p12: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv420p12le |
|
|
|
|
fate-vsynth%-ffvhuff422p10left: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv422p10le -pred left |
|
|
|
|
fate-vsynth%-ffvhuff444p16: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv444p16le -pred plane |
|
|
|
|
|
|
|
|
|
FATE_VCODEC-$(call ENCDEC, FLASHSV, FLV) += flashsv |
|
|
|
|
fate-vsynth%-flashsv: ENCOPTS = -sws_flags neighbor+full_chroma_int |
|
|
|
@ -89,7 +89,7 @@ fate-vsynth%-h263p: ENCOPTS = -qscale 2 -flags +aic -umv 1 -aiv 1 - |
|
|
|
|
|
|
|
|
|
FATE_VCODEC-$(call ENCDEC, HUFFYUV, AVI) += huffyuv |
|
|
|
|
fate-vsynth%-huffyuv: ENCOPTS = -pix_fmt yuv422p -sws_flags neighbor |
|
|
|
|
fate-vsynth%-huffyuv: DECOPTS = -strict -2 -sws_flags neighbor |
|
|
|
|
fate-vsynth%-huffyuv: DECOPTS = -sws_flags neighbor |
|
|
|
|
|
|
|
|
|
FATE_VCODEC-$(call ENCDEC, JPEGLS, AVI) += jpegls |
|
|
|
|
fate-vsynth%-jpegls: ENCOPTS = -sws_flags neighbor+full_chroma_int |
|
|
|
|