[CinCVS] Re: [piksel] UI Toolkits: Follow-Up

2008-02-22 Thread Mads Bondo Dydensborg
mandag 04 Februar 2008 skrev Richard Spindler:


 GTK as well is Qt are well up to the task provide a
 Widgetset for a Video Editor. Period. So don't even think about
 recommending your personal favorite niche Toolkit.

I totally agree with your point.

There are probably lots of technically cabable toolsets.

But, having used both gtk(+) and Qt, I would like to add, that the 
documentation for Qt is, IMNSHO, lots better than for gtk(+). Its like apples 
and oranges, really.

IME: good documentation = high productivity.

Just my two cents.

Regards

Mads


-- 
Mads Bondo Dydensborg   [EMAIL PROTECTED]   http://www.madsdydensborg.dk/

Value your freedom, or you will lose it, teaches history. Don't bother us
with politics, respond those who don't want to learn.

- Free software proponent, Richard M. Stallman


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


Re: [CinCVS] intro stuf

2008-02-22 Thread Yama Ploskonka
well, it also has lumière right there, as in French for light, or with 
a capital L, as the brothers who pioneered a lot of film making

http://en.wikipedia.org/wiki/Auguste_and_Louis_Lumi%C3%A8re
, and in the erra part I see a nice bow to terra, Latin for earth, 
which  gives warm fuzzies to all of us tree-huggers, of which I assume 
there's an inordinate number among open source and arts.


a down-to-earth movie tool, that's what I see.  Hope it deserves it!

I for one also like that as our name


Yama

Scott C. Frase wrote:

On Thu, 2008-02-21 at 17:53 -0800, Norval Watson wrote:

lumierra - me too - verite is good but lumierra is unique - i think..
Norv

Lumierra is nice.  The name sounds like it is derived from Cinelerra,
the erra part.  This could be taken to mean that it has its roots in
Cinelerra somehow.  Depending on your viewpoint, that might be a
positive or negative attribute.

:)
scott




___
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


[CinCVS] User Interface Design: Manipulating Bezier Curves

2008-02-22 Thread Richard Spindler
Hi,

I made a little demo Video about a Widget that I am testing, please
tell me what you think. :-)

http://propirate.net/oracle/zipfiles/bezier-curve-widget-new.avi


Cheers
-Richard

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


Re: [CinCVS] rendering to h.264 broken: no ratecontrol method specified

2008-02-22 Thread Scott C. Frase
On Tue, 2008-01-15 at 00:23 -0500, Scott C. Frase wrote:
 Hi guys,
 H.264 renders don't seem to be working right for my Fedora 7 x86-64 bit
 system.  Getting a x264 [error]: no ratecontrol method specified
 error.  Cinelerra compiled from source, version 1036.
 
 Anyone seen this?
 
 These are my libraries:
 [EMAIL PROTECTED] ~]# rpm -qa | grep x264
 x264-0.0.0-0.3.20070529.fc7
 x264-devel-0.0.0-0.3.20070529.fc7
 
 
 x264 [error]: no ratecontrol method specified

1) I found the reason for this error
2) I have a new, different error.

1)
The above error was related to outdated or an otherwise bad
x264/x264-devel packages from FreshRPMs.  Once I removed the FreshRPM
repositories and installed Livna's:
[EMAIL PROTECTED] 20080206]# yum install x264* --disablerepo=freshrpms 
Loading installonlyn plugin 
Setting up Install Process 
Parsing package install arguments 
Resolving Dependencies -- 
Running transaction check 
--- Package x264.x86_64 0:0-0.8.20061028.lvn7 set to be updated
--- Package x264-devel.x86_64 0:0-0.8.20061028.lvn7 set to be updated 

Dependencies Resolved
= 
Package Arch Version Repository Size
= 
Installing: 
x264 x86_64 0-0.8.20061028.lvn7 livna 227 k 
x264-devel x86_64 0-0.8.20061028.lvn7 livna 15 k


I am now able to use ffmpeg or avidemux to render to h264 format. Great!

2)
However, rendering using Cinelerra gives me this odd error, though my
project format is NTSC DVD progressive:
x264 [error]: invalid width x height (0x720)

Not sure why I'd be getting invalid height or width here, as my project
specs are pretty standard, 720x480 resolution.

Here's the detail of the error from the terminal window:
signal_entry: got SIGSEGV my pid=31053 execution table size=16:
filempeg.C: read_frame: 1167
filempeg.C: read_frame: 1196
vrender.C: process_buffer: 103
vrender.C: process_buffer: 113
filempeg.C: read_frame: 1161
filempeg.C: read_frame: 1167
filempeg.C: read_frame: 1196
vrender.C: process_buffer: 103
vrender.C: process_buffer: 113
filempeg.C: read_frame: 1161
filempeg.C: read_frame: 1167
filempeg.C: read_frame: 1196
vrender.C: process_buffer: 103
vrender.C: process_buffer: 113
filempeg.C: read_frame: 1161
filempeg.C: read_frame: 1167
signal_entry: lock table size=24
0x1bf3680 TransportQue::output_lock PlaybackEngine::run 
0x1bf4080 MainIndexes::input_lock MainIndexes::run 1 
0x2aaac8214720 RotateEngine::input_lock RotateEngine::run 
0x2aaac81551a0 RotateEngine::input_lock RotateEngine::run 
0x1c65b80 ResourceThread::draw_lock ResourceThread::run 
0x1b26d80 TransportQue::output_lock PlaybackEngine::run 
0xb2c400 BC_Synchronous::next_command BC_Synchronous::run 
0x2aaac8889c20 FileThread::output_lock FileThread::run 1 

