Re: [CinCVS] Why OpenGL does not affect rendering, It just accelerates playback?

2007-03-12 Thread Stefan de Konink

Hi,

Leigh Wanstead wrote:

I don't understand what you said. I thought that nvidia cg offers frame
buffer object to read data back from graphics card.


You are correct Cg and BrookGPU both use the GPU as extra processing 
unit. But you should wonder a few things: is floating point what you 
want for calculations, if so what would be faster GPU/CPU and what would 
be more compatible.


It is nice to code for an Ati or nVidia chipset. But you tighten 
yourself to those implementations. It isn't strange if it only works 
with close source drivers. Other users can benefit more from MMX/SSE/etc.


I think if someone created proof-of-concept plugins using the GPU it 
would be good to compare. When I was working on BrookGPU for 
benchmarking a libm on GPU we found out that a lot of time was spend in 
actually transferring the data from and to the graphics card. The GPU is 
a great 'reduction' machine. Maybe stuff changed :)




Stefan

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


RE: [CinCVS] Why OpenGL does not affect rendering, It just accelerates playback?

2007-03-12 Thread Leigh Wanstead
Hi Craig,

I don't understand what you said. I thought that nvidia cg offers frame
buffer object to read data back from graphics card.

Regards
Leigh

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Craig Lawson
Sent: Monday, 12 March 2007 8:29 p.m.
To: cinelerra@skolelinux.no
Subject: Re: [CinCVS] Why OpenGL does not affect rendering, It just
accelerates playback?


The graphics processor on the video card is not designed to send
rendered output back to the main processor. OpenGL instructions come in
one end, and rendered output goes out the other end ... to the monitor.

It's unfortunate we can't intercept this data. Solid modelers such as
Blender could probably use it, too. Maybe someday there will be enough
market demand for the hardware to change.

Craig.


Leigh Wanstead wrote:
> Hello everyone,
>
> I read this url.
>
http://cvs.cinelerra.org/docs/split_manual_en/cinelerra_cv_manual_en_3.html#
SEC41
>
> May I ask why OpenGL does not affect rendering, It just accelerates
> playback? What is the reason?
>
> TIA
>
> Regards
> Leigh
> www.smootharm.com 

___
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] SoC 2007

2007-03-12 Thread Kevin Brosius
On 2007-03-12 23:22, Herman Robak wrote:
> On Mon, 2007-03-12 at 23:46 +0100, Andraž Tori wrote:
> > We are just submitting Kiberpipa to be mentoring organisation, should we
> > put these projects underneeth. i need answer ASAP
> > 
> > since today is the deadline
> 
>  "Today" = Yesterday?
> 
> Riccardo (giskard) has already submitted the proposals with
> Cinelerra-CV as the mentoring organisation.  How do we 
> resolve the overlap?
> 

There are still some 3 hrs of Mar 12 left here in the USA were google is
located...

But it is good to have it in ahead of the absolute deaadline anyway.  Is
a copy of the applications available somewhere?

-- 
Kevin

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


Re: [CinCVS] SoC 2007

2007-03-12 Thread Andraž Tori
On Tue, 2007-03-13 at 00:22 +0100, Herman Robak wrote:
> On Mon, 2007-03-12 at 23:46 +0100, Andraž Tori wrote:
> > We are just submitting Kiberpipa to be mentoring organisation, should we
> > put these projects underneeth. i need answer ASAP
> > 
> > since today is the deadline
> 
>  "Today" = Yesterday?
> 
> Riccardo (giskard) has already submitted the proposals with
> Cinelerra-CV as the mentoring organisation.  How do we 
> resolve the overlap?

we probably can't...

as i stated earlier, i believe a formal organisation with formal
processes has much better chance of managing the mentoring, but then
again, it might be that google does not care about it when evaluating
the proposals.

i hope cinelerra-cv has real chance to get the students working on the
code...

bye
andraz


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


Re: [CinCVS] SoC 2007

2007-03-12 Thread Herman Robak
On Mon, 2007-03-12 at 23:46 +0100, Andraž Tori wrote:
> We are just submitting Kiberpipa to be mentoring organisation, should we
> put these projects underneeth. i need answer ASAP
> 
> since today is the deadline

 "Today" = Yesterday?

Riccardo (giskard) has already submitted the proposals with
Cinelerra-CV as the mentoring organisation.  How do we 
resolve the overlap?

-- 
 Herman Robak


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


Re: [CinCVS] SoC 2007

2007-03-12 Thread Andraž Tori

We are just submitting Kiberpipa to be mentoring organisation, should we
put these projects underneeth. i need answer ASAP

since today is the deadline

bye
andraz

On Sat, 2007-03-10 at 15:21 +0100, giskard wrote:
> Il giorno ven, 09/03/2007 alle 17.18 +0100, giskard ha scritto:
> > Il giorno mer, 07/03/2007 alle 21.30 +0100, Johannes Sixt ha scritto:
> > > On Wednesday 07 March 2007 17:34, giskard wrote:
> > > > i will start reading SoC docs, Johannes (and * project guys) do you are
> > > > ok?
> > > 
> > > I think I'm ok. I'm hoping that mentoring a project is not too time 
> > > consuming.
> > > 
> > > My favorite project is to make X11, X11-XV, and X11-GL drivers into a 
> > > single 
> > > driver which decides at runtime which accelerations are available and 
> > > dynamically load GL libraries. That way it's not necessary to have 
> > > separate 
> > > builds for OpenGL and non-OpenGL support. And it's also possible to make 
> > > ATI 
> > > drivers work.
> > 
> > hello,
> > 
> > yesterday we had a meeting in #cinelerra. We talked about all possible
> > project we can mentor for SoC 2007. Here is a "final" list:
> > 
> > summary: opengl (j6t), firewire (j6t), unicode (j6), huffyyuv ,
> > media/footage management and tagging/filtering (cehteh) (don't sure if
> > this i doable), transparent proxy (herman), And DVD-ready MPEG.
> > (hermanr)
> > 
> > i wrote final..but afaik minmax has some idea which wanted tell us.
> > 
> > i will send another  (bigger) mail today evening. If you want you can
> > read irclogs.. :)
> 
> i've setup a web pages for the SoC projects:
> http://cvs.cinelerra.org/soc.php
> 
> here all people who proposed project(s) should write something about
> them. please do it ASAP.
> 
> Mentors should give me theyr gmail address:
> cehteh do you have a gmail account?
> 
> please do you have an answer at this questions:
> 
> Il giorno ven, 09/03/2007 alle 17.18 +0100, giskard ha scritto:
> > Il giorno mer, 07/03/2007 alle 21.30 +0100, Johannes Sixt ha scritto:
> > > On Wednesday 07 March 2007 17:34, giskard wrote:
> > > > i will start reading SoC docs, Johannes (and * project guys) do you are
> > > > ok?
> > > 
> > > I think I'm ok. I'm hoping that mentoring a project is not too time 
> > > consuming.
> > > 
> > > My favorite project is to make X11, X11-XV, and X11-GL drivers into a 
> > > single 
> > > driver which decides at runtime which accelerations are available and 
> > > dynamically load GL libraries. That way it's not necessary to have 
> > > separate 
> > > builds for OpenGL and non-OpenGL support. And it's also possible to make 
> > > ATI 
> > > drivers work.
> > 
> > hello,
> > 
> > yesterday we had a meeting in #cinelerra. We talked about all possible
> > project we can mentor for SoC 2007. Here is a "final" list:
> > 
> > summary: opengl (j6t), firewire (j6t), unicode (j6), huffyyuv ,
> > media/footage management and tagging/filtering (cehteh) (don't sure if
> > this i doable), transparent proxy (herman), And DVD-ready MPEG.
> > (hermanr)
> > 
> > i wrote final..but afaik minmax has some idea which wanted tell us.
> > 
> > i will send another  (bigger) mail today evening. If you want you can
> > read irclogs.. :)
> 
> i've setup a web pages for the SoC projects:
> http://cvs.cinelerra.org/soc.php
> 
> here all people who proposed project(s) should write something about
> them. please do it ASAP.
> 
> Mentors should give me theyr gmail address:
> cehteh do you have a gmail account?
> 
> 
> do you have an answer to this questions?
> 
> What steps will you take to encourage students to interact with your
> project's community before, during and after the program?
> 
> What will you do to ensure that your accepted students stick with the
> project after GSoC concludes?
> 
> -- 
> ciao,
> giskard


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


Re: [CinCVS] MJPEG captures not loading correctly

2007-03-12 Thread Peter Federighi
Harm,

Thanks for the files.  The full resolution file does load correctly, but
the half resolution file does not (as you observed).  What we experience
with the half resolution file, I experience with all files recorded from
my DC30+.  It may be that it's because I'm recording in Windows.  I'll
have to try it in Linux when I get the chance (which might not be for a
while because I'm moving soon).  In any case, it confirms there is some
sort of bug.

And now for something completely different...
Do you know if the DC10+ does a better job of digitizing analog video
than the DC30+?  The reason I ask is because the videos that you uploaded
to your site are beautiful.  I've never managed to record anything that
clear with my card no matter how good the source was.  Do you know if it
had to with the fact that you recorded a PAL signal?

Anyway, thanks for confirming that there is some sort of bug in reading
MJPEG files.  I hope it gets fixed sometime.

- Peter


 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

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


Re: [CinCVS] Re: My cinelerra is broken again

2007-03-12 Thread jircik6
  
I get the same problem whenever I update/upgrade, Fix for me is: 
 cd hvirtual && ldconfig  

Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam 
and email virus protection.


Re: [CinCVS] printf

2007-03-12 Thread Christian Thaeter
Leigh Wanstead wrote:
> Hello everyone,
> 
> I read the source code and see lots of printf statement. I build cinelerra
> normal. While I run it. I can't see these printf statement output in
> console. May I ask how can I see these printf statement?

Many of them are commented out or only present in some special code
paths, they where added by the developers to aid debugging. Double check
them.

Christian


PS: I am slowly transisting cinelerra to use my debugging library
(http://www.pipapo.org/pipawiki/NoBug) instead of printf's in my branch.
If you are interested, ask me, maybe visit us on irc.freenode.net.

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


Re: [CinCVS] error with mov file

2007-03-12 Thread Valentina Messeri

Mark Grieveson <[EMAIL PROTECTED]> ha escrito:


Hello.  In trying to open a mov file, I get the following error:
virtual int FileMOV::read_frame(VFrame*):   
quicktime_read_frame/quicktime_decode_video failed, result:


I'm using cinelerra on a Debian Etch system.  It was installed with   
the following repository:

deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./

I have w32codecs installed also, from the debian-multimedia repository.


:) that should help you to transcode your mov in a format "suitable"  
for cinelerra"


did you have mencoder or ffmpeg installed?
Target is to change audio/video codec..can you tell me which are  
the original ones?


use

$ qtinfo  file.mov

 installing quicktime-utils before

;))

Vale




All help appreciated.

Mark

___
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


[CinCVS] printf

2007-03-12 Thread Leigh Wanstead
Hello everyone,

I read the source code and see lots of printf statement. I build cinelerra
normal. While I run it. I can't see these printf statement output in
console. May I ask how can I see these printf statement?

TIA

Regards
Leigh
www.smootharm.com



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