From: Good Guy Date: Tue, 8 Mar 2022 22:21:14 +0000 (-0700) Subject: vp9 multibit and lossless improvements by Andrew X-Git-Tag: 2022-03~7 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=4e67aa41fc8894d6a97822c7942bed73f8857dd7 vp9 multibit and lossless improvements by Andrew --- 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):