#!/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
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.