cinelerra  8
About: Cinelerra is an advanced non-linear video editor and compositor. Original version.
  Fossies Dox: cinelerra-8-src.tar.xz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
cinelerra Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies cinelerra-8-src.tar.xz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README
Running the binary:

Run ./cinelerra.sh from this directory.

There is a build of ffmpeg for use with the command line output.  This
should be put in your system path if it's desired.




Building the source:

Was last tested on Ubuntu 22 x86_64.

For GPU acceleration, it needs the proprietary Nvidia X11 drivers & CUDA
libraries.

Install the dependencies:

apt install libc6-dev g++ build-essential libz-dev texinfo libpng-dev \
libxv-dev libasound2-dev libbz2-dev liblzma-dev yasm cmake autoconf \
pkg-config libtool libxft-dev libxfixes-dev


Edit CUDA_DIR in configure to set your CUDA location.



Run ./configure.  Then run make.  Then run 'make install' to put it in the
bin/ directory.  Run ./cinelerra.sh in the bin/ directory.