<div dir="ltr"><div class="gmail_default" style="font-size:small">April monthly tars and pkgs are now available at the usual place on the website:</div><div class="gmail_default" style="font-size:small">     <a href="https://cinelerra-gg.org/download/tars">https://cinelerra-gg.org/download/tars</a></div><div class="gmail_default" style="font-size:small">     <a href="https://cinelerra-gg.org/download/pkgs">https://cinelerra-gg.org/download/pkgs</a></div><div class="gmail_default" style="font-size:small">We installed both the Mint 19.3 package and the new Ubuntu 20 package to make sure Cin came up.</div><div class="gmail_default" style="font-size:small">Both Arch and Tweed (Tumbleweed) distros were updated yesterday before the build.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">And if you have not already seen, the <b>beginning of the Spanish translation of the manual by Sergio</b>:</div><div class="gmail_default" style="font-size:small">     <a href="https://cinelerra-gg.org/download/CinelerraGG_Manual_Spanish.pdf">https://cinelerra-gg.org/download/CinelerraGG_Manual_Spanish.pdf</a></div><div class="gmail_default" style="font-size:small">(I did not get the update from Andrea and the fixes from Sergio in the English manual yet but will try to get that updated by the end of today.)<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><b>Newly added Ubuntu 20</b> is available with only minimal testing.  Ubuntu 19 static tar is available this month yet but will be retired next month unless the demand is still there.  <b>Fedora 32 was newly added</b> also.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">---------------------------------   <b>Text copy of releasenotes.pdf (also on website</b>) -------------------------</div><div class="gmail_default" style="font-size:small">Cinelerra-GG (Version Infinity)  Release Notes for 04/01/2020-04/30/2020 for builds<br><br>Thanks to <b>RafaMar</b> for a lot of work testing this month, reporting bugs, providing instructive youtube videos and tutorials, plus more Spanish translations.<br><br>A partially translated Spanish version of the Manual is being gradually worked by <b>Sergio</b>.  This is very much appreciated. It is at:      <a href="https://cinelerra-gg.org/download/CinelerraGG_Manual_Spanish.pdf">https://cinelerra-gg.org/download/CinelerraGG_Manual_Spanish.pdf</a><br><br>1.  Four <b>potential performance modifications</b> have been made to speed up some places, to include:<br>      1) Speed improvements for <b>line drawing</b> using Bresenham’s line algorithm implemented now in<br>          (motivated by LFOM forum notes).<br>      2) Performance enhancements on the time line for <b>video/audio re-draws</b> has been implemented.<br>      3) <b>Threading on loads</b> so that Audio and Video can be loaded using multiple cpu-s.  Previously the<br>          video load to the timeline would have to complete before the audio would start loading.<br>      4) <b>Hardware acceleration using vdpau</b> for files of type yuvj420p were reverting to software<br>          decoding on the load due to rejection by ffmpeg.  Another ffmpeg patch (patchA) was added to<br>          allow this type (used by GoPro cameras) to be decoded successfully on GPU graphics cards that<br>          support CONSTRAINED_BASELINE (<b>Ig0r in the forum pursued this</b> to a fix).<br>2. <b>Videoscope </b>additional improvements to ease use in Compositor and Viewer and as a plugin.<br>    - Smoothed vectorscope so no longer uses fast pixmap but instead software (Sam aesthetics<br>      suggestion).<br>   - Added VectorWheel overlay options – none, All, Hue, IQ (with I for skin tones and Q for grass?),<br>     and user generated allowance by adding to CinPath/plugins/scopes as a png file (Andrea<br>     and IgorBeg provided initial quality graticules).<br>   - Modifications were made to layout to improve looks & usage (as recommended by IgorBeg/Sam).<br>   - Switched the Hue and Saturation values from the top line to a popup instead.<br>   - Added a “<b>Refresh on Stop</b>” button so that the scopes are only updated when you actually stop the<br>     play. This makes it play at full speed (Sam suggestion).  Works only for Compositor/Viewer.<br>3. A <b>long standing serious bug</b> which has been undetected for years is resolved (thanks to RafaMar<br>    analysis of exact steps to reproduce.)  For details refer to BT #71, note 3228 +.<br>4. <b>Usability Improvements:</b><br>    Switched from png to 90% jpg for <b>ShapeWipe transitions</b> to save binary file size for the monthly<br>       builds in order to lessen amount of time to download.  Writing software to perform the jpeg<br>       translation was necessary to do so. This also makes additional 17 shapes available (RafaMar).<br>       If user needs to use a png version of a ShapeWipe instead, the manual states how to do so.<br>     Added to <b>BoxBlur </b>plugin, a way to define a rectangular area for blurring just that spot (Andrea).<br>     <b>Drag box ungrab for plugins</b> like Title will now automatically turn on the Drag and turn off the Drag<br>       owned by any other plugin (RafaMar suggestion).<br>     <b>Collect and Paste effects </b>options are now available as well as saving a stack to the Clip folder (Sam<br>       suggestion BT #84).  MMB on a track to see. More work is to be done to complete this next month.</div><div class="gmail_default" style="font-size:small">     Updated Spanish translation and tips (by RafaMar).<br>5. <b>Bugs/Issues fixed:</b><br>    Problem of Title plugin with long lines or using png with the menu has been fixed (Rafa reported).<br>    Camera and Projector  “expand X,Y,Z ranges” have been fixed and changed to work a little<br>       differently but more work needs to be completed (Andrea reported problems).<br>    Button bars on Compositor and Viewer are now more aesthetically correct and the “meters” icon has<br>      been moved to the end for a better placement of a non-edit option (Olaf and IgorBeg notes).<br>    Some problems with BoxBlur to include edge case segv have been fixed (IgorBeg).<br>    Scaling problems for xinerama case of a screen that is 2560x1080 will now work correctly (RafaMar<br>      user reported).<br>    Fixed booby lock problem in ChromaKey plugin.<br>    Negative value vdpau/vaapi hardware fallback fix.<br>    <b>With vaapi enabled, some png’s and jpg’s would not default to loading with software</b>. <br></div><div class="gmail_default" style="font-size:small">      Most of these will now do so (<b>LFOM report </b>in the forum).<br>    A bug has been fixed in theora <a href="http://configure.ac">configure.ac</a> (as provided by Andrew).<br>    Bug in using the next keyframe with the shortcut of “k” was not working if effects not at the<br>       beginning but is now fixed (RafaMar found).<br>    Color Wheel Hue up/down toggle needed to be float as was not working quite right.<br>    Removed “commercials” linking due to lack of use and in particular for the monthly builds which<br>      will speed up the process.  If building your own, you can put it back in.<br>    Added requirement to “build prepare” script for Python.  This was found necessary for Ubuntu 20.<br>    Fixed capture device needed for Recording operations.  This was a dropped line.<br>    Colorpicker Hue correction has been made in 2 different places (GG found one and IgorBeg).<br>    Correct alignment for Cakewalk and different themes for BoxBlur contributed by programmer.<br>                                                                  </div></div>