From: Good Guy Date: Sun, 28 Jul 2024 18:14:57 +0000 (-0600) Subject: trivial changes in conjunction with x265 multibit, update About monthly txt, fix... X-Git-Tag: 2024-07^0 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=7e4aa7bd5d25f46c14b04536095371ac22989e2f;p=goodguy%2Fcinelerra.git trivial changes in conjunction with x265 multibit, update About monthly txt, fix bld.sh comments as a reminder --- diff --git a/cinelerra-5.1/bld.sh b/cinelerra-5.1/bld.sh index 4684fbb0..cc460d66 100755 --- a/cinelerra-5.1/bld.sh +++ b/cinelerra-5.1/bld.sh @@ -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 diff --git a/cinelerra-5.1/ffmpeg/video/h264-10bit.mp4 b/cinelerra-5.1/ffmpeg/video/h264-10bit.mp4 index bb66e790..3a851e32 100644 --- a/cinelerra-5.1/ffmpeg/video/h264-10bit.mp4 +++ b/cinelerra-5.1/ffmpeg/video/h264-10bit.mp4 @@ -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 diff --git a/cinelerra-5.1/msg/txt b/cinelerra-5.1/msg/txt index 053c04a4..6a1065f0 100644 --- a/cinelerra-5.1/msg/txt +++ b/cinelerra-5.1/msg/txt @@ -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.