Re: [CinCV] AV Linux and it's 'non-GPL' license

2011-10-06 Thread Octavio Alvarez
On Tue, 04 Oct 2011 15:41:21 -0700, i...@bandshed.net wrote: but I was under the impression that any derived work could be licensed outside of the GPL provided the source code of the derived work was made available upon request. You may be confused with the binary redistribution clause of

Re: [CinCV] AV Linux and it's 'non-GPL' license

2011-10-04 Thread Octavio Alvarez
On Tue, 04 Oct 2011 10:41:12 -0700, i...@bandshed.net wrote: I take a personal interest in it and have recently done a lot of behind the scenes configuration work to make easier for new users in the next AV Linux release. Hi! Have these tweaks needed any kind of source code modification?

Re: [CinCV] AV Linux and it's 'non-GPL' license

2011-10-04 Thread Octavio Alvarez
On Tue, 04 Oct 2011 10:41:12 -0700, i...@bandshed.net wrote: I take a personal interest in it and have recently done a lot of behind the scenes configuration work to make easier for new users in the next AV Linux release. Hi! Did the above require changes to the source code? -- Octavio.

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-23 Thread Octavio Alvarez
On Thu, 22 Sep 2011 14:53:55 -0700, E Chalaron e.chala...@xtra.co.nz wrote: Seems to work like a charm :'( tears of joy !!! Although something failed in the patching (mind you I am not that familiar with patching either) wma.c got some stuff rejected ..; not sure what it means :-[ For

Re: [CinCV] 2.2 testing Render Farm

2011-09-23 Thread Octavio Alvarez
On Thu, 22 Sep 2011 18:17:27 -0700, E Chalaron e.chala...@xtra.co.nz wrote: I am an idiot ... I already had a session running ... sorry ... Still, I don't think it should crash like that. -- Octavio. Twitter: @alvarezp2000 -- Identi.ca: @alvarezp

Re: [CinCV] Compile problem: missing library is present?

2011-09-23 Thread Octavio Alvarez
On Fri, 23 Sep 2011 13:45:30 -0700, Richard Rasker ras...@linetec.nl wrote: $ ./configure ... libx264 libraries missing # urpmi -a lib64x264 ... lib64x264-devel-0.110-0.20101203.1plf2010.1.x86_64, Any ideas are appreciated! Your config.log file might give an indication of why

Re: [CinCV] The new CinelerraCV repo - guidelines

2011-09-22 Thread Octavio Alvarez
On Wed, 21 Sep 2011 23:54:50 -0700, Einar Rünkaru eina...@smail.ee wrote: On Wed, Sep 21, 2011 at 11:23 PM, Octavio Alvarez alvar...@alvarezp.ods.org wrote: On Mon, 19 Sep 2011 02:58:31 -0700, Raffaella Traniello raffaella.tranie...@g-raffa.eu wrote: We ended up with some Guidelines

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-22 Thread Octavio Alvarez
On Thu, 22 Sep 2011 11:15:02 -0700, Paul Taggart ptagg...@cinci.rr.com wrote: Attached is an updated ffmpeg patch that supports both the included ffmpeg version and external ffmpeg. This patch also fixes issues with fileac3.C. This patch appears to work on both 2.1.5 and 2.2 versions of

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-21 Thread Octavio Alvarez
On Wed, 21 Sep 2011 16:29:38 -0700, E Chalaron e.chala...@xtra.co.nz wrote: Lucky man ... I can't even compile it :-D . (AMD 64 Open suse 11.4) ./configure --with-external-ffmpeg --enable-opengl --disable-mmx /home/edouard/Desktop/CinelerraCV/quicktime/qtffmpeg.c:192: undefined

[CinCV] [PATCH RFC] Fixes trac#936: rendering of u8 samples in AVI containers.

2011-09-12 Thread Octavio Alvarez
I don't know anything about codecs, so I shamelessly copied the code from quicktime/rawaudio.c and it worked! Reproduced by loading a video from a camera that was previously not being correctly loaded, as well as an Audacity-made 440 Hz tone exported to FLAC and then converted to AVI[pcm_u8]

Re: [CinCV] Patch to clean up warning messages during build and to support new ffmpeg

2011-09-07 Thread Octavio Alvarez
On Wed, 07 Sep 2011 17:08:08 -0700, Paul Taggart ptagg...@cinci.rr.com wrote: It is wrong. You have to use 'const char*' in places where you use these strings. This enables compiler to store only one copy of identical texts and identifie places where someone tries to modify string constant (it

Re: [CinCV] [PATCH] Let more precision digits appear in the ReframeRT Scale value.

2011-09-04 Thread Octavio Alvarez
On Sat, 03 Sep 2011 13:18:20 -0700, Einar Rünkaru eina...@smail.ee wrote: This requires a precise calculation in ReframeRT to stretch the video sources to resync them. 4 digits are not enough. Therefore I propose the following patch. Why minor fix in one plugin requires change in gui

[CinCV] [PATCH] Let more precision digits appear in the ReframeRT Scale value.

2011-09-03 Thread Octavio Alvarez
Hi. On long continuous shots like speeches taken with separate devices for audio and video, the minimal differences in their internal clocks will make them drift by a couple of seconds even if synchronized at the beginning. This requires a precise calculation in ReframeRT to stretch the video