[CinCVS] (no subject)

2007-01-26 Thread mosko
Dear Cinelerra Crew,
it is very important (for us):

Source material is S-VHS-C and normal VHS-C

So we would be very happy to have a plugin for Line Timebase Correction
to get rid of Timbase-Errors on videotapes.

Cinelerra is wonderful!

Yours Sincerely
Daniel Moskowicz

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

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


Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-26 Thread Alexis Ballier
 I suspect this is an artifact of your last commit to configure.  It
 looked like you re-enabled auto detection of MMX support?  I think
 Pierre disabled that for x86_64 to fix build problems on that arch.


this happens only with internal ffmpeg, in configure.in you can read :

if test x$enable_mmx = xno; then
ff_conf_args=$ff_conf_args --disable-mmx
fi

I'd change this to :

if test x$enable_mmx != xyes; then
ff_conf_args=$ff_conf_args --disable-mmx
fi

otherwise ffmpeg's configure tries to enable mmx where it should not as
on x86_64 the default value for enable_mmx is auto now.


Regards,

Alexis.



pgpX2TIAvaTyR.pgp
Description: PGP signature


Re: [CinCVS] (no subject)

2007-01-26 Thread Andraž Tori
On Thu, 2007-01-25 at 20:11 +0100, [EMAIL PROTECTED] wrote:
 Dear Cinelerra Crew,
 it is very important (for us):

How important?

 Source material is S-VHS-C and normal VHS-C
 
 So we would be very happy to have a plugin for Line Timebase Correction
 to get rid of Timbase-Errors on videotapes.

and what exacly is that?


 Cinelerra is wonderful!

yes..., we know :)

bye
andraz

 Yours Sincerely
 Daniel Moskowicz
 


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


[CinCVS] Re: svn sources not building on 64-bit Gentoo

2007-01-26 Thread Daniel Fort
Hi Jostle,

 I had the same problem with r981 and fixed it by NOT using --enable-mmx
 in the ./configure command.

That's interesting. I added --disable-mmx to my ./configure command and it
worked. I didn't have --enable-mmx to begin with.

According to Kevin:

 I suspect this is an artifact of your last commit to configure.  It
 looked like you re-enabled auto detection of MMX support?  I think
 Pierre disabled that for x86_64 to fix build problems on that arch.

I didn't enable mmx and the configure output doesn't show mmx enabled for
ffmpeg but the default is to enable mmx?

--Dan


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


Re: [CinCVS] (no subject)

2007-01-26 Thread Edouard Chalaron
So it is for me.
I eventually ended up on a web site for a software for TBC 
I lost the address though
Try a google on it like TBC Linux or something like that
Cheers
E


On Thu, 2007-01-25 at 20:11 +0100, [EMAIL PROTECTED] wrote:

 Dear Cinelerra Crew,
 it is very important (for us):
 
 Source material is S-VHS-C and normal VHS-C
 
 So we would be very happy to have a plugin for Line Timebase Correction
 to get rid of Timbase-Errors on videotapes.
 
 Cinelerra is wonderful!
 
 Yours Sincerely
 Daniel Moskowicz