Can't compile v7.4, problems with thirdparty/ilmbase-1.0.1
Hi Marcus, In the beginning of December 2018 I have switched from working on/with the original Cinelerra (HV version) to Cinelerra-GG, after 4 months on the original Cinelerra . For several reasons: it has its distribution sorted out (9 current platforms, monthly updates), it is way ahead in features, stability and support, and the main programmer is very responsive (I still have to hear a reaction from Adam via SourceForge or mail). If you're still interested in a non-linear editor for Linux, I...
Hello Marcus, You might want to look at cinelerra-gg, from cinelerra-gg.org . This is under very active development (monthly releases for 9 distributions), and has an excellent bug tracker. Due to absolutely no response of any kind from Adam, I am switching to the GG version. I reported two bugs there, both were fixed within weeks and in the latest release. Mat On Fri, 09 Nov 2018 13:54:31 -0000 Mat Nieuwenhoven wrote: Hi Marcus, I'm not the official maintainer, that is one of the original authors...
Notes on building Cinellera 7 from scratch on a Mint 18.3 system (base: Ubuntu 16.04, gcc 5.4.0), and Mint 17.3 (base: Ubuntu 14.04, gcc 4.8.4). Install the following packages: build-essential, docbook-to-man, docbook-utils, doxygen freeglut3-dev, g++, libasound2-dev, libbz2-dev, libc6-dev libdv4-dev, libfreetype6-dev, libilmbase-dev, liblzma-dev libncurses5-dev, libogg-dev, libpng-dev, libpopt-dev libsld1.2-dev, libv4l-dev, libxft-dev, libxv-dev libz-dev, nasm, texinfo, yasm You can do this in a...
Notes on building Cinellera 7 from scratch on a Mint 18.3 system (base: Ubuntu 16.04, gcc 5.4.0), and Mint 17.3 (base: Ubuntu 14.04, gcc 4.8.4). Install the following packages: build-essential, docbook-to-man, docbook-utils, doxygen freeglut3-dev, g++, libasound2-dev, libbz2-dev, libc6-dev libdv4-dev, libfreetype6-dev, libilmbase-dev, liblzma-dev libncurses5-dev, libogg-dev, libpng-dev, libpopt-dev libsld1.2-dev, libv4l-dev, libxft-dev, libxv-dev libz-dev, nasm, texinfo, yasm You can do this in a...
Hi Marcus, My system is finally so far that I can do proper Mint 19 compiles too. It uses GCC 7.3.0 (by default anyway). The build on this fails, but not because of what you describe. In fact, I don't get a lot of your errors. For instance, thirdparty/toolame-02l/bitstream.h was patched by my patch 41, with a number of other files there. And I didn't use your fix, it gave other problems. And filemov.c etc I have still at the original versions from 2017 or so. So I don't quite see how you got those...
Notes on building Cinellera 7 from scratch on a Mint 18.3 system (base: Ubuntu 16.04, gcc 5.4.0), and Mint 17.3 (base: Ubuntu 14.04, gcc 4.8.4). Install the following packages: build-essential, docbook-to-man, docbook-utils, doxygen freeglut3-dev, g++, libasound2-dev, libbz2-dev, libc6-dev libdv4-dev, libfreetype6-dev, libilmbase-dev, liblzma-dev libncurses5-dev, libogg-dev, libpng-dev, libpopt-dev libsld1.2-dev, libv4l-dev, libxft-dev, libxv-dev libz-dev, nasm, texinfo, yasm You can do this in a...
Notes on building Cinellera 7 from scratch on a Mint 18.3 system (base: Ubuntu 16.04, gcc 5.4.0), and Mint 17.3 (base: Ubuntu 14.04, gcc 4.8.4). Install the following packages: build-essential, docbook-to-man, docbook-utils, doxygen freeglut3-dev, g++, libasound2-dev, libbz2-dev, libc6-dev libdv4-dev, libfreetype6-dev, libilmbase-dev, liblzma-dev libncurses5-dev, libogg-dev, libpng-dev, libpopt-dev libsld1.2-dev, libv4l-dev, libxft-dev, libxv-dev libz-dev, nasm, texinfo, yasm You can do this in a...
Notes on building Cinellera 7 from scratch on a Mint 18.3 system (base: Ubuntu 16.04, gcc 5.4.0), and Mint 17.3 (base: Ubuntu 14.04, gcc 4.8.4). Install the following packages: build-essential, docbook-to-man, docbook-utils, doxygen freeglut3-dev, g++, libasound2-dev, libbz2-dev, libc6-dev libdv4-dev, libfreetype6-dev, libilmbase-dev, liblzma-dev libncurses5-dev, libogg-dev, libpng-dev, libpopt-dev libsld1.2-dev, libv4l-dev, libxft-dev, libxv-dev libz-dev, nasm, texinfo, yasm You can do this in a...
Cinelerra 7, crash when recording device cannot be found
To ease applying patches, the attached script applies patches 41 through 51 and 53 in one go; it assumes the original Cinelerra7 source. Extract it somewhere, it will create a directory PatchAll, go into that directory and edit the "PatchAll.sh" script to set the proper Cinelerra directory, then execute the script.
Uploaded patch 53 to fix this problem. (note: patch 52 is a dummy, SourceForge gave an error when uploading it)
Cinelerra7, fix for compiler error in libdv
Cinelerra 7, compile error when videodev is enabled
Hi Marcus, I'm not the official maintainer, that is one of the original authors Adam Williams. I'm fairly sure he monitors here, but have not heard from him. I'm just doing this for fun. I think your problem is twofold: You're using GCC 8. That is also in Mint 19, and I also had compile errors. Because I still have known fixed for errors on Mint 18 and 17, I have not looked at Mint 19 yet (thus GCC 8). Could it be you have OpenCL active on your machine? I have not yet installed it, is on the TODO...
Hi Mat, it's good to see you're still around. Indeed, this is most likely an incompatibility with my system - I use a rolling release distro, Solus, with GCC 8.2. What seems strange regarding this bug specifically is that it uses an enum called PixelFormat, which was deprecated in ffmpeg/libav 6 years ago, but the bundled ffmpeg 3.3 in the quicktime folder does have AVPixelFormat. I'm guessing the <libavutil/pixfmt.h> include has always pointed to the system libavutil, and if you were able to build...
Hi Marcus, You don't write what your environment is, which version of Ubuntu or Mint. At this time, Cinelerra will not compile on Mint 19. If you're using Mint 18.3 or 17.3 or the equivalent Ubuntu versions, then something appears to be wrong on your machine. I will not post Cinelerra patches unless I can build it here with the patches applied on Mint 17.3 and 18.3, and run the excutables and do a few simple tests. I've not been able to work on it for 2 months (computer problems), but will resume....
Hi Marcus, Something appears to be wrong on your machine. I will not post Cinelerra patches unless I can build it here with them om Mint 17.3 and 18.3, and run the excutables and do a few simple tests. I've not been able to work on it for 2 months (computer problems), but will resume. I know of two unlisted bugs that I have yet to post, but neither of them is what you describe. I never need to run make twice, only when I do "make clean" (bug 167). Mat
The problem here doesn't have anything to do with those patches. You need to rename PixelFormat to AVPixelFormat. After applying Mat's patches and changing the enum's name, let's go: Now there will be a invalid conversion from 'char' to 'char*' error in thirdparty/speech_tools/siod/siod.cc at lines 491 and 501 , easily fixable by replacing the single quotes by double quotes. Linker may complain about not finding libtermcap. If it does for you, symlink libnurses.so to libtermcap.so. For some reason...
Hi Andrey, please try Cinelerra 7 with patches applied . That will compile fine for me on Mint 18.3 and Mint 17.3 . Patch 51 contains in its discussion a compressed script that will apply patches 41-51 in one go to the original Cinelerra 7 source.
Hi Andrey, please try Cinelerra 7 with patches applies . That will compile fine for me. on Mint 18 and Mint 17. Patch 51 contains in its discussion a compressed script that will apply patches 41-51 in one go to the original Cinelerra 7 source.
To ease applying patches, the attached script applies patches 41 through 51 in one go. Extract it somewhere, it will create a directory PatchAll, go into that directory and edit the "PatchAll.sh" script to set the proper Cinelerra directory, then execute the script.
Cinelerra 7, fix for compiler warnings in mplexlo
To ease applying patches, the attached script applies patches 41 through 50 in one go. Extract it somewhere, it will create a directory PatchAll, go into that directory and edit the "PatchAll.sh" script to set the proper cinelerra directory, then execute the script.
Cinelerra 7, fix for compiler warnings in mpeg2enc
Cinelerra 7, very distorted audio when opening HD MP4 file
To ease applying patches, the attached script applies patches 41 through 49 in one go. Extract it somewhere, edit the "PatchAll.sh" script to set the proper cinelerra directory, and execute it.
To ease applying patches, the attached script applies patched 41 through 49 in one go. Extract it somewhere, edit the "PatchAll.sh" script to set the proper cinelerra directory, and execute it.
Cinelerra 7, fix for compiler warnings in quicktime
This is a config error. in file ~/.bcast/Cinelerra_rc defaults are stored. Apparently a previous version of Cinelerra used for the SUV theme the title "SUV". Cinelerra7 uses title "S.U.V." for the same theme. Because the theme title from Cinelerra_rc cannot be found in the plugins, Cinerella exits. Should be documented.
Cinelerra 7, fix for compiler warnings in ffmpeg3
Cinerella 7, when built from scratch on Mint 17.3, doesn start.
Cinelerra 7, fix for compiler warnings in thirdparty/audiofile
Cinelerra 7 "make clean" doesn't completely work the first time.
Cinelerra 7 fix for compiler warning in amdtp.c
Cinelerra 7 fix for compiler warning in genrand.c
Interestingly, on Mint 17.3 (base = Ubuntu 14.04) the compiler (version 4.8.4) doesn't flag this as an error, and just continues. The code is wrong anyway.
Interestingly, on Mint 17.3 (base = Ubuntu 14.04) the compiler (version 4.8.4) doesn't flag this as an error, and just continues.
Cinelerra 7 fix for compiler warning file g72x_priv.h
Cinelerra 7 extreme large amounts of compiler warnings
Fixed with patch 42. Module cinelerra/mwindow.C tries to create file "Cinelerra_plugins" in the cinelerra startup directory, and each of the directories of the LADSPA_PATH environment variables. As these normally include /usr/lib/ladspa and /usr/local/lib/ladspa, which are read-only for normal users, file creation fails. Such a failure was not handled properly by mwindow.C , this is fixed by the patch. Another issue is why it creates this same file in all these directories. Why not in the ~/.bcast...
Patch for bug 185, sudo required to run Cinelerra
Uploaded patch 41 to fix this problem
Patch for bug 166, Cinelerra not building on Mint 18.3
Cinelerra 7 will not build on Mint 18.3 (from Ubuntu 16.04)
Cinelerra 7 will only run when started with sudo
Cinelerra 7 error importing MP4 file from compact camera
libmpeg3/mpeg3title.c:194: bad call to fprintf ?
plugins/hyperlapse/hyperlapse.C:59: bad compares ?
cinelerra-6 compilation error