Re: [Cin] CinGG/NLE comparison

2023-09-16 Thread Phyllis Smith via Cin
Andrea, more thorough reading of workflow_05 feedback. PLAYBACK section: The following statement reads funny to me, but maybe that is just me as I am confused by the "Count on" "Count on "multimedia cache" and, if possible, hardware acceleration of decoding." ROTOSCOPING section: ?? should "with

Re: [Cin] CinGG/NLE comparison

2023-09-16 Thread Phyllis Smith via Cin
Andrea, in Cut mode, "c" copies a highlighted area into Cinelerra's cut buffer and you will not see anything change on the screen. The "v" pastes what is in Cinelerra's cut buffer ONTO A BLANK SPACE on the timeline -- you have to create a blank space of any size to put the cut buffer. Highlighting

Re: [Cin] Fwd: CVE in libwebp

2023-09-16 Thread Phyllis Smith via Cin
With patch 0002, it now builds and a single render test worked. Will test on Ubuntu 16 and older Debian sometime today yet after looking at Andrea's odt/pdf file and other's commentary on it. On Fri, Sep 15, 2023 at 10:38 PM Andrew Randrianasulu via Cin < cin@lists.cinelerra-gg.org> wrote: >

Re: [Cin] CinGG/NLE comparison

2023-09-16 Thread Igor BEGHETTO via Cin
Mmh... it sounds strange. Could you do a screencast, please? (I am afraid I will be able to answer tomorrow,... sorry) Il 16/09/2023 09:51, Andrea paz ha scritto: Thank you IgorBeg. I am a little confused because I can't get the Cut mode to work. If I select a region "x" works but not "c". "v"

Re: [Cin] cin freeze with group move?

2023-09-16 Thread Andrew Randrianasulu via Cin
On Sat, Sep 16, 2023 at 10:52 AM Andrea paz wrote: > > I tried testing using only the keyboard: ctrl+x; ctrl + c and ctrl + v. > I still haven't had any freeze. > I've tried using keyboard and mouse together and I always have the > same result: no freeze. > (I still have your first patch

Re: [Cin] CinGG/NLE comparison

2023-09-16 Thread Andrew Randrianasulu via Cin
On Sat, Sep 16, 2023 at 10:21 AM Igor BEGHETTO via Cin wrote: > > To me, it seems good. I remember to all of you that We have a Manual. > I don't know how many people read the Document but the Manual is well, > enough, documented, I think. > For a beginner, using Cinelerra-GG is not simple but

Re: [Cin] cin freeze with group move?

2023-09-16 Thread Andrea paz via Cin
I tried testing using only the keyboard: ctrl+x; ctrl + c and ctrl + v. I still haven't had any freeze. I've tried using keyboard and mouse together and I always have the same result: no freeze. (I still have your first patch installed...) -- Cin mailing list Cin@lists.cinelerra-gg.org

Re: [Cin] CinGG/NLE comparison

2023-09-16 Thread Andrea paz via Cin
Thank you IgorBeg. I am a little confused because I can't get the Cut mode to work. If I select a region "x" works but not "c". "v" never works. I think I am wrong in something... -- Cin mailing list Cin@lists.cinelerra-gg.org https://lists.cinelerra-gg.org/mailman/listinfo/cin

Re: [Cin] cin freeze with group move?

2023-09-16 Thread Andrew Randrianasulu via Cin
so second attempt at fixing hang - declare both variables volatile... I wonder if anyone can reproduce this hang ... On Sat, Sep 16, 2023 at 9:35 AM Andrew Randrianasulu wrote: > > so with debug it sits here when I ctrl-c it: > > SigHandler::signal_handler total files=0 > > Thread 1 "cin"

Re: [Cin] CinGG/NLE comparison

2023-09-16 Thread Igor BEGHETTO via Cin
To me, it seems good. I remember to all of you that We have a Manual. I don't know how many people read the Document but the Manual is well, enough, documented, I think. For a beginner, using Cinelerra-GG is not simple but there are just as many programs that are difficult to use withouth the

Re: [Cin] cin freeze with group move?

2023-09-16 Thread Andrew Randrianasulu via Cin
so with debug it sits here when I ctrl-c it: SigHandler::signal_handler total files=0 Thread 1 "cin" received signal SIGINT, Interrupt. 0x08624b9c in get_edit_regions (edits=0xb3d0, regions=...) at edl.C:911 911 if( pos >= range.end ) continue; (gdb) p range_end