From 16162f97986ba345a3781ec3dd0050b2047e0b86 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Tue, 20 Jul 2021 15:30:06 -0600 Subject: [PATCH 1/1] Andrew supplied x265 high-bit profiles --- cinelerra-5.1/ffmpeg/video/h265-10bit.mp4 | 2 +- cinelerra-5.1/ffmpeg/video/h265-12bit.mp4 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 cinelerra-5.1/ffmpeg/video/h265-12bit.mp4 diff --git a/cinelerra-5.1/ffmpeg/video/h265-10bit.mp4 b/cinelerra-5.1/ffmpeg/video/h265-10bit.mp4 index b0d38ad7..375f1fe5 100644 --- a/cinelerra-5.1/ffmpeg/video/h265-10bit.mp4 +++ b/cinelerra-5.1/ffmpeg/video/h265-10bit.mp4 @@ -4,7 +4,7 @@ strict=-2 colorspace=bt2020_cl color_primaries=bt2020 color_trc=bt2020_10bit -pixel_format=yuv422p10 +cin_pix_fmt=yuv422p10le # use framerate for 1 keyframe/sec, needed for seeks keyint_min=30 x265-params=output-depth=10:keyint=30 diff --git a/cinelerra-5.1/ffmpeg/video/h265-12bit.mp4 b/cinelerra-5.1/ffmpeg/video/h265-12bit.mp4 new file mode 100644 index 00000000..177a699b --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/h265-12bit.mp4 @@ -0,0 +1,11 @@ +mp4 libx265 +# only works in build cinx hi-depth build +strict=-2 +colorspace=bt2020_cl +color_primaries=bt2020 +color_trc=bt2020_10bit +cin_pix_fmt=yuv422p12le +# use framerate for 1 keyframe/sec, needed for seeks +keyint_min=30 +x265-params=output-depth=10:keyint=30 +cin_quality=-1 -- 2.26.2