As ffmpeg and avidemux render correctly using x264 libs, I'm not sure
what is going on.

Has anyone seen this error?
x264 [error]: invalid width x height (0x720)

scott



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


[CinCVS] Lumierra com and org

2008-02-22 Thread Yama Ploskonka
I just picked up the domain names lumierra.org and lumierra.com, to 
avoid them being taken over by someone not related to the project.
Will be happy to transfer them to the formal project once this is 
decided as our name, or if that doesn't gel they are neat names for 
video/image stuff


Yama


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


Re: [CinCVS] User Interface Design: Manipulating Bezier Curves

2008-02-22 Thread Yama Ploskonka
Looks great!  my major dislike with Gnome/Ubuntu has to do with having 
to be very precise where my mouse is, or I don't get things done the way 
I want them.  Lots of frustration with Gimp for example.  I like it that 
merely being close gets things done in an intuitive way.


Yama

Richard Spindler wrote:

Hi,

I made a little demo Video about a Widget that I am testing, please
tell me what you think. :-)

http://propirate.net/oracle/zipfiles/bezier-curve-widget-new.avi


Cheers
-Richard

___
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] Lumierra com and org

2008-02-22 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Yama Ploskonka schreef:
 I just picked up the domain names lumierra.org and lumierra.com, to
 avoid them being taken over by someone not related to the project.
 Will be happy to transfer them to the formal project once this is
 decided as our name, or if that doesn't gel they are neat names for
 video/image stuff

I didn't see the nameing thread, but why is the 'n' skipped, isn't
'Luminerra' easier to pronounce than 'Lumierra'?

Lu'mi'er'ra?
Lu'mier'ra?

Or

Lu'mi'ner'ra?


Stefan
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHvxesYH1+F2Rqwn0RCveVAJ99D/WX0BGtQSU8KOyY91TwIS/+uACeN1c6
N9DyZ5uOfFw2QkS+kvrikME=
=uzRM
-END PGP SIGNATURE-

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


[CinCVS] (do we) agreed about Lumierra?

2008-02-22 Thread Valentina Messeri

:D,

Vale


http://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


Re: [CinCVS] Lumierra com and org

2008-02-22 Thread Christian Thaeter
Yama Ploskonka wrote:
 I just picked up the domain names lumierra.org and lumierra.com, to
 avoid them being taken over by someone not related to the project.
 Will be happy to transfer them to the formal project once this is
 decided as our name, or if that doesn't gel they are neat names for
 video/image stuff

Well, thanks, I like that name too, but we didn't yet agreed on it (how
about doing that now?)

We decide about a webserver next week (sharing one between some
people/free pojects). Meanwhile i could park the domain on my DNS
(pipapo.org) but its not really urgend when we decide next time anyways.

Christian

 
 Yama
 
 
 ___
 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] Lumierra com and org

2008-02-22 Thread Yama Ploskonka
I'm aware we didn't /agree/ on lumierra being THE name, I just wanted to 
jump the gun and grab the d.n. before it got somehow lost.  it 
happens...  Meanwhile I have it parked with a useless image from a 
project from years past.  If another name gets the vote, then I end up 
with two cool sounding domains for any use...


for some reason I find lumierra flows smoother in the tongue than 
luminerra (like dark chocolate versus chocolate with nuts), but I deeply 
respect Valentina's opinions in other matters, so I say we take a look 
at the luminerra option - and others such.  I will NOT get luminerra 
domain names :-)


Yama

Christian Thaeter wrote:

Yama Ploskonka wrote:

I just picked up the domain names lumierra.org and lumierra.com, to
avoid them being taken over by someone not related to the project.
Will be happy to transfer them to the formal project once this is
decided as our name, or if that doesn't gel they are neat names for
video/image stuff


Well, thanks, I like that name too, but we didn't yet agreed on it (how
about doing that now?)

We decide about a webserver next week (sharing one between some
people/free pojects). Meanwhile i could park the domain on my DNS
(pipapo.org) but its not really urgend when we decide next time anyways.

Christian


Yama


___
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



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


Re: [CinCVS] User Interface Design: Manipulating Bezier Curves

2008-02-22 Thread Richard Spindler
2008/2/22, Thorsten Wilms [EMAIL PROTECTED]:
  How about anti-aliasing? :)

This is fltk1, as soon as fltk2 is stable, I will start working with
it, and then it should have anti-aliasing, ;-)

Cheers
-Richard

-- 
Don't contribute to the Y10K problem!

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