From 4e67aa41fc8894d6a97822c7942bed73f8857dd7 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Tue, 8 Mar 2022 15:21:14 -0700 Subject: [PATCH] vp9 multibit and lossless improvements by Andrew --- cinelerra-5.1/ffmpeg/video/vp9-alpha-lossless.webm | 3 +++ cinelerra-5.1/thirdparty/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 cinelerra-5.1/ffmpeg/video/vp9-alpha-lossless.webm diff --git a/cinelerra-5.1/ffmpeg/video/vp9-alpha-lossless.webm b/cinelerra-5.1/ffmpeg/video/vp9-alpha-lossless.webm new file mode 100644 index 00000000..ac7d086d --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/vp9-alpha-lossless.webm @@ -0,0 +1,3 @@ +webm libvpx-vp9 +cin_pix_fmt=yuva420p +lossless=1 diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index ce41db9f..1e6af0b9 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -261,7 +261,7 @@ twolame.cfg_params?=--enable-shared=no x264.cfg_params?= --enable-static --enable-pic x265.cfg_vars?=$(call cmake_config,source) x265.cfg_params?= -DENABLE_SHARED=no -libvpx.cfg_params?= --enable-pic --disable-avx512 --disable-examples --disable-unit_tests +libvpx.cfg_params?= --enable-pic --disable-avx512 --enable-vp9-highbitdepth --disable-examples --disable-unit_tests DS:=$$$$$$$$ pkg_cfg=$(call bld_path,$(1),usr/local/lib/pkgconfig): -- 2.26.2