<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-04-28 20:32:41]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://bug.cinelerra-gg.org/</docs><link>https://bug.cinelerra-gg.org/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>https://bug.cinelerra-gg.org/images/mantis_logo.png</url><link>https://bug.cinelerra-gg.org/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0000674: Crash when using undo in projects with nested EDLs</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=674</link><description><![CDATA[When using nested EDLs, cinelerra-gg will crash often when undoing operations. These could be keyframe updates (fading etc..) or cutting operations.]]></description><category>Bug</category><pubDate>Wed, 11 Mar 2026 00:19:30 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=674</guid><comments>https://bug.cinelerra-gg.org/view.php?id=674#bugnotes</comments></item><item><title>0000673: Cinelerra-GG Build Issues on Ubuntu 24 with CUDA 13.1</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=673</link><description><![CDATA[Inukshuk with his team noted problems building CinGG on Ubuntu 24 with CUDA 13.1.  The last time it is known that anyone built with Cuda it was version 10 in 2019 as briefly documented in the manual at:&lt;br /&gt;
   &lt;a href=&quot;https://download.cinelerra-gg.org/files/CinelerraGG_Manual/Effects_OpenCL_Cuda.html&quot; rel=&quot;noopener&quot;&gt;https://download.cinelerra-gg.org/files/CinelerraGG_Manual/Effects_OpenCL_Cuda.html&lt;/a&gt;&lt;br /&gt;
The team provided these details on the problems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-I-&lt;br /&gt;
Cinelerra-GG Build Issues on Ubuntu 24 with CUDA 13.1&lt;br /&gt;
Environment&lt;br /&gt;
&lt;br /&gt;
    OS: Ubuntu (Studio) 24&lt;br /&gt;
    GPU: NVIDIA GeForce RTX 2070 (compute capability 7.5)&lt;br /&gt;
    CUDA Version: 13.1&lt;br /&gt;
    Driver Version: 590.48.01&lt;br /&gt;
