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

2007-01-25 Thread Kevin Brosius
On 2007-01-25 22:12, jostle wrote: > Gisle Fr0ysland wrote: > > Thursday 25 January 2007 04:38, skrev Daniel Fort: > >> undefined reference to `mm_flags' > >> ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ > >> hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefi

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

2007-01-25 Thread jostle
Gisle Fr0ysland wrote: Thursday 25 January 2007 04:38, skrev Daniel Fort: undefined reference to `mm_flags' ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to `mm_flags' follow collect2: ld retu

[CinCVS] Re: Cinelerra Learning Curve

2007-01-25 Thread Jeroen Tuyn
Yes ,you are right. I have been working a lot on avid express pro at school , and final cut pro at work. But i found cinelerra at first a bit awkward , but now i don't want anything else.It just feels so more initiative then FCP and Avid are. , Jeroen Tuyn [EMAIL PROTECTED] wrote: Send Cinel

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

2007-01-25 Thread Gisle Fr0ysland
Thursday 25 January 2007 04:38, skrev Daniel Fort: > undefined reference to `mm_flags' > ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ >hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to > `mm_flags' follow > collect2: ld returned 1 exit statu

Re: [CinCVS] Ubuntu Studio

2007-01-25 Thread Wesley T Allen
On Wednesday 24 January 2007 5:38 am, mark stavar wrote: > Don't know if anyone saw this (was recently announced on slashdot.org) > > https://wiki.ubuntu.com/UbuntuStudio/ToPackage > > Basically, Ubuntu are planning to release a multimedia distro > (UbuntuStudio), and Cinelerra-CV is on their "To P

Re: [CinCVS] Ubuntu Studio

2007-01-25 Thread Wesley T Allen
On Wednesday 24 January 2007 6:20 am, muzzol wrote: > it's all a fake > > :D No!! > > 2007/1/24, mark stavar <[EMAIL PROTECTED]>: > > Don't know if anyone saw this (was recently announced on slashdot.org) > > > > https://wiki.ubuntu.com/UbuntuStudio/ToPackage > > > > Basicall

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

2007-01-25 Thread 220hex
Thursday 25 January 2007 04:38, skrev Daniel Fort: > undefined reference to `mm_flags' > ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ >hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to > `mm_flags' follow > collect2: ld returned 1 exit statu

Re: [CinCVS] Windows? ;-)

2007-01-25 Thread muzzol
what about cywgin? isn't there xlib port for cywgin? 2007/1/25, Andraž Tori <[EMAIL PROTECTED]>: There is not qt in cinelerra. OpenGL is used just in a tiny fraction of it. Everything else is directly using Xlib few thousand hours is much better estimate. bye andraz On Thu, 2007-01-25 at 11

Re: [CinCVS] Windows? ;-)

2007-01-25 Thread Andraž Tori
There is not qt in cinelerra. OpenGL is used just in a tiny fraction of it. Everything else is directly using Xlib few thousand hours is much better estimate. bye andraz On Thu, 2007-01-25 at 11:08 +0100, Marcin Kostur wrote: > Developers, > > I wonder how difficult would be making windows ve

Re: [CinCVS] Windows? ;-)

2007-01-25 Thread Marcin Kostur
Sorry, my mistake i just looked at the code ;-). It is really incredible that it is written in Xlib from scratch. That's why it starts few times faster than e.g. kino despite it is 10x bigger. Maybe X-cygwin? But video playback must be in hw. somehow. the best Marcin __

Re: [CinCVS] Windows? ;-)

2007-01-25 Thread Kevin Brosius
On 2007-01-25 10:08, Marcin Kostur wrote: > Developers, > > I wonder how difficult would be making windows version? > Since it uses qt/opegGL it sounds not that bad? Unfortunetly, it doesn't use Qt. And OpenGL is only used for accelerating some preview rendering, so this is a small part of Cinel

[CinCVS] Windows? ;-)

2007-01-25 Thread Marcin Kostur
Developers, I wonder how difficult would be making windows version? Since it uses qt/opegGL it sounds not that bad? Did you ever though about it? Why should we need win32 ver? It is simple. Windows version means more users, which in turn mean more common interest and might result in gaining n

Re: [CinCVS] Wiki - HDV 1080i workflow

2007-01-25 Thread Marcin Kostur
http://cvs.cinelerra.org/docs/wiki/doku.php?id=english_manual:cinelerra_cv_en_25 ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] Wiki - HDV 1080i workflow

2007-01-25 Thread Marcin Kostur
Hi, Before doing any extra page for tip/experience, please leave it as it is. Let see if anyboby will contribute to this idea. Leaving it on front page - why not? If not chapter, then let call is "Appendix A" ;-) If somebody makes Appendix B and C then we can think about moving to next level.

Re: [CinCVS] Wiki - HDV 1080i workflow

2007-01-25 Thread Jan Luo
dear marcin, is there a direct link to your wiki? thanks a lot jan luo [EMAIL PROTECTED] schrieb: Dear Cinelerra-users! I described my 1080i workflow on new wiki. It is not perfect, but it works. Any comments are welcome. Please do not add optional ways - rather write your own workflow. 1)

Re: [CinCVS] bug in libquicktimehv

2007-01-25 Thread muzzol
2007/1/25, Edouard Chalaron <[EMAIL PROTECTED]>: It is, to me, good practice to build from source especially if some packages (deb, rpm) can be installed when libs are missing. At least when you build from source you know what is missing thanks to the extremely informative output from configur