Re: [CinCVS] titler fade out flicker

2006-07-05 Thread Chris
I think, the current fader state is unusable. The problem is, that
the video and audio min/max levels have to set at once, but their
usual range differs (as you writes it too). To scale the audio
with Alt-F and with the input box below is good. But video is absolutely
different, it should not be touched, the min/max=0/100 is always
appropriate.

Developers, could the video fader range be detached from the audio
range??

Chris


On Jul  4 07:48, Joe Friedrichsen wrote:
 Brendan Conoboy wrote:
 Joe Friedrichsen wrote:
 I've noticed that in some videos I've made as well - the background 
 appears to change the way the title fades in. This is still 
 different. In the sample file 
 (http://www.f-forge.com/?d=EdD1UKgj9LQsCupcxJwR), the flicker is 
 quite obvious - it's not coming from a contrast with the background. 
 Rather, the title slowly and smoothly fades out until the final frame 
 of fading out, at which point that single last frame shows the title 
 at full visibility.
 
 I can observe this flicker in cinelerra's compositor during playback 
 and during frame-by-frame advancement.
 
 I haven't been following this thread closely, but it does sound like 
 something I experienced and resolved.  The problem was that I was 
 using fading keyframes and setting them by hand instead of using the 
 slider. That is to say, I'd press the mouse when the cursor was over 
 the part of the timeline I wanted to fade then drag it downward until 
 my compositor window faded out.  Because of Cinelerra 2's quirky 
 feature, for some of the last frames it would actually go past fading 
 out and back into visible again.  The resolution for this was to use 
 the slider instead of dragging on the timeline.
 
 I was under the impression that the video fader was broken in Cinelerra 
 2, glad to hear it's working! In trying just now, I've noticed that what 
 I'll call the 'asset fader range' (or the limits for the minimum and 
 maximum of the fade line) are a bit inconvenient. Audio generally fades 
 in decibels below zero and video fades in integers between 0 and 100. 
 Setting the limits to -40, 10 helps for fading audio, but doesn't help 
 with video (which benefits from a 0-100 scale). What do Cinelerra users 
 use for their limits to keep sensitivity?
 
 Sorry for the OT wander. . . Unfortunately, my problem isn't a video 
 track fader flicker, but the Title effect in Video Effects.
 
 Joe
 
 
 
 
 ___
 Cinelerra mailing list
 Cinelerra@skolelinux.no
 https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Build problem with Debian Sarge pure AMD64

2006-07-05 Thread jim scott
If this is the -fPIC error related to the libx264 libraries, then I grappled with it this weekend, as well. My fix was to download the libx264 source files and recompile them. Fairly painless.
On 7/4/06, Ben Holt [EMAIL PROTECTED] wrote:
Yannick - Debian/Linux said the following on 02/06/06 07:14: Hi, I hope it is the right place for this... I'm trying to build cinelerra-cvs but it allways fail with the same error.
 I've tried different options in ./configure (nothing, enable-pic, enable-static, mmx, 3dnow...), but i allways get this during make :Following up on this old post, I was able to get the current cinelerra
svn to build on Debian Sid AMD64 following these instructionshttps://init.linpro.no/pipermail/skolelinux.no/cinelerra/2005-October/004370.html
and using:./configure --disable-shared --enable-static --enable-mmx --enable-3dnowIt seems to be the --disable-shared and --enable-static that gets aroundthe libx264/AMD64 issue.Hope this helps someone else... this has been driving me bonkers ever
since I upgraded something that broke my previous cinelerra install.- Ben___Cinelerra mailing listCinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra-- 
http://ThreeWayNews.blogspot.comYour source. For everything. Really.


Re: [CinCVS] Cinelerra v2.1 has been Released

2006-07-05 Thread [EMAIL PROTECTED]

Guys,
Sorry for being dense, but what is the benefit of OpenGL?
scott

-- Original message -- From: Computer Lists [EMAIL PROTECTED]  So... should I move to 2.1 or stick with the "CVS" version? I just  spent a lot of time moving to the devel version because 2.0 had some  problems and missing features I wanted. Is 2.1 based off of a recent  build from the devel version?   Jud wrote:   Hi, As many of you are aware a new Cinelerra released is now available. Major new feature - OpenGL. Thanks ___   Cinelerra mailing list   Cinelerra@skolelinux.no   https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra  
___  Cinelerra mailing list  Cinelerra@skolelinux.no  https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra 



Re: [CinCVS] Cinelerra v2.1 has been Released

2006-07-05 Thread Stefan de Konink
On Wed, 5 Jul 2006, [EMAIL PROTECTED] wrote:

 Sorry for being dense, but what is the benefit of OpenGL?

Real time performance, because the graphics get hardware speedups. So if
you look at the new screenshots, you could 'preview' chromakey scenes
while recording them :)


Stefan


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Cinelerra v2.1 has been Released

2006-07-05 Thread Valentina Messeri

Quoting Johannes Sixt [EMAIL PROTECTED]:


On Monday 03 July 2006 06:46, Jud wrote:

Hi,

As many of you are aware a new Cinelerra released is now available.

Major new feature  - OpenGL.


Just a brief notice - Pierre and I are working on the merge.

Please don't commit anything (except maybe for purely build-system related
stuff). We'll let you know about the progress.


greatandthx

;)

Vale


-- Hannes

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





encosianima.net


This message was sent using IMP, the Internet Messaging Program.



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Build problem with Debian Sarge pure AMD64

2006-07-05 Thread Ben Holt
Valentina Messeri said the following on 07/05/06 14:47:
 Quoting jim scott [EMAIL PROTECTED]:
 
 If this is the -fPIC error related to the libx264 libraries, then I
 grappled
 with it this weekend, as well. My fix was to download the libx264 source
 files and recompile them. Fairly painless.


Hmmm, could have sworn I tried that without any success (using the
debian source package from www.debian-multimedia.org).


 
 i agree ;) 2 tips:
 
 - you can try with ./configure x264 with with --extra-cflags=-fpic
 --extra-asflags=-D__PIC__
 
 - you can when building x264, just edit the debian/rules and add
 --enable-pic to the second ./configure command you find in it... a
 recent fix from andraz
 
 btw, really you're building cinelerra in sarge? Amazing
 
 ;))

Well... thanks next time I'll know :-).

BTW, Vale thanks for the builds at
http://giss.hackitectura.net/~vale/debian.

For what its worth, my compile fun was prompted by the start up error
message cinelerra: symbol lookup error:
/usr/lib/libquicktimehv-1.6.0.so.1: undefined symbol: NeAACDecDecode
from a previously working install of
cinelerra_1%3a2.0.0-3svn20060606_amd64.deb from your archive.  Obviously
I've updated something that's caused the problem.  Recompiling cinelerra
 got it working again.

- Ben

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra