[CinCVS] Patch for cinelerra/fileyuv.C

2007-03-10 Thread Jim Scott

I've never submitted a patch before and I'm not sure if this is the right
spot. This patch removes the -hq setting from the default yuv4mpeg ffmpeg
settings in  cinelerra/fileyuv.C I don't think the -hq switch is supported
by current versions of ffmpeg, so I think it makes sesnse to remove the
setting.
--- fileyuv.C.original	2007-03-10 17:53:56.0 -0600
+++ fileyuv.C	2007-03-10 17:54:31.0 -0600
@@ -415,8 +415,8 @@ int YUVConfigVideo::create_objects()
 
 	x += 180;
 	add_subwindow(ffmpeg = new PipePreset(x, y, "ffmpeg", pipe_textbox, pipe_checkbox));
-	ffmpeg->add_item(new BC_MenuItem("(DVD) | ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -hq -f mpeg2video %"));
-	ffmpeg->add_item(new BC_MenuItem("(VCD) | ffmpeg -f yuv4mpegpipe -i - -y -target vcd -hq -f mpeg2video %"));
+	ffmpeg->add_item(new BC_MenuItem("(DVD) | ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -f mpeg2video %"));
+	ffmpeg->add_item(new BC_MenuItem("(VCD) | ffmpeg -f yuv4mpegpipe -i - -y -target vcd -f mpeg2video %"));
 
 	add_subwindow(new BC_OKButton(this));
 	add_subwindow(new BC_CancelButton(this));


Re: [CinCVS] Status of GPL Headers

2007-03-10 Thread flavio

Good. Sorry for the delay, been busy around here.

We are in 8 here to do the job, let's see how far we get.

The command

svn export hvirtual hvirtual-ex

didn't work here. we'll be using

svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual

to get the archives, if that's ok with you.

Guys, I'll send another mail in portuguese explaining what we have to do and
how to do it.

rock on,
flavio


Re: [CinCVS] opening files

2007-03-10 Thread Mark Grieveson
On Fri, 9 Mar 2007 20:31:55 +0100
Johannes Sixt <[EMAIL PROTECTED]> wrote:

> On Friday 09 March 2007 20:03, Mark Grieveson wrote:
> > Hello.  I seem to be having problems opening movie files.  I was expecting
> > to see layout of the frames of the movie, accompanied with a layout of the
> > sound file, but I don't see anything when I open a movie file.  Is this
> > normal, or is something wrong?  This is my first time using Cinelerra; so,
> > I'm not exactly sure what to expect (though, I did expect to see a little
> > more than nothing.)  I'm using the version for Debian Etch
> > (2.1.02-svn20070221), from the repository given on the cinelerra.org site.
> 
> Choose an appropriate "insertion strategy" in the file dialog.
> 
> In any case, you find the files in the "Resources window", section "Media", 
> that's the window that opens at the lower left by default. (See also the 
> Window menu.) From there you can drag them to the timeline.
> 
> -- Hannes
> 
> ___

Hell Hannes.  Thanks for your answer.  The best I've been able to get, when 
opening a film, is to view the opening frame.  I was expecting to be able to 
view all the frames -- to progress through each frame for editting.  Are my 
expectations excessive?

Also, some films just cause cinelerra to crash.  One primitive film that I 
created via the program stopmotion, which I've posted at 
http://www.opseu540.info/mpg/testfilm.mpg, just causes cinelerra to crash.  
When I rename the file to "testfilm.avi", (speculating that perhaps I created 
an avi, and not an mpg file) cinelerra will at least not crash when it opens, 
but there are absolutely not frames to view (not even the first frame, which is 
what I get with other films.  Perhaps my computer is too weak to run cinelerra 
(I have an old Pentium III, with 384 MB of RAM.)

All feedback appreciated.

Mark

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


Re: [CinCVS] SoC 2007

2007-03-10 Thread giskard
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
-- 
ciao,
giskard


signature.asc
Description: Questa รจ una parte del messaggio	firmata digitalmente


[CinCVS] Re: Cinelerra sound system?

2007-03-10 Thread Adrian Prantl

Markku Linnoskivi schrieb:

Hello.

I was looking into writing support for the JACK sound system in
CinelerraCVS. This is for me or for the whole community (if I'll ever
get it working). I did find a message that said it's possible to use
oss2jack, I havent't tried that, but off cause it would be nicer to have
a native system.

This would be _really_ cool. It would open a lot of new possibilities to 
the Cinelerra workflow!

I couldn't quite figure out the sound architecture Cinelerra uses, the
code isn't really documented that well! So I was hopeing some one could
explain it to me.

At a glance it seems that Cinelerra just creates desired audio class
(ALSA, ESD etc.) (Where is this done?) and then probably writes in some
buffer. This might cause problems with JACK though (callback architecture).

The respective classes cinelerra/audio[alsa,esound,1394].C are 
instantiated in cinelerra/audiodevice.C


I believe it would be great if Cinelerra would support JackTransport at 
some time in the future. Does anyone know how hard it would be to make 
Cinelerra slave to an external clock source?


--
Adrian


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