From 9546c223df88c04184b0ffbd27323c09952dfa4c Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 10 Oct 2021 11:47:33 -0600 Subject: [PATCH] Andrea supplied DPX and Cineform render formats --- cinelerra-5.1/ffmpeg/video/CineformHD.mov | 4 ++++ cinelerra-5.1/ffmpeg/video/DPX.dpx | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 cinelerra-5.1/ffmpeg/video/CineformHD.mov create mode 100644 cinelerra-5.1/ffmpeg/video/DPX.dpx diff --git a/cinelerra-5.1/ffmpeg/video/CineformHD.mov b/cinelerra-5.1/ffmpeg/video/CineformHD.mov new file mode 100644 index 00000000..7c6373a4 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/CineformHD.mov @@ -0,0 +1,4 @@ +mov cfhd +cin_ff_format=yuv442p10le +quality=6 +# input Width must be divisible by 16 and Height by 8 diff --git a/cinelerra-5.1/ffmpeg/video/DPX.dpx b/cinelerra-5.1/ffmpeg/video/DPX.dpx new file mode 100644 index 00000000..6a86ca4e --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/DPX.dpx @@ -0,0 +1,4 @@ +image2 dpx +cin_pix_fmt=rgb48le +# this codec creates a set of image file in a directory +# use an image2 file name like /dir/image%05d.dpx -- 2.26.2