Re: [Cin] August new builds are available

2019-09-05 Thread Phyllis Smith
The August builds with the upgrade of FFmpeg to 4.2 have a vaapi problem because how vaapi worked was changed. Vaapi is the graphics hardware accelerator. There are a whole bunch of codecs (let's say 350 for a number I just made up) that all work the same way as did vaapi prior to 4.2. Now,

Re: [Cin] Timeline borders

2019-09-05 Thread Phyllis Smith
Ugin: So much better already! I did a little animation and it seemed to me > that the dividing line can be extended to the end to the left. > > Unfortunately, a different pixmap is used to draw the patchbay to the left. It would not look pretty because the 2 different lines would not be

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Andrew Randrianasulu
В сообщении от Thursday 05 September 2019 17:57:59 Phyllis Smith написал(а): > Andrea, gg is interested in this. Did you find a way to make dav1d work > for 32-bit? Phyllis/GG Something like attached Makefile works, at least not errors out patch (diff -u) made from dav1d directory also

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Andrew Randrianasulu
В сообщении от Thursday 05 September 2019 17:57:59 Phyllis Smith написал(а): > Andrea, gg is interested in this. Did you find a way to make dav1d work > for 32-bit? Phyllis/GG Not inside CinGG buildsystem (yet). I use FFMPEG_CFG override, so ffmpeg picks up system-wide installed copy of

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Phyllis Smith
Andrea, gg is interested in this. Did you find a way to make dav1d work for 32-bit? Phyllis/GG > Aha, for static Makefile GG added ... > > +$(NASM_BLD)/%.obj: src/x86/%.asm > + $(NASM) -f elf64 \ > + -I src/ -I $(BUILD)/ -MQ $@ -MF $@.ndep \ > + $< -o $@ > >

Re: [Cin] Today's GIT checkin includes 2 new features + miscellaneous

2019-09-05 Thread Phyllis Smith
Andrew: > Yes, it works! (small cosmetical issue - it has no Info text associated > with it...) > I have updated "info" for Crop & Position and GG will check it in later. Also, updated info for some of the ffmpeg filters that were newer to include: Mandelbrot and N_Body (only show if using Cuda),

Re: [Cin] FFmpeg 4.2 new filters

2019-09-05 Thread Phyllis Smith
Andrea, that is so cute. I am glad you demonstrated Lagfun -- I had to watch a couple of times! A small video demonstration of the two plugins I > like: Colorhold and Lagfun. > > -- Cin mailing list Cin@lists.cinelerra-gg.org https://lists.cinelerra-gg.org/mailman/listinfo/cin

Re: [Cin] Timeline borders

2019-09-05 Thread Igor BEGHETTO
Hi! What do you think a band instead of a line, if possible by code) in the even tracks? That line confuses the Autos (Speed, Fade, and so on) lines. A band with colour a bit lighter respect to black background (for example, for SUV theme: rgb=303030, html=#1e1e1e, or more dark) and for even

Re: [Cin] FFmpeg 4.2 new filters

2019-09-05 Thread Andrea paz
Thank you, Phyllis. A small video demonstration of the two plugins I like: Colorhold and Lagfun. https://streamable.com/0zdhj -- Cin mailing list Cin@lists.cinelerra-gg.org https://lists.cinelerra-gg.org/mailman/listinfo/cin

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Andrew Randrianasulu
В сообщении от Tuesday 03 September 2019 17:33:32 Phyllis Smith написал(а): > Andrew, > > > Sorry, for not testing all those combination, I tend to just add/update > > new software > > as some program ask for it. And being Slackware OS can be moved both ways > > (up/downgrade) equally easy. > > >