From: Good Guy Date: Fri, 11 Dec 2020 21:09:13 +0000 (-0700) Subject: Andrea improved and split up more meaningfully prores formats X-Git-Tag: 2021-03~24 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=d9dd931a673210169e7bd3f422bed6efec3a0c06 Andrea improved and split up more meaningfully prores formats --- diff --git a/cinelerra-5.1/ffmpeg/video/ffv1.mov b/cinelerra-5.1/ffmpeg/video/ffv1.mov new file mode 100644 index 00000000..89a7d9ea --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/ffv1.mov @@ -0,0 +1,9 @@ +mov ffv1 +#coder=0 +context=1 +g=1 +level=3 +threads=16 +slices=16 +slicecrc=1 +#pass=2 diff --git a/cinelerra-5.1/ffmpeg/video/prores_4444.pro b/cinelerra-5.1/ffmpeg/video/prores_4444.pro new file mode 100644 index 00000000..0277538b --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/prores_4444.pro @@ -0,0 +1,13 @@ +mov prores_ks +# ProRes, encoder prores_ks. Container Apple QuickTime movie (.mov). +# Support for aplpha channel +profile=4 +quant_mat=auto +cin_pix_fmt=yuva444p10le #also gbrp10le +# The possible video profile values for the ProRes codec are: +# 5 = 4444xq +# 4 = 4444 +# 3 = HQ (high quality) +# 2 = Standard +# 1 = LT (light) +# 0 = Proxy diff --git a/cinelerra-5.1/ffmpeg/video/prores_4444xq.pro b/cinelerra-5.1/ffmpeg/video/prores_4444xq.pro new file mode 100644 index 00000000..dc1a8cd7 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/prores_4444xq.pro @@ -0,0 +1,13 @@ +mov prores_ks +# ProRes, encoder prores_ks. Container Apple QuickTime movie (.mov). +#Support for alpha channel +profile=5 +quant_mat=auto +cin_pix_fmt=yuv444p10le #also gbrp10le +# The possible video profile values for the ProRes codec are: +# 5 = 4444xq +# 4 = 4444 +# 3 = HQ (high quality) +# 2 = Standard +# 1 = LT (light) +# 0 = Proxy diff --git a/cinelerra-5.1/ffmpeg/video/prores_hq.pro b/cinelerra-5.1/ffmpeg/video/prores_hq.pro new file mode 100644 index 00000000..59701037 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/prores_hq.pro @@ -0,0 +1,13 @@ +mov prores_aw +# encoder prores_aw. Container Apple QuickTime movie (.mov). +# No alpha channel. +profile=3 +quant_mat=auto +cin_pix_fmt=yuv422p10le +# The possible video profile values for the ProRes codec are: +# 5 = 4444xq +# 4 = 4444 +# 3 = HQ (high quality) +# 2 = Standard +# 1 = LT (light) +# 0 = Proxy diff --git a/cinelerra-5.1/ffmpeg/video/prores_ks.pro b/cinelerra-5.1/ffmpeg/video/prores_ks.pro index a56767d6..e1f6968e 100644 --- a/cinelerra-5.1/ffmpeg/video/prores_ks.pro +++ b/cinelerra-5.1/ffmpeg/video/prores_ks.pro @@ -1,7 +1,9 @@ mov prores_ks -# ProRes, encoder prores_ks. Container Apple QuickTime movie (.mov). -# The encoder delivers a higher quality but is very slow in comparison. -profile=4444 +# Container Apple QuickTime movie (.mov). +# Do not render audio as it will fail with current opts +profile=3 +quant_mat=auto +# cin_pix_fmt=yuv422p10le; yuva444p10le; gbrp10le # The possible video profile values for the ProRes codec are: # 5 = 4444xq # 4 = 4444 diff --git a/cinelerra-5.1/ffmpeg/video/prores_lt.pro b/cinelerra-5.1/ffmpeg/video/prores_lt.pro new file mode 100644 index 00000000..3d2d00e2 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/prores_lt.pro @@ -0,0 +1,13 @@ +mov prores_aw +# encoder prores_aw. Container Apple QuickTime movie (.mov). +# No alpha channel. +profile=1 +quant_mat=auto +cin_pix_fmt=yuv422p10le +# The possible video profile values for the ProRes codec are: +# 5 = 4444xq +# 4 = 4444 +# 3 = HQ (high quality) +# 2 = Standard +# 1 = LT (light) +# 0 = Proxy diff --git a/cinelerra-5.1/ffmpeg/video/prores_proxy.pro b/cinelerra-5.1/ffmpeg/video/prores_proxy.pro index 5b297ecc..f0557c10 100644 --- a/cinelerra-5.1/ffmpeg/video/prores_proxy.pro +++ b/cinelerra-5.1/ffmpeg/video/prores_proxy.pro @@ -1,4 +1,13 @@ -matroska prores -#ProRes: For fast creation of proxies. Container Matroska (.mkv). -# Do not render audio as it will fail with current opts +mov prores_aw +# encoder prores_aw. Container Apple QuickTime movie (.mov). +# No alpha channel. profile=0 +quant_mat=auto +cin_pix_fmt=yuv422p10le +# The possible video profile values for the ProRes codec are: +# 5 = 4444xq +# 4 = 4444 +# 3 = HQ (high quality) +# 2 = Standard +# 1 = LT (light) +# 0 = Proxy diff --git a/cinelerra-5.1/ffmpeg/video/prores_std.pro b/cinelerra-5.1/ffmpeg/video/prores_std.pro new file mode 100644 index 00000000..4db74bfd --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/prores_std.pro @@ -0,0 +1,13 @@ +mov prores_aw +# encoder prores_aw. Container Apple QuickTime movie (.mov). +# No alpha channel. +profile=2 +quant_mat=auto +cin_pix_fmt=yuv422p10le +# The possible video profile values for the ProRes codec are: +# 5 = 4444xq +# 4 = 4444 +# 3 = HQ (high quality) +# 2 = Standard +# 1 = LT (light) +# 0 = Proxy