trivial changes in conjunction with x265 multibit, update About monthly txt, fix... 2024-07
authorGood Guy <good1.2guy@gmail.com>
Sun, 28 Jul 2024 18:14:57 +0000 (12:14 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sun, 28 Jul 2024 18:14:57 +0000 (12:14 -0600)
cinelerra-5.1/bld.sh
cinelerra-5.1/ffmpeg/video/h264-10bit.mp4
cinelerra-5.1/msg/txt

index 4684fbb0460d3257d59dab7a2905344005d672d5..cc460d66f7a271ccc0c9f748c5b4abf5469a37c2 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 #  IMPORTANT comments below to change the configure line
-# For python version 12, add --without-lv2
 # For newer operating system versions, add --enable-libsvtav1
 # For really old versions, such as ubuntu 16, add --enable-libaom=no
+# To add OpenCV plugins, add --with-opencv=sta,tar=http://cinelerra-gg.org/download/opencv/opencv-20200306.tgz
 ( ./autogen.sh
   ./configure --with-single-user --with-booby
   make && make install ) 2>&1 | tee log
index bb66e790a0998c9ecde4df8558aae0a32baa550c..3a851e32a33757e3c924de0640bcfe1fb8e16e21 100644 (file)
@@ -2,5 +2,5 @@ mp4 libx264
 cin_pix_fmt=yuv420p10le
 # use framerate for 1 keyframe/sec, needed for seeks
 keyint_min=25
-profile=high10
+#profile=high10
 x264-params keyint=25
index 053c04a4d3c667e236e5ed58219bb393c9ac5f27..6a1065f05ba3ca00dc68ba1e3abfab6c18efe6a7 100644 (file)
@@ -3,6 +3,12 @@ For usage help, refer to the following:
   https://cinelerra-gg.org/download/CinelerraGG_Manual.pdf
   http://g-raffa.eu/Cinelerra/HOWTO/basics.html
 .
+2024 July changes of note:
+  All of the AppImages are now being built with x265
+   8/10/12 bit encode options (multibit).
+2024 June changes of note:
+  ChromaKeyAVID new plugin to use instead of ChromKeyHSV
+   with an improved algorithm based on Avid SpectraMatte.
 2024 May changes of note:
   FFmpeg has been updated from 6.1 to 7.0.
   ChromaKey and ChromaKeyHSV have improved menus/options.