&lt;br /&gt;
Issue 1: Unsupported CUDA Architectures&lt;br /&gt;
&lt;br /&gt;
Error:&lt;br /&gt;
&lt;br /&gt;
nvcc fatal : Unsupported gpu architecture 'compute_35'&lt;br /&gt;
&lt;br /&gt;
Cause: The file plugin_cuda specifies GPU architectures that are no longer supported by modern CUDA toolkits:&lt;br /&gt;
&lt;br /&gt;
SMS ?= 35 37 50 52 60 61 70 75&lt;br /&gt;
&lt;br /&gt;
CUDA 13.1 has dropped support for compute capabilities below 7.0 (or possibly 7.5). The build failed even after removing 35/37, then again on compute_50.&lt;br /&gt;
&lt;br /&gt;
Fix: Changed SMS line in plugin_cuda to only include 75 (or other modern architectures).&lt;br /&gt;
&lt;br /&gt;
Recommendation: The build system should detect the installed CUDA version and automatically select only supported architectures, or at minimum document which CUDA versions are compatible.&lt;br /&gt;
Issue 2: Missing CUDA Samples Headers&lt;br /&gt;
&lt;br /&gt;
Error:&lt;br /&gt;
&lt;br /&gt;
helper_cuda.h: No such file or directory&lt;br /&gt;
&lt;br /&gt;
Cause: The build expects CUDA samples to be installed at /usr/local/cuda/samples/common/inc/, but CUDA samples are not included with the CUDA toolkit by default and must be cloned separately from GitHub.&lt;br /&gt;
&lt;br /&gt;
Fix: Cloned &lt;a href=&quot;https://github.com/NVIDIA/cuda-samples.git&quot; rel=&quot;noopener&quot;&gt;https://github.com/NVIDIA/cuda-samples.git&lt;/a&gt; to /usr/local/cuda/samples/&lt;br /&gt;
Issue 3: CUDA Samples Directory Structure Changed&lt;br /&gt;
&lt;br /&gt;
Error (after cloning samples):&lt;br /&gt;
&lt;br /&gt;
helper_cuda.h: No such file or directory&lt;br /&gt;
&lt;br /&gt;
Cause: The newer cuda-samples repository uses Common/ (capital C) instead of common/inc/.&lt;br /&gt;
&lt;br /&gt;
Fix: Created symlink:&lt;br /&gt;
bash&lt;br /&gt;
&lt;br /&gt;
sudo mkdir -p /usr/local/cuda/samples/common/inc&lt;br /&gt;
sudo ln -s /usr/local/cuda/samples/Common/*.h /usr/local/cuda/samples/common/inc/&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
### Issue 4: nbodycuda Plugin - Changed Sample Paths&lt;br /&gt;
&lt;br /&gt;
**Error:**&lt;br /&gt;
```&lt;br /&gt;
5_Simulations/nbody/bodysystemcuda.h: No such file or directory&lt;br /&gt;
&lt;br /&gt;
Cause: The nbodycuda plugin expects N-body simulation files at 5_Simulations/nbody/, but the current cuda-samples repository places them at Samples/5_Domain_Specific/nbody/.&lt;br /&gt;
&lt;br /&gt;
Fix: Created symlink:&lt;br /&gt;
bash&lt;br /&gt;
&lt;br /&gt;
sudo mkdir -p /usr/local/cuda/samples/5_Simulations&lt;br /&gt;
sudo ln -s /usr/local/cuda/samples/Samples/5_Domain_Specific/nbody /usr/local/cuda/samples/5_Simulations/nbody]]></description><category>Feature</category><pubDate>Fri, 06 Mar 2026 15:52:19 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=673</guid><comments>https://bug.cinelerra-gg.org/view.php?id=673#bugnotes</comments></item><item><title>0000647: Audio segfaults on termux</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=647</link><description><![CDATA[I was unable to dig WHY it fails afternearly 3 years.&lt;br /&gt;
&lt;br /&gt;
So, just gdb output for now.]]></description><category>Bug</category><pubDate>Thu, 08 Jan 2026 19:21:49 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=647</guid><comments>https://bug.cinelerra-gg.org/view.php?id=647#bugnotes</comments></item><item><title>0000216: Support for PowerPC (BE and LE variants)</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=216</link><description><![CDATA[Back in February  Daniel Reurich started thread about compiling Cinelerra-GG on ppc64le (power8/power9 platform).&lt;br /&gt;
&lt;a href=&quot;https://lists.cinelerra-gg.org/pipermail/cin/2019-February/000351.html&quot; rel=&quot;noopener&quot;&gt;https://lists.cinelerra-gg.org/pipermail/cin/2019-February/000351.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I only have emulated machines of this type, via qemu (3.1+, 4.0+). I did few hacks back in time, but none of my builds resulted in working Cin - on ppc64le  it was lack of ALL icons and crashes, on ppc32 BE (without altivec) Cin just failed  to start GUI at all - crashes again ....&lt;br /&gt;
&lt;br /&gt;
BCSignals _compilation_ issue was fixed in &lt;a href=&quot;https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=commit;h=3932d2c16e903573db3cacdb3102dea9639c6ca4,&quot; rel=&quot;noopener&quot;&gt;https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=commit;h=3932d2c16e903573db3cacdb3102dea9639c6ca4,&lt;/a&gt; but other issues probably not ....]]></description><category>Feature</category><pubDate>Thu, 08 Jan 2026 19:20:10 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=216</guid><comments>https://bug.cinelerra-gg.org/view.php?id=216#bugnotes</comments></item><item><title>0000672: Crash when using the speed curve</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=672</link><description><![CDATA[Version:&lt;br /&gt;
CinGG-20250228-x86_64-older-distros.AppImage&lt;br /&gt;
Linux Mint 19.3&lt;br /&gt;
8 GB memory&lt;br /&gt;
ulimit -n 4096&lt;br /&gt;
&lt;br /&gt;
I made a film with 30 minutes, 4 video tracks 1280x720 with 250 clips, 6 audio tracks. Everything works without problems, but when I try to move the speed curve to create a new keyframe or to change its value, Cinelerra always crashes:&lt;br /&gt;
&lt;br /&gt;
** segv at 0xb1b5e5 in pid 12179, tid 12179&lt;br /&gt;
writing debug data to /tmp/cinelerra_12179.dmp&lt;br /&gt;
lock_items: 39&lt;br /&gt;
lock_frees: 5&lt;br /&gt;
** dump complete&lt;br /&gt;
Segmentation fault (core dumped)&lt;br /&gt;
&lt;br /&gt;
I also tried it on another similar film and it also always crashes. If I make a new test project with 1 video track with 30 clips and 2 audio tracks, I can move the speed curve without problems. If I manually add speed keyframes in the big project's XML file ( &lt;SPEEDAUTOS&gt; &lt;AUTO ...&gt;&lt;/AUTO&gt; &lt;/SPEEDAUTOS&gt; ), the change works without problems, but I must not move the speed curve using a mouse.]]></description><category>Bug</category><pubDate>Tue, 08 Apr 2025 22:13:38 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=672</guid><comments>https://bug.cinelerra-gg.org/view.php?id=672#bugnotes</comments></item><item><title>0000670: User Defined Blend Algebra</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=670</link><description><![CDATA[Sometimes there appear again questions / complains regarding overlay blending in Cinelerra, that something appears strange, or not exactly that as in Gimp (or in whatever), or not in that art the user needs. Fighting such windmills seems not worth while.&lt;br /&gt;
&lt;br /&gt;
The idea came to provide a new specific plugin where the user could program sufficiently short and simple blending algorithms according to his requirements. And of course, without demanding from the user too much programming skills.&lt;br /&gt;
&lt;br /&gt;
The presented patch cgg-blendalgebra.diff.gz provides two similar plugins which try to realize this goal. The only modification to Cinelerra is the addition of these completely new plugins. Applying the patch to Cinelerra cannot break anything.&lt;br /&gt;
&lt;br /&gt;
After applying the patch to Cinelerra sources, and before executing `make', make sure the new created scripts plugins/blendalgebra/BlendAlgebraCompile.pl and plugins/blendprogram/BlendProgramCompile.pl possess executable permissions. After successful `make', don't forget to run `make install': without several important files which must be installed, the new plugins cannot work.]]></description><category>Feature</category><pubDate>Tue, 11 Mar 2025 22:02:51 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=670</guid><comments>https://bug.cinelerra-gg.org/view.php?id=670#bugnotes</comments></item><item><title>0000667: Random audio pops make using Cinelerra-GG for mastering a maddening task</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=667</link><description><![CDATA[Version: CinGG-20241031-x86_64.AppImage (Fedora 41)&lt;br /&gt;
&lt;br /&gt;
Certain things - mainly filters - and in particular the freeverb and graphical equalizer filters (two of the most important when mixing audio) can add subtle (or sometimes not so subtle) pops into the audio.  They're incredibly difficult to track down, and it's so much work to isolate them that before now I've not spent the many hours to try to narrow down a fill project into a simple test case.  It's to the point where I'm seriously thinking about just giving up on Cinelerra-GG for music; I can't keep having the program ruin my tracks by introducing random pops  :(&lt;br /&gt;
&lt;br /&gt;
I also do not believe that they represent a single problem, but rather multiple problems.  In the process of submitting this, due to your incredibly low file size limit (come on, this is a bug report page for a media tool!), I tried converting my samples to m4a encoded with ffmpeg, and the problem *didn't* occur, whereas on FLAC it did (then again, these things are so random, who knows?).  But the behavior is different for different types of bugs - for example, with freeverb, the pops seem most common when it's shifting parameters from one keyframe to the next (for example, amping up the wetness).&lt;br /&gt;
&lt;br /&gt;
In none of these cases is there any clipping.]]></description><category>Bug</category><pubDate>Thu, 30 Jan 2025 00:55:29 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=667</guid><comments>https://bug.cinelerra-gg.org/view.php?id=667#bugnotes</comments></item><item><title>0000668: Random audio pops make using Cinelerra-GG for mastering a maddening task (#2)</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=668</link><description><![CDATA[Probably relates to: &lt;a href=&quot;https://www.cinelerra-gg.org/bugtracker/view.php?id=667&quot; rel=&quot;noopener&quot;&gt;https://www.cinelerra-gg.org/bugtracker/view.php?id=667&lt;/a&gt;&lt;br /&gt;
Version: CinGG-20241031-x86_64.AppImage (Fedora 41)&lt;br /&gt;
&lt;br /&gt;
This is possibly the same bug as the last one, only more egregious (though as it's more egregious, it was thankfully easier to track down and isolate).  One track (no_vocals.flac) plays. It has two neutral equalizers. The second track (vocals_new.wav) *is muted* and should have zero impact; it shares one equalizer with the first track.  Yet when the second (muted) track begins, there is a pop.  If you do anything - shut off either or both equalizers, or disable play for the muted track, or outright delete it - the pop goes away.  &lt;br /&gt;
&lt;br /&gt;
Two rendered examples are also included in the .xml file, one with the bug and one without the bug. &lt;br /&gt;
&lt;br /&gt;
Note that unlike the last bug, this one doesn't need to be rendered to appear - it occurs even when just playing the track in Cinelerra.&lt;br /&gt;
&lt;br /&gt;
Like with the last bug, since your maximum upload size is a mere 4,77MB, tracks are split and need to be catted back together to be recombined.]]></description><category>Bug</category><pubDate>Sat, 25 Jan 2025 18:19:19 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=668</guid><comments>https://bug.cinelerra-gg.org/view.php?id=668#bugnotes</comments></item><item><title>0000666: Labels get positioned at about twice the time from when they were created after save/exit/reload/</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=666</link><description><![CDATA[CinGG built from git 2024-11-24 , not the AppImage version.&lt;br /&gt;
&lt;br /&gt;
Allocation multiple labels and naming them, then saving, and exiting CinGG. Then reload CinGG, via File-&gt;Load recent open the saved settings in the .xml file. Jumping back and forth between labels and checking their names, shows they are positioned on about twice the time distance from the beginning.&lt;br /&gt;
&lt;br /&gt;
No errors are shown in the terminal CinGG was started from.]]></description><category>Bug</category><pubDate>Fri, 06 Dec 2024 22:23:14 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=666</guid><comments>https://bug.cinelerra-gg.org/view.php?id=666#bugnotes</comments></item><item><title>0000665: JPEG color range rendering (to x264 file) is broken while using YUV 8-bit color model</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=665</link><description><![CDATA[The result of rendering always has an increased contrast when using JPEG color range + YUV 8-bit color model.&lt;br /&gt;
The rendered colors differ both from composite window and source video.&lt;br /&gt;
Color mismatch appears no matter if the source video was in full or limited color ranged (tested both). So the issue should be reproducible on any video (if I'm not wrong). &lt;br /&gt;
There are no way to compensate the issue using ColorSpace or F_colorspace (I've tried).&lt;br /&gt;
The setting in File -&gt; Render -&gt; Video -&gt; Pixels doesn't help either.]]></description><category>Bug</category><pubDate>Fri, 27 Sep 2024 01:19:48 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=665</guid><comments>https://bug.cinelerra-gg.org/view.php?id=665#bugnotes</comments></item><item><title>0000650: Syntax error : "(" unexpected when patch for Multibit in x265</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=650</link><description><![CDATA[To compile x265 for addition 10 and 12 bit by patching with ./thirdparty/compile_multibit.txt, a bash shell, multibit.sh is executed.  This shell (at least I think it comes from the shell) has the error &quot;/bin/sh: 1: Syntax error : &quot;(&quot; unexpected&quot; which does not prevent compilation but is distracting when looking for errors in the build log file.  &lt;br /&gt;
&lt;br /&gt;
Ran the program &quot;shellcheck&quot; on Fedora on multibit.sh and all it found was warnings and style issues but no unexpected (.    Maybe the error is from ./thirdparty/Makefile line &quot;x265.cfg_vars?=chmod +x ./configure; chmod +x ./multilib.sh;&quot; but I could not determine if that is so.]]></description><category>Bug</category><pubDate>Fri, 06 Sep 2024 21:08:49 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=650</guid><comments>https://bug.cinelerra-gg.org/view.php?id=650#bugnotes</comments></item><item><title>0000663: The Around operation in a filter has no effect</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=663</link><description><![CDATA[According to the User Manual, the Around operation should set a search range: [target-radius... target+radius]. Any media files outside this range shouldn't be in the user folder. However, the Around operation doesn't affect file filtering.]]></description><category>Bug</category><pubDate>Sat, 29 Jun 2024 14:36:19 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=663</guid><comments>https://bug.cinelerra-gg.org/view.php?id=663#bugnotes</comments></item><item><title>0000662: New Chroma Key (Avid) and Color Swatch plugins ported from Cinelerra-HV</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=662</link><description><![CDATA[Some time ago Andrea asked me if I could try to port the new Adam's implementation of ChromaKeyHSV plugin based on the Avid SpectraMatte algorithm from Cin-HV to Cin-GG. Here it is.&lt;br /&gt;
&lt;br /&gt;
The patch attached contains two plugins completely new to CinGG, plus supplementaries like expanders.txt and Makefiles. After applying the patch nothing in the existing code will change, all changes are located in these two new plugins. So, the patch cannot break anything in the existing code.&lt;br /&gt;
&lt;br /&gt;
The new ChromaKey plugin executable is called chromakeyavid.plugin, and its name in the CGG Resources window is &quot;Chroma key (Avid)&quot;, to differentiate it from the former unchanged version, which is called &quot;Chroma key (HSV)&quot; as always. If, after testing and evaluation, we conclude renaming the new plugin and removing the old one, such renaming itself will be not difficult. But then, the old projects which used the old version of &quot;Chroma key (HSV)&quot; will not work, because &quot;Chroma key (Avid)&quot; has different parameter set and different behavior.&lt;br /&gt;
&lt;br /&gt;
As Adam recommends to do ChromaKey adjustments in connection with another utility plugin, named &quot;Color Swatch&quot; (its executable is swatch.plugin), I ported this second plugin too.&lt;br /&gt;
&lt;br /&gt;
Please try to apply patch and test the new plugins &quot;Chroma key (Avid)&quot; and &quot;Color Swatch&quot;, if they are useful. Some description of the parameters is given in Cin-HV's bin/doc/cinelerra.html, more detailed description with examples by Igor Vladimirsky is here: &lt;a href=&quot;https://linuxvideoediting.blogspot.com/2024/04/chroma-key-hsv-cinelerra.html&quot; rel=&quot;noopener&quot;&gt;https://linuxvideoediting.blogspot.com/2024/04/chroma-key-hsv-cinelerra.html&lt;/a&gt; (it is in Russian but perhaps your browser can translate it).&lt;br /&gt;
&lt;br /&gt;
Remember, any manipulations with alpha masks, including chromakeying, in CinGG require a bottom track with some opaque background, otherwise the transparent holes are displayed as if the same track without transparency be located under it. Although this behavior is sometimes confusing, I am not sure if it is a bug, and not done so by design.]]></description><category>Feature</category><pubDate>Fri, 21 Jun 2024 04:06:46 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=662</guid><comments>https://bug.cinelerra-gg.org/view.php?id=662#bugnotes</comments></item><item><title>0000661: New latex2html option '-unicase_titles' checks duplication of filenames for HTML pages in case insensitive manner</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=661</link><description><![CDATA[To produce CGG HTML manual, we execute latex2html with the option -long_titles 5. Latex2html, up to now, examines generated filenames for HTML pages on duplication and, if necessary, adds an incremented number to each detected duplicated name. However, latex2html compares filenames in case sensitive manner. If several files appear whose names differ in letter case only, latex2html will treat them as different, and if that files later will be copied to some case insensitive filesystem, such as NTFS or FAT, that files will conflict. Moreover, usually latex2html creates the auto-linked file 'index.html' which under case insensitive filesystems can conflict with the Index page, 'Index.html' which exist in many big document, including CGG manual.&lt;br /&gt;
&lt;br /&gt;
To overcome this, I have added the new option to latex2html: -unicase_titles. With this option latex2html will check filenames for duplication in case insensitive manner (and add incremented digit to the name when necessary). To get this option, either apply the patch latex2html-2024-unicasetitles.diff.gz to some recent latex2html sources and then reinstall them, or perform build of latex2html from its git master tree (Dan Gildea already committed my unicasetitles patch to the git tree).&lt;br /&gt;
&lt;br /&gt;
When having applied this unicasetitles patch, one can translate HTML manual using this new option in addition to all the others, like in the attached 'translate_manual' script (residing under 'manual' git tree). Then, when using the new option, the file 'Index.html' with the Index will be renamed to 'Index2.html' but otherwise work as before.&lt;br /&gt;
&lt;br /&gt;
When the -unicase_titles option will be used, we will need also updated ContextManual.pl script (residing under 'cinelerra5' git tree), because ContextManual.pl used Index.html to search for some keyphrases. The new ContextManual.pl script finds the actual filename for the Index (Index.html, Index2.html, or whatever) automatically from the 'Contents.html' file.&lt;br /&gt;
&lt;br /&gt;
To easily check for existence of filenames which differ only in case, the following shell command can be used:&lt;br /&gt;
ls | sort -f | uniq -di]]></description><category>Feature</category><pubDate>Wed, 12 Jun 2024 15:33:48 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=661</guid><comments>https://bug.cinelerra-gg.org/view.php?id=661#bugnotes</comments></item><item><title>0000659: Long record with splitted MTS files</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=659</link><description><![CDATA[Due to FAT16/FAT32 limitation, camera using MTS files split it into chunks during long record.&lt;br /&gt;
&lt;br /&gt;
MTS files use frames for audio and video. On some camera, a frame can be divided between the two files. Cinelerra cannot recover this lost frame even if it have all data.&lt;br /&gt;
&lt;br /&gt;
A function to virtually join those chunks from a long record will be helpful.]]></description><category>Feature</category><pubDate>Sun, 09 Jun 2024 23:02:41 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=659</guid><comments>https://bug.cinelerra-gg.org/view.php?id=659#bugnotes</comments></item><item><title>0000559: Fade In/Fade out flash bug</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=559</link><description><![CDATA[&quot;Fade black flash&quot; bug reported in the Mailing List around March 7/8, 2021.  More information follows from IgorB:&lt;br /&gt;
&lt;br /&gt;
    I confirm the bug reported by Camille.&lt;br /&gt;
    Here two videos about Title effect and Image with Dissolve Transition:&lt;br /&gt;
    &lt;a href=&quot;https://streamable.com/86y59m&quot; rel=&quot;noopener&quot;&gt;https://streamable.com/86y59m&lt;/a&gt;&lt;br /&gt;
    &lt;a href=&quot;https://streamable.com/ywcaee&quot; rel=&quot;noopener&quot;&gt;https://streamable.com/ywcaee&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
    This is my trick to solve it:&lt;br /&gt;
    &lt;a href=&quot;https://streamable.com/vkp9ou&quot; rel=&quot;noopener&quot;&gt;https://streamable.com/vkp9ou&lt;/a&gt;]]></description><category>Bug</category><pubDate>Fri, 31 May 2024 18:16:06 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=559</guid><comments>https://bug.cinelerra-gg.org/view.php?id=559#bugnotes</comments></item><item><title>0000657: ChromaKeyHSV "Min Saturation" not working correctly</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=657</link><description><![CDATA[This was reported in the Mailing List, but putting here in case someone comes along that only looks at the Bug Tracker.&lt;br /&gt;
Andrea summed up the problem this way:&lt;br /&gt;
&quot;In practice, &quot;Min Saturation&quot; behaves like &quot;Saturation Offset&quot; when invfact it should behave as in the following figure:&lt;br /&gt;
&lt;a href=&quot;https://postimg.cc/HjZDcvr2&quot;&quot; rel=&quot;noopener&quot;&gt;https://postimg.cc/HjZDcvr2&quot;&lt;/a&gt; (this may no longer be visible).&lt;br /&gt;
&quot;(Min Sat should form a new smaller wedge [dotted line], instead it creates an arc without more spike, which is the right behavior of Sat Offset).&quot;]]></description><category>Bug</category><pubDate>Thu, 30 May 2024 21:10:10 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=657</guid><comments>https://bug.cinelerra-gg.org/view.php?id=657#bugnotes</comments></item><item><title>0000654: AgingTV plugin allows for picking type of aging, but slider amount seems to be ignored.</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=654</link><description><![CDATA[If everything is unchecked and then one of the 3 items of Scratch, Pits, or Dust is checked BUT set to zero, you can still see that item in the compositor.  So it looks like the slider number value is ignored. However, it looks like my interpretation of the slider is wrong -- instead of the number of items display, maybe it is the interval between when the item appears but it does not really look like it; in which case the documentation is wrong.  Grain is either on or off and works as expected.&lt;br /&gt;
&lt;br /&gt;
The good news is that at least you can designate which type of aging you want, be it grain, scratch, pits, dust, or all or none.]]></description><category>Bug</category><pubDate>Thu, 16 May 2024 17:25:02 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=654</guid><comments>https://bug.cinelerra-gg.org/view.php?id=654#bugnotes</comments></item><item><title>0000655: SIGSEGV AV1 AOM encode</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=655</link><description><![CDATA[When I encode to AV1 I often get SIGSEGV:&lt;br /&gt;
99% ETA: 0:00:10      ** segv at 0x7fe323058ce0 in pid 1482, tid 8658&lt;br /&gt;
&lt;br /&gt;
dump attached]]></description><category>Bug</category><pubDate>Wed, 15 May 2024 18:09:22 +0200</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=655</guid><comments>https://bug.cinelerra-gg.org/view.php?id=655#bugnotes</comments></item><item><title>0000653: At least 1 LV2 plugin works until click on UI button</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=653</link><description><![CDATA[This is for doing you own builds, not AppImage.&lt;br /&gt;
LV2 plugin works fine as long as you do not click on the UI button (not sure if this particular L2 plugin has a graphical interface or not but it seems to).  I think this is from the Guitarix GX plugins set.&lt;br /&gt;
L2_GxFlanger has this problem but L2_Dj flanger does not.  There is a workaround so you can continue using it -- click on the &quot;turn off&quot; button and take down the &quot;show controls&quot; window.  Then you can just turn it back on and do NOT hit the UI button any more!&lt;br /&gt;
&lt;br /&gt;
It seems like this is a fixable bug.  Error message is:&lt;br /&gt;
   void PluginLV2Client::process_buffer(int);&lt;br /&gt;
      timeout: L2_GxFlanger&lt;br /&gt;
which comes from cinelerra/pluginv2client.C]]></description><category>Bug</category><pubDate>Sun, 18 Feb 2024 20:42:46 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=653</guid><comments>https://bug.cinelerra-gg.org/view.php?id=653#bugnotes</comments></item><item><title>0000652: If using AppImage, using Calf Plugins give error</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=652</link><description><![CDATA[When running CinGG from an AppImage, the graphics ard on the computer that created the AppImage is very likely different from what the user has therefore the UI portion of Calf Plugins can not work.  (A different LV2 plugin, drowaudio-flanger.lv2, does seem to work and it has a graphical UI.)&lt;br /&gt;
It does not crash but the playhead just jiggles back and forth and there is the error message in a popup window something like:&lt;br /&gt;
    void PluginLV2Client::process_buffer(int);&lt;br /&gt;
    timeout: L2_Calf Reverb&lt;br /&gt;
Other LV2 plugins that specifically do NOT have a potential UI interface work OK.  Error message comes from the following code in pluginlv2client.C&lt;br /&gt;
&lt;br /&gt;
void PluginLV2Client::process_buffer(int size)&lt;br /&gt;
{&lt;br /&gt;
        PluginLV2ParentUI *ui = get_ui();&lt;br /&gt;
        if( !ui ) return;&lt;br /&gt;
        shm_bfr-&gt;done = 0;&lt;br /&gt;
        ui-&gt;send_child(LV2_SHMID, &amp;shmid, sizeof(shmid));&lt;br /&gt;
// timeout 10*duration, min 2sec, max 10sec&lt;br /&gt;
        double sample_rate = get_project_samplerate();&lt;br /&gt;
        double t = !sample_rate ? 2. : 10. * size / sample_rate;&lt;br /&gt;
        bclamp(t, 2., 10.);&lt;br /&gt;
        ui-&gt;output_bfr-&gt;timed_lock(t*1e6, &quot;PluginLV2Client::process_buffer&quot;);&lt;br /&gt;
        if( !shm_bfr-&gt;done )&lt;br /&gt;
                eprintf(&quot;timeout: %s&quot;,server-&gt;title);&lt;br /&gt;
&lt;br /&gt;
According to what I found on the internet, you can determine if you are running from an AppImage via:&lt;br /&gt;
   &quot;If the app is an AppImage, process.env.APPIMAGE contains the path to the .AppImage file, otherwise it is undefined.&quot;  And then you need to find a  programmatic way to determine if running from an AppImage, and somehow skip running code to bring up a UI so that you will be at least able to use the Calf plugin without the UI interface.]]></description><category>Bug</category><pubDate>Thu, 08 Feb 2024 20:48:32 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=652</guid><comments>https://bug.cinelerra-gg.org/view.php?id=652#bugnotes</comments></item><item><title>0000651: Getting error messages using SVT render with svt_av1.webm or svt_av1.mkv</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=651</link><description><![CDATA[The output to the terminal window (even though the render seems to succeed) when using svt_av1.webm or svt_av1.mkv is:&lt;br /&gt;
 &lt;br /&gt;
Svt[info]: -------------------------------------------&lt;br /&gt;
Svt[info]: SVT [version]:       SVT-AV1 Encoder Lib v1.8.0&lt;br /&gt;
Svt[info]: SVT [build]  :       GCC 10.3.1 20210422 (Red Hat 10.3.1-1)   64 bit&lt;br /&gt;
Svt[info]: LIB Build date: Jan  5 2024 13:17:05&lt;br /&gt;
Svt[info]: -------------------------------------------&lt;br /&gt;
Svt[info]: Number of logical cores available: 16&lt;br /&gt;
Svt[info]: Number of PPCS 140&lt;br /&gt;
Svt[info]: [asm level on system : up to avx2]&lt;br /&gt;
Svt[info]: [asm level selected : up to avx2]&lt;br /&gt;
Svt[info]: -------------------------------------------&lt;br /&gt;
Svt[info]: SVT [config]: main profile   tier (auto)     level (auto)&lt;br /&gt;
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator               : 352 / 240 / 30000 / 1001&lt;br /&gt;
Svt[info]: SVT [config]: bit-depth / color format                                       : 8 / YUV420&lt;br /&gt;
Svt[info]: SVT [config]: preset / tune / pred struct                                    : 10 / PSNR / random access&lt;br /&gt;
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type                      : 161 / 32 / key frame&lt;br /&gt;
Svt[info]: SVT [config]: BRC mode / rate factor                                         : CRF / 35 &lt;br /&gt;
Svt[info]: -------------------------------------------&lt;br /&gt;
Svt[warn]: Failed to set thread priority: Invalid argument&lt;br /&gt;
FFStream::encode_frame: encode failed.&lt;br /&gt;
file: /tmp/aspectno.webm&lt;br /&gt;
  err: Resource temporarily unavailable&lt;br /&gt;
FFMPEG::mux_video  err: Operation not permitted&lt;br /&gt;
FFStream::encode_frame: encode failed.&lt;br /&gt;
file: /tmp/aspectno.webm&lt;br /&gt;
  err: Resource temporarily unavailable&lt;br /&gt;
FFMPEG::mux_video  err: Operation not permitted&lt;br /&gt;
Render::render_single: Session finished.&lt;br /&gt;
** rendered 2713 frames in 13.612 secs, 199.309 fps&lt;br /&gt;
&lt;br /&gt;
As you can see from the above, there are these 3 concerning error messages:&lt;br /&gt;
FFStream::encode_frame: encode failed.&lt;br /&gt;
FFMPEG::mux_video  err: Operation not permitted&lt;br /&gt;
  err: Resource temporarily unavailable]]></description><category>Bug</category><pubDate>Sat, 06 Jan 2024 19:28:00 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=651</guid><comments>https://bug.cinelerra-gg.org/view.php?id=651#bugnotes</comments></item><item><title>0000649: lv2 modified configure in the build does not work in Fedora 39</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=649</link><description><![CDATA[Because it seems that Python 3.12 will not build the lv2  plugins, Andrew used the following successfully on termux and slackware:&lt;br /&gt;
    ./configure --with-lv2 --disable-lv2 --disable-sord --disable-serd --disable-suil --disable-sratom --disable-lilv&lt;br /&gt;
However, this does not work as a workaound on Fedora 39, which uses Python 3.12.  Errors of can't find headers:&lt;br /&gt;
&lt;br /&gt;
checking for lv2 availability... checking for lilv/lilv.h... no                                    &lt;br /&gt;
checking lilv headers... no&lt;br /&gt;
checking for serd/serd.h... no&lt;br /&gt;
checking serd headers... no                                                                        &lt;br /&gt;
checking for sord/sord.h... no&lt;br /&gt;
checking sord headers... no                                                                        &lt;br /&gt;
checking for sratom/sratom.h... no&lt;br /&gt;
checking sratom headers... no                                                                      &lt;br /&gt;
checking for suil/suil.h... no                                                                     &lt;br /&gt;
checking suil headers... no&lt;br /&gt;
&lt;br /&gt;
even though lilv-devel is installed as shown below:&lt;br /&gt;
Fedora 39&lt;br /&gt;
***&lt;br /&gt;
&lt;a href=&quot;mailto:root@fedora&quot;&gt;root@fedora&lt;/a&gt;:/tmp# grep lilv a&lt;br /&gt;
lilv-libs.x86_64 0.24.20-1.fc39&lt;br /&gt;
lilv.x86_64 0.24.20-1.fc39&lt;br /&gt;
lilv-devel.i686 0.24.20-1.fc39&lt;br /&gt;
lilv-devel.x86_64 0.24.20-1.fc39&lt;br /&gt;
lilv-libs.i686 0.24.20-1.fc39&lt;br /&gt;
python3-lilv.x86_64 0.24.20-1.fc39]]></description><category>Bug</category><pubDate>Sat, 06 Jan 2024 17:52:19 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=649</guid><comments>https://bug.cinelerra-gg.org/view.php?id=649#bugnotes</comments></item><item><title>0000646: Compositing routines in RGB(A) float clamp to 1.0f</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=646</link><description><![CDATA[A bit unexpected for users?&lt;br /&gt;
&lt;br /&gt;
Cinelerra-CV at least does not do this.&lt;br /&gt;
&lt;br /&gt;
Mail list discussion: &lt;a href=&quot;https://lists.cinelerra-gg.org/pipermail/cin/2023-November/007186.html&quot; rel=&quot;noopener&quot;&gt;https://lists.cinelerra-gg.org/pipermail/cin/2023-November/007186.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Cin HV issue/question: &lt;a href=&quot;https://github.com/heroineworshiper/hvirtual/issues/8&quot; rel=&quot;noopener&quot;&gt;https://github.com/heroineworshiper/hvirtual/issues/8&lt;/a&gt;]]></description><category>Bug</category><pubDate>Sun, 26 Nov 2023 22:09:18 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=646</guid><comments>https://bug.cinelerra-gg.org/view.php?id=646#bugnotes</comments></item><item><title>0000596: Crash when uploading files-video cin gg 32bits</title><author></author><link>https://bug.cinelerra-gg.org/view.php?id=596</link><description><![CDATA[error while loading shared libraries: libva.so.1&lt;br /&gt;
Rename:&lt;br /&gt;
 libva.so.2 to libva.so.1 &lt;br /&gt;
 libva-x11.so.2 to libva-x11.so.1&lt;br /&gt;
 libva-drm.so.2 to libva-drm.so.1&lt;br /&gt;
&lt;br /&gt;
I got into the interface but I can't upload files. &lt;br /&gt;
I can render video, upload images and upload audio.&lt;br /&gt;
&lt;br /&gt;
I can't upload video. &lt;br /&gt;
codecs tried:&lt;br /&gt;
&lt;br /&gt;
H264&lt;br /&gt;
VP8&lt;br /&gt;
MPEG2video &lt;br /&gt;
&lt;br /&gt;
I use the November and October version appimage i386.]]></description><category>Bug</category><pubDate>Sun, 26 Nov 2023 02:58:25 +0100</pubDate><guid>https://bug.cinelerra-gg.org/view.php?id=596</guid><comments>https://bug.cinelerra-gg.org/view.php?id=596#bugnotes</comments></item></channel></rss>
