Re: [CinCVS] theme S.U.V. not found

2007-04-28 Thread Johannes Sixt
On Saturday 28 April 2007 14:07, Graham Evans wrote: In this case, remove cputest.o (and/or cputest.lo), then build ffmpeg with different optimizations. Like: $ rm ffmpeg/libavcodec/cputest.*o $ make CFLAGS='-O0 -g' okay tried all that. Except I found deleting the files had no effect

Re: [CinCVS] theme S.U.V. not found

2007-04-27 Thread Johannes Sixt
On Thursday 26 April 2007 08:10, Graham Evans wrote: /usr/bin/ld: ffmpeg/libavcodec/.libs/libavcodec.a(cputest.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC ffmpeg/libavcodec/.libs/libavcodec.a(cputest.o): could not read

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Johannes Sixt
On Wednesday 25 April 2007 17:02, Graham Evans wrote: It seems all these problems have come up before but I can't find the solutions. Apparently the themes aren't building properly because of the static linking options I've used in my configure line. But I can't get a successful build

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Johannes Sixt
On Wednesday 25 April 2007 10:50, Graham Evans wrote: so the final steps were ./autogen.sh ./configure --with-pic --disable-shared --enable-static make sudo make install All the configure flags turned out to be neccessary for a successful build. But...a new problem - cinelerra won't run.

Re: [CinCVS] Compilation options

2007-04-17 Thread Johannes Sixt
On Tuesday 17 April 2007 10:59, Philippe Ribet wrote: Hello, It looks like cinelerra is compiled without OpenGL option.Cinelerra's documentation advise to use OpenGL as many effects can be rendered in real time thanks to computing done by the graphic chip instead of the main processor. Is

Re: [CinCVS] Weird effect plugin problem

2007-04-11 Thread Johannes Sixt
On Wednesday 11 April 2007 21:57, Richard Rasker wrote: Hi all, Something weird happened, quite out of the blue: since a few days, Cinelerra can't open about half the effect plugins on the AMD64 box (Mandriva 2007). This is what the command line says: $ cinelerra Cinelerra 2.1CV (C) 2006

Re: [CinCVS] Build System enhancement (any helpers?)

2007-04-09 Thread Johannes Sixt
On Thursday 05 April 2007 17:41, Christian Thaeter wrote: I started to transform the recursive ('SUBDIRS') Makefile.am builds into 'include' statements (see 'info automake' chapter 7.3). The idea behind this is to make rebuilds much faster and more sane and utilize a distcc cluster much

Re: [CinCVS] Mutex (JACK support...)

2007-03-31 Thread Johannes Sixt
On Saturday 31 March 2007 12:13, Markku Linnoskivi wrote: Now that I got the compiling work, my code won't compile 'cause the compiler complains about missing Mutex definition: audiojack.C: In constructor 'AudioJack::AudioJack(AudioDevice*)': audiojack.C:106: error: invalid use of undefined

Re: [CinCVS] [PATCH] make configure detect and work on amd64

2007-03-31 Thread Johannes Sixt
On Tuesday 06 March 2007 21:04, Johannes Sixt wrote: On Tuesday 06 March 2007 00:44, [EMAIL PROTECTED] wrote: what about attached patch for the mmx part? Looks good. I'd appreciate to have this cross-checked by others with x86_64 hardware. Please test both --disable-mmx and --enable-mmx

Re: [CinCVS] JACK support

2007-03-30 Thread Johannes Sixt
On Friday 30 March 2007 15:20, Markku Linnoskivi wrote: I've been working for a few hours on JACK output driver. Now I'd like to try to compile it. JACK need some libraries to be linked in the system. Thes can be included with: `pkg-config --cflags --libs jack` on the gcc command. Also

Re: [CinCVS] No compilation today :(

2007-03-28 Thread Johannes Sixt
On Wednesday 28 March 2007 16:34, Hannu Vuolasaho wrote: ../quicktime/.libs/libquicktimehv.so: undefined reference to `x264_pixel_satd_16x8_ssse3' (etc) You compiled x264 yourself. You better find out which options you need so that the missing functions are compiled into libx264. Hint: It

Re: Vs: Re: [CinCVS] Re: Cinelerra sound system?

2007-03-14 Thread Johannes Sixt
On Wednesday 14 March 2007 11:05, [EMAIL PROTECTED] wrote: Could someone tell me where some writing to the audio device is done so I could understand the system better? Start looking in VirtualAConsole::process_buffer(), there is a call to renderengine-audio-write_buffer(). -- Hannes

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

2007-03-13 Thread Johannes Sixt
May I ask why OpenGL does not affect rendering, It just accelerates playback? What is the reason? The reason is that by the time rendering takes place there is no guarantee that a connection to an X server is available. Think of renderfarms. -- Hannes

Re: [CinCVS] Re: Patch for cinelerra/fileyuv.C -- what am I doing wrong?

2007-03-13 Thread Johannes Sixt
On Tuesday 13 March 2007 13:21, Jim Scott wrote: On 3/10/07, Jim Scott [EMAIL PROTECTED] wrote: 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

Re: [CinCVS] fixing cinelerra, using standard C++ libs etc.

2007-03-07 Thread Johannes Sixt
On Wednesday 07 March 2007 19:25, Christian Thaeter wrote: Remove the Garbage collector in favor of boost::shared_ptr, the GC has some nasty bugs, partially together with threads. By replacing ALL Asset* with boost::shared_ptrAsset these should be fixed on expanse of some performance. Is

[CinCVS] Re: [Cinelerra-commits] right list

2007-03-06 Thread Johannes Sixt
On Tuesday 06 March 2007 14:34, Mark Grieveson wrote: Hello. I'm wondering if I'm in the correct mailing list. Is this for users of cinelerra (in the same sense that the Debian User mailing list is for users of Debian) or am I in the wrong list (ie, a development list for programmers of

Re: [CinCVS] [PATCH] make configure detect and work on amd64

2007-03-06 Thread Johannes Sixt
On Tuesday 06 March 2007 00:44, [EMAIL PROTECTED] wrote: what about attached patch for the mmx part? Looks good. I'd appreciate to have this cross-checked by others with x86_64 hardware. Please test both --disable-mmx and --enable-mmx. -- Hannes ___

Re: [CinCVS] [PATCH] make configure detect and work on amd64

2007-02-17 Thread Johannes Sixt
On Saturday 17 February 2007 17:03, [EMAIL PROTECTED] wrote: Hi, trying to compile cinelerra on amd64 / ubuntu edgy i had some problems i wanted to use ffmpeg from the repositories, same for x264. with attached patch, * libmpeg3/video/mmxidct.S is only used on x86_32 * adds amd64

Re: [CinCVS] mpeg decoding leak crush

2007-02-12 Thread Johannes Sixt
On Friday 09 February 2007 22:42, Scott C. Frase wrote: apply histogram and play 30s 1367MB quit cinelerra 1139MB That's good news. It means that cinelerra used only ~230MB. Everything else must be other applications or cached file data. -- Hannes

Re: [CinCVS] Multiple video cards

2007-02-12 Thread Johannes Sixt
On Monday 12 February 2007 08:59, Matt Pfingsten wrote: It's 2AM here and I had a crazy idea/question. What would happen if I had multiple video cards installed on my system (like a dual monitor setup or something without dual-head cards). Would Cinelerra's OpenGL accelerated effects take

Re: [CinCVS] Creating DVD from Cinelerra: input source

2007-02-11 Thread Johannes Sixt
On Friday 09 February 2007 10:47, Yannick Patois wrote: Johannes Sixt wrote: On Thursday 08 February 2007 13:20, Yannick Patois wrote: What I saw, when looking at the resulting m2v file, is (roughly) a 680x480 crop of the image not 704x576. I didnt went up to the DVD but I belive

Re: [CinCVS] getting started - can't play edited clip - regular clip play stops working

2007-02-06 Thread Johannes Sixt
On Monday 05 February 2007 21:00, Richard Rasker wrote: Some digging around in the sources seems to indicate that audioalsa.C contains the code for this; correct me if I'm totally wrong, but this code seems to process interrupt_workaround, the variable controlled through the GUI option. But

Re: [CinCVS] constant hangs on HDV project

2007-02-06 Thread Johannes Sixt
On Tuesday 06 February 2007 02:29, Scott C. Frase wrote: Thread 10 (Thread 2047089584 (LWP 6752)): #0 0x082a634c in WaveCacheItem::get_size (this=0x981d220) at wavecache.C:18 #1 0x0813fded in CacheBase::get_memory_usage (this=0x8c04068) at cachebase.C:152 #2 0x081eff7b in

Re: [CinCVS] [Newbie] 2 basic questions on working with Title effect on the timeline

2007-02-03 Thread Johannes Sixt
On Saturday 03 February 2007 01:48, T.Guilleminot wrote: 2. I cannot find how to (if we can ?) resize (reduce) a duration of a title effect *without* shifting all the following. I can move forward and increase duration but on any reduction or move backward it pulls all the other effect and

Re: [CinCVS] gpl headers

2007-01-31 Thread Johannes Sixt
On Tuesday 30 January 2007 23:40, muzzol wrote: hi again, im sad to see no developers are answering. this is really serious, in fact it could be a GPL license violation and is as simple to resolv as applying a simple patch. this is mainly focused to developers but i would like to hear

Re: [CinCVS] Audio fader,

2007-01-30 Thread Johannes Sixt
On Tuesday 30 January 2007 10:25, Marcin Kostur wrote: Since 2.1 i audio level automation curve on timeline movable in 50%-100% of track. I remember there was some soution to this - anybody can remind me? In the status line, there are tumblers where you can change the limits. It says Audio

Re: [CinCVS] play / stop problem

2007-01-30 Thread Johannes Sixt
On Tuesday 30 January 2007 20:15, peter_westenberg wrote: whenever I hit the space / push the play button in both compositor and timeline, playing cannot be stopped ... any clues? Preferences, Playback, Audio. Stop playback locks up ___ Cinelerra

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

2007-01-29 Thread Johannes Sixt
On Friday 26 January 2007 09:58, Alexis Ballier wrote: 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

Re: [CinCVS] Simple Question: Deinterlace Raw DV footage ?

2007-01-24 Thread Johannes Sixt
On Wednesday 24 January 2007 05:25, Nathan Kidd wrote: Robbt wrote: I used deinterlace and it seems to fix the problem. Ok, so I did the proper thing and read Wikipedia and found out the glory of mouse teeth or tearing, but I'm still wondering the specifics of this as it applies to

Re: [CinCVS] Re: Bug when loading a DV file

2007-01-22 Thread Johannes Sixt
On Sunday 21 January 2007 23:20, Nicolas Maufrais wrote: On Sun, Jan 21, 2007 at 09:28:52PM +0100, Johannes Sixt wrote: Try to comment out the two lines that reference 'temp_frame' in qth264.c - does that also crash? I commented out the 2 lines of qth264.c and recompiled r983

Re: [CinCVS] [Patch] Reordering cpu checks to be able to enable 3dnow or altivec

2007-01-21 Thread Johannes Sixt
On Wednesday 10 January 2007 08:38, Alexis Ballier wrote: Any news on this ? I was waiting for this to package a new snapshot and then have been quite busy :/ I've fixed this now, I think. Please test. -- Hannes ___ Cinelerra mailing list

Re: [CinCVS] Fix for 327 - need testers

2007-01-09 Thread Johannes Sixt
Nicolas, thanks for trying. On Tuesday 09 January 2007 00:26, Nicolas Maufrais wrote: So, I did loaded the project with the latest revision, and older revisions (I have more than 30 revisions of cinelerra installed on my system for testing and bug reporting purpose). I tracked the bug, and

Re: [CinCVS] Fwd: SVN Revision 978, failed to build [EMAIL PROTECTED]

2007-01-09 Thread Johannes Sixt
On Tuesday 09 January 2007 13:44, Jean-Luc Coulon (f5ibh) wrote: (Forwarded with the correct identity, sorry) Le 09.01.2007 13:43:15, Jean-Luc Coulon (f5ibh) a écrit : Hi, guicast/vframe.h has the following include statement: #include colormodels.h But colormodels.h is not located in the

Re: [CinCVS] svn rev973: ./configure neglects xorg, tiff

2006-12-28 Thread Johannes Sixt
On Wednesday 27 December 2006 23:56, Joe Friedrichsen wrote: I installed debian etch yesterday and decided to compile cinelerra from svn. Since the install was minimalistic, I used ./configure to help me find the (numerous) missing development libraries. After the final summary told me that

Re: [CinCVS] AUTHORS file in svn

2006-12-27 Thread Johannes Sixt
On Wednesday 27 December 2006 16:38, Christian Thaeter wrote: my svn-git sync broke recently because of a unknown author (welcome rafael2k :P), no big problen and easy to fix but anyways: How about maintaining the AUTHORS files instead leaving it empty? currently I have

Re: [CinCVS] Memory desert

2006-12-25 Thread Johannes Sixt
On Sunday 24 December 2006 14:59, Miha Kitič wrote: While comparing the latest SVN to r827 I noticed another interesting feature - that is, the latest SVN likes memory a lot. I loaded an MPEG clip and rendered it a couple of times (same settings, same clip, same everything). Each rendering

Re: [CinCVS] Annoyance: changing media type changes file name

2006-12-25 Thread Johannes Sixt
On Sunday 24 December 2006 18:35, Andraž Tori wrote: On Thu, 2006-12-21 at 22:48 +0100, Johannes Sixt wrote: I find it most annoying that changing the media type also switches the file name, in particular, because when you work through the dialog top to bottom, the first thing to choose

Re: [CinCVS] Dissolve transition to transparent PNG image

2006-12-23 Thread Johannes Sixt
On Thursday 21 December 2006 06:30, Joey Richards wrote: Hello, I'm having trouble with dissolves into static PNG images. I have a simple video with two tracks -- one for the video and another where I place PNG title images, etc. These titles are text on a translucent (alpha1) background

Re: [CinCVS] Bug 364

2006-12-23 Thread Johannes Sixt
On Saturday 23 December 2006 09:14, Miha Kitič wrote: If you decide to build 2.0, it looks to me like r836 is the last svn version prior to the start of the merge. Thank you for your advice. I may try this. But I never DL any other except the last SVN. How do you DL r836 (which addres

[CinCVS] Annoyance: changing media type changes file name

2006-12-21 Thread Johannes Sixt
In the Render dialogs the media type (.mov, .avi, RAW DV etc) can of course be changed. Cinelerra CV remembers a different file name for each media format. I find it most annoying that changing the media type also switches the file name, in particular, because when you work through the dialog

Re: [CinCVS] Exporting to mpeg video..

2006-12-20 Thread Johannes Sixt
On Tuesday 19 December 2006 13:20, Pierre Marc Dumuid wrote: I was just writing a patch to save a mpeg2enc binary location. I was going to make the location settable in the Render-Video Settings window, but realised that that dialog, and the code surrounding it seems to only handle

Re: [CinCVS] Concerning error message on compile

2006-12-18 Thread Johannes Sixt
On Monday 18 December 2006 01:47, [EMAIL PROTECTED] wrote: echo 0x7 fff /proc/sys/kernel/shmmax Remove that blank between 7 and f. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no

Re: [CinCVS] Creating DVD from Cinelerra: input source

2006-12-16 Thread Johannes Sixt
On Saturday 16 December 2006 21:41, Yannick Patois wrote: Hi, If I understand, PAL DVD format have 25f/s images, 720x576 pixels, and 4:3 aspect ratio. But I also read that those are non square pixels (they must be because 720/576 != 4/3), and that point is worrying me. As I'm creating my

Re: [CinCVS] bug in mask editing

2006-12-12 Thread Johannes Sixt
On Tuesday 12 December 2006 18:01, IL'dar AKHmetgaleev wrote: when I undo a vector mask editing cinelerra goes down Even when no video footage loaded in project I cannot reproduce this. Please fire up cinelerra in gdb and post the result of 'thread apply all bt' -- Hannes

Re: [CinCVS] [Bug 347] Crash on with title and reverb effects

2006-12-04 Thread Johannes Sixt
On Monday 04 December 2006 19:52, m h wrote: Bumping this bug... 1 month and no replies. I take it either no one is interested in reverb, or this isn't happening for others (or people are just ignoring my posts I hope this one is not the case). I tired it one month ago, and I tried

Re: [CinCVS] New klocwork results...

2006-12-04 Thread Johannes Sixt
On Monday 04 December 2006 19:54, m h wrote: Not sure if anyone is interested but the kind people at klocwork have recently re-ran their tool against the post 2.1 merged code base. If people are interested in the results, let me know. Sure are we interested. Please sift through the results

Re: [CinCVS] about localization mantainers

2006-11-28 Thread Johannes Sixt
On Monday 27 November 2006 23:38, Nicolas Maufrais wrote: Since you seem to know how to run Cinelerra in another language than English, could you please explain me how you do? It's written here: http://cvs.cinelerra.org/docs/split_manual/cinelerra_cv_manual_3.html#SEC22 However, that never

Re: [CinCVS] about localization mantainers

2006-11-28 Thread Johannes Sixt
On Tuesday 28 November 2006 21:06, Nicolas Maufrais wrote: Is it normal that po files aren't installed in the specified prefix? Isn't that a bug? They _are_ installed in the prefix that you specify in ./configure, but the path where they are looked up seems to be hardcoded in main.C as if the

Re: [CinCVS] Cinelerra CV Manual available

2006-11-17 Thread Johannes Sixt
On Friday 17 November 2006 01:57, Timothy White wrote: On 11/17/06, Nicolas [EMAIL PROTECTED] wrote: Hello, For those interested in having a look at the new Cinelerra CV manual, you can fetch it using the following command: cg-clone git://scm.pipapo.org/cinelerra-nicolasm $ cg-clone

Re: [CinCVS] Cinelerra gives symbol undefined error after compilation

2006-11-06 Thread Johannes Sixt
On Monday 06 November 2006 00:08, robbt wrote: Hi everybody. I just tried to compile Cinelerra for my machine since the debian package wasn't rendering correctly. Now I'm getting this symbol undefined error. cinelerra: symbol lookup error: cinelerra: undefined symbol:

Re: [CinCVS] What happened to those effects: Linearize, Reframe and Resample?

2006-11-05 Thread Johannes Sixt
On Sunday 05 November 2006 00:56, Nicolas wrote: Hello, While working on the manual, I noticed there are paragraphs about the following effects in Secrets of Cinelerra (v2.1): - Linearize This one *is* present in my version. - Reframe - Resample These are not real-time effects. They are

Re: [CinCVS] merge editing modes

2006-10-20 Thread Johannes Sixt
On Thursday 19 October 2006 19:11, Andraž Tori wrote: a patch that completely merges both editing modes of cinelerra into a single one, with shift key being the modifier ... editing modes are one of the hardest things for new learners of cinelerra to comprehend (by my experience) and there is

Re: [CinCVS] merge editing modes

2006-10-20 Thread Johannes Sixt
On Friday 20 October 2006 20:49, Andraž Tori wrote: Yes, since everyone is so overhelmingly against this change, i'll find out some other solution ... Though i still think editing modes are something that confuses users... it's the same as emacs ... powerful but only handfull of people will

Re: [CinCVS] Compile Errors Out On Playback3d.o

2006-10-10 Thread Johannes Sixt
On Tuesday 10 October 2006 18:20, Aaron Newcomb wrote: Hey everyone. I am trying to compile the latest SVN version with ... ./configure --enable-opengl --enable-mmx --enable-3dnow --with-bluedottheme but make errors out with the following ... playback3d.o: In function

Re: [CinCVS] audio levels

2006-10-01 Thread Johannes Sixt
On Sunday 01 October 2006 18:17, Herman Robak wrote: On Sun, 01 Oct 2006 17:20:26 +0200, Raffaella Traniello [EMAIL PROTECTED] wrote: Fading and amplification are typically separate knobs or levers: the amplification setting is usually called gain. Cinelerra has a gain effect that you

Re: [CinCVS] audio levels

2006-09-30 Thread Johannes Sixt
On Saturday 30 September 2006 17:45, Pierre Marc Dumuid wrote: Prior to discussions with j6t on IRC, I had been considering setting the INFINITYGAIN as a property of the current project (thus 24 bit audio freaks could specify huge attenuations). j6t advised against this (micromanagement), but

Re: [CinCVS] Title Motion Effects?

2006-09-25 Thread Johannes Sixt
On Monday 25 September 2006 10:55, Timothy White wrote: On 9/23/06, Miha Kitič [EMAIL PROTECTED] wrote: OK, that's great news! I can now set exact values for controls in the timeline. I didn't know that was possible. snip On pet, 2006-09-22 at 20:15 +0200, Johannes Sixt wrote: snip

Re: [CinCVS] SVN 899, windows are no more placed

2006-09-25 Thread Johannes Sixt
On Monday 25 September 2006 15:08, Jean-Luc Coulon (f5ibh) wrote: Hi, With this SVN version, the windows are no more placed as they was in the past. - When I launch cinelerra, some are stacked, the ressources window is correctly placed. - If I use Window -- Défault Positions, I get the

Re: [CinCVS] Concatenating projects and keeping labels positions

2006-09-24 Thread Johannes Sixt
On Sunday 24 September 2006 18:11, Nicolas wrote: Is there a simple way to concatenate several projects into a large project, while keeping the labels at their right place? Assumeing all projects have the same track layout (number of video and audio tracks): 1. Fire up each project in its own

Re: [CinCVS] Title Motion Effects?

2006-09-22 Thread Johannes Sixt
On Friday 22 September 2006 11:23, Bernhard Frühmesser wrote: Miha Kitič wrote: I am not sure I will give you a useful answer, but let me try :) Yep, thanks. Well getting the lines for camera x y and z wasn´t or isn´t the problem, also changing the values on the timeline isn´t the problem,

Re: [CinCVS] Re: Ubuntu AMD64

2006-09-19 Thread Johannes Sixt
On Tuesday 19 September 2006 16:31, Timothy White wrote: it starts to load, I even see the Splash screen, and then it gets to initialising GUI and it all disappears, and I get: MWindow::init_theme: theme SUV not found. This is because you used --disable-shared --enable-static. This option

Re: [CinCVS] Cin 2.1 lockup on re-load

2006-09-15 Thread Johannes Sixt
On Friday 15 September 2006 11:59, Andraž Tori wrote: On Thu, 2006-09-14 at 21:35 +0200, Johannes Sixt wrote: On Thursday 14 September 2006 03:50, Kevin Brosius wrote: restart cin use the quick reload items to reload your project the main cin window is hung, with the hourglass

Re: [CinCVS] Cin 2.1 lockup on re-load

2006-09-14 Thread Johannes Sixt
On Thursday 14 September 2006 21:35, Johannes Sixt wrote: On Thursday 14 September 2006 03:50, Kevin Brosius wrote: restart cin use the quick reload items to reload your project the main cin window is hung, with the hourglass. Pressing ctrl-c in the xterm to kill cin. I've observed

Re: [CinCVS] OpenGL support question

2006-09-12 Thread Johannes Sixt
On Tuesday 12 September 2006 18:03, Nicolas wrote: On Tue, Sep 12, 2006 at 09:56:10AM +0200, Sylvain Jousse wrote: http://de.wikipedia.org/wiki/Geforce#GeForce_FX_series My graphics card (nvidia6600) supports opengl 1.5 but cinelerra compiles And it is said that the whole 6 serie is

Re: [CinCVS] compile error in bcsynchronous.C: 'glDeleteShader' was not declared in this scope

2006-09-12 Thread Johannes Sixt
On Tuesday 12 September 2006 01:30, [EMAIL PROTECTED] wrote: Guys, With the --enable-opengl switch on, I get this compile error: bcsynchronous.C: In member function 'void BC_Synchronous::delete_window_sync(BC_SynchronousCommand*)': bcsynchronous.C:408: error: 'glDeleteShader' was not

Re: [CinCVS] OpenGL support question

2006-09-10 Thread Johannes Sixt
On Sunday 10 September 2006 06:33, harm Lubbers wrote: Graham Evans wrote: Chances are your card is OpenGL 1.5 not Open GL 2.0. How Do I find out that my card is only OpenGL1.5? http://de.wikipedia.org/wiki/Geforce#GeForce_FX_series The OpenGL version string in glxinfo is the first hint. If

Re: [CinCVS] Live video: how does it work?

2006-09-10 Thread Johannes Sixt
On Saturday 09 September 2006 23:44, Bas Alphenaar wrote: Hello, I compiled r872 today and decided to give the live video plugin a go. First I switched on my Sony HDR-HC1, connected to the PC with a Firewire cable. Then I started Cinelerra with sudo cinelerra because a normal user doesn't

Re: [CinCVS] OpenGL support question

2006-09-10 Thread Johannes Sixt
On Sunday 10 September 2006 06:32, harm Lubbers wrote: OpenGL version string: 1.2 (2.0.2 NVIDIA 87.62) I'd interpret this as OpenGL 1.2, not 2.0 visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

Re: [CinCVS] OpenGL support question

2006-09-10 Thread Johannes Sixt
On Sunday 10 September 2006 15:54, [EMAIL PROTECTED] wrote: Hannes, From the output of glxinfo, it looks like my ATI 9800 Pro AIW card doesn't support 2.0 (1.2 in the output below). This does mean that I CANNOT take advantage of the OpenGL enhancements, correct? [EMAIL PROTECTED]

Re: [CinCVS] OpenGL support question

2006-09-09 Thread Johannes Sixt
On Saturday 09 September 2006 11:29, harm Lubbers wrote: Hello everybody, I am trying to get Cinelerra compiled with openGL support. I have an Nvidia FX5700 card with the nvidia drivers working. I can compile Cinelerra with the --enabel-opengl option succesfully. But when I run the program,

Re: [CinCVS] Cinelerra v2.1 has been Released

2006-09-05 Thread Johannes Sixt
On Sunday 27 August 2006 20:18, Johannes Sixt wrote: We've completed the merge. Expect a substantial number of svn commits soon. The merge is not complete, yet, but almost. You might be interested to try out OpenGL support, which I've committed to svn a minute ago. You need the patches that I

Re: [CinCVS] Bezier automation

2006-08-30 Thread Johannes Sixt
2.1 has a menu entry Straighten keyframes. I haven't played with it yet, but from the naming I'd conclude that it is a workaround that allows to have straight line segments instead of bezier interpolation between keyframes. -- Hannes ___ Cinelerra

Re: libx264 fix WORKED! was Re: newbie here, was Re: [CinCVS] Will not compile - Open SUSE 10.1

2006-08-28 Thread Johannes Sixt
On Sunday 27 August 2006 23:28, Yama Ploskonka wrote: ln -s libx264.so.46 libx264.so.45 This apparently (?) makes Cinelerra believe you have libx264.so.45 while it actually uses libx264.so.46. This will likely crash cinelerra, _if_ you use h264 encoding. It still has that runaway thing that

Re: [CinCVS] Cinelerra v2.1 has been Released

2006-08-27 Thread Johannes Sixt
We've completed the merge. Expect a substantial number of svn commits soon. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] Initial klocwork report

2006-08-23 Thread Johannes Sixt
Thanks, Matt, for getting this going. Please send patches. On Wednesday 23 August 2006 17:54, m h wrote: -493 Null pointer dereference defects: 1. most of these resulted from the code using an allocation function like malloc and then dereferencing the result without checking.

Re: [CinCVS] Moving camera keyframes to the right

2006-08-19 Thread Johannes Sixt
On Saturday 19 August 2006 10:48, Nicolas wrote: I really don't understand... In the past, I already tried to copy/paste keyframes, and it did not work. On yesterday evening, following your advice, I tried again. It perfectly worked. I tried Shift-C, Shift-V, and Copy Keyframes Paste

Re: [CinCVS] Horizontal Scroll Bar Problems

2006-08-18 Thread Johannes Sixt
On Friday 18 August 2006 19:25, James Colannino wrote: Herman Robak wrote: Could you upload a screenshot somewhere? http://james.colannino.org/downloads/mailinglists/snapshot6.jpg James Your problem is that the horizontal zoom is at 0:00:00. See the drop-down widget at the lower left.

Re: [CinCVS] Re: More suggestions from [l]users who don't contribute..

2006-08-17 Thread Johannes Sixt
On Wednesday 16 August 2006 22:19, m h wrote: Should do I have the support of maintainers to proceed with klockwork, given that I only fix (submit patches) the interesting bugs? By all means, yes. I take it that you are the interface to klocwork and do the filtering of the reports. We can

Re: [CinCVS] select objects in tracks?

2006-08-17 Thread Johannes Sixt
On Thursday 17 August 2006 18:08, mack wrote: can I bring 'just the video' from a clip containing audio and video tracks? without rendering into a video only clip and getting the video from there? Disarm all audio tracks. To arm a single (e.g video) track, just hit Shift-Tab while the mouse

Re: [CinCVS] Re: More suggestions from [l]users who don't contribute..

2006-08-16 Thread Johannes Sixt
On Wednesday 16 August 2006 20:07, m h wrote: Ok, so in the meantime I used 2.0 for a little bit more and (got so frustrated with silly crashes that I) pulled out valgrind. Amazingly there were cases where it didn't crash when running under valgrind, that would immediatley crash otherwise.

Re: [CinCVS] Suse 10.1 Error on make

2006-08-14 Thread Johannes Sixt
On Monday 14 August 2006 06:45, Daniel Jircik wrote: I'm getting an error on make, with SVN and Heroines source on a new suse 10.1 install AMD 64x2 Heres the message Thanks in advance Daniel +++ Error on make SVN HVIRTUAL

Re: [CinCVS] Some Cinelerra newbie questions

2006-08-12 Thread Johannes Sixt
On Thursday 10 August 2006 17:59, [EMAIL PROTECTED] geerts wrote: First major problem: keyframe edits are not saved, and (even worse) are *all* reset to default when undoing anything. This way, hours of painstaking audio or video adjustments can be lost with one careless touch of the 'z' key.

Re: [CinCVS] Thanks for the response

2006-08-08 Thread Johannes Sixt
Am Dienstag, 8. August 2006 11:44 schrieb Vaughan Famularo: So far, I have downloaded the latest stable svn version and cannot get past an error which is rm -fr .libs/libavcodec.lax mkdir .libs/libavcodec.lax rm -fr .libs/libavcodec.lax/libavcodeci386.a mkdir

Re: [CinCVS] Mixx2005 fails on Make

2006-07-27 Thread Johannes Sixt
On Thursday 27 July 2006 01:36, glenn greenfield wrote: make is complaining that libmpeg3/i686/c_flags does not exist and for good reason. libmpeg3/i686 does not get created until after you run make for the first time. A second make fails due to a missing quicktime/i686 dir. It also is

Re: [CinCVS] Cinelerra v2.1 has been Released

2006-07-11 Thread Johannes Sixt
On Wednesday 05 July 2006 23:45, Johannes Sixt wrote: Just a brief notice - Pierre and I are working on the merge. The merge is progressing slowly, but it should pick up pace now that we have our infrastructure sorted out. I would like to thank Pierre that he's going through all the hassle

Re: [CinCVS] Cinelerra compilation

2006-06-28 Thread Johannes Sixt
On Monday 26 June 2006 23:36, Richard Korinek wrote: I have possibly a silly question, but I cannot find the answer. Is it possible to have a standard libdv library on the system (in /usr] but compile and use cinerella against another library e.g. in /usr/local? I cannot find a solution so

Re: [CinCVS] Cinelerra CVS compile error:dsputil_mmx

2006-06-18 Thread Johannes Sixt
On Friday 16 June 2006 16:28, Leonardo wrote: Hi all, I'm compiling cinelerra cvs, checked-out this week, on a Gentoo Linux box, but it stops with the following error: gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_MMX

Re: [CinCVS] do you have cinelerra on Suse 10.1?

2006-06-16 Thread Johannes Sixt
On Thursday 15 June 2006 22:27, Yama Ploskonka wrote: I'd really want to get in touch with people using Suse - I want to teach my 8th graders to use it, and would prefer Suse 10.1 for other stuff. Or maybe I should chose another distro, more popular among Cineler-ers. I've cinelerra running on

Re: [CinCVS] Websvn, cvs commits

2006-06-08 Thread Johannes Sixt
On Thursday 08 June 2006 03:08, Kevin Brosius wrote: I see your version has a commit list, which I haven't found out how to view in viewvc yet... svn log -r 800:HEAD is good enough for me, if I really need a list of revisions. I'm usually much more interested in which revisions touch a file

Re: [CinCVS] 60i - 24p slow motion

2006-05-29 Thread Johannes Sixt
On Monday 29 May 2006 19:27, Joe Stewart wrote: On Monday 29 May 2006 12:50 pm, Andraz Tori wrote: I am bit on the shaky grounds here, since i don't know what is acutally happening... Couldn't you do it by just using frames to fields and reframe plugins? Are you talking about setting

Re: [CinCVS] 60i - 24p slow motion

2006-05-29 Thread Johannes Sixt
On Monday 29 May 2006 21:03, Joe Stewart wrote: As it works now, Frames-to-Fields takes alternating fields from the asset and makes frames in the timeline. Which seems to suggest it would be better named Frames-from-Fields. Or am I just thinking about it wrong? Indeed, you are right. The

Re: [CinCVS] Re: Bezier curve alternative?

2006-05-26 Thread Johannes Sixt
On Friday 26 May 2006 01:12, Ichthyostega wrote: There seems to be another Problem: If I am informed right, Cinelerra uses this bezier-courve feature for all Plugin Autos as well. Is this correct?? As far as I can tell, this is not correct. Plugins usually interpolate the parameters linearly.

Re: [CinCVS] Bezier automation

2006-05-26 Thread Johannes Sixt
On Friday 26 May 2006 18:17, Ichthyostega wrote: Hi all, just another question to the cinelerra source code gurus -- what is the standard procedure if you want to extend some object with a new property? I can figure out how to save and re-read property values from the session XML. But what

Re: [CinCVS] SVN Changelog - What's new ?

2006-05-13 Thread Johannes Sixt
On Saturday 13 May 2006 19:43, Nicolas wrote: Hello, I use Cinelerra SVN revision 786. I downloaded the latest SVN, and the revision number is now 789. What's new compared to my 786 version? I looked at the Changelog file, but it's not updated anymore. Generally speaking, is there a way to

Re: [CinCVS] Intel 820 D (2.8GHz) vs Athlon64 3400 ?

2006-05-02 Thread Johannes Sixt
On Tuesday 02 May 2006 11:28, Marcin Kostur wrote: Dear C2-Users 820 D and athlon64 3400 systems have similar price In theory 820D is faster - 30-50%. What whould you recommend to get considering: No recommendations, just answering questions: 1) Can cinerella use effectively both cores

Re: [CinCVS] Cinelerra with shared Libs

2006-04-26 Thread Johannes Sixt
On Sunday 23 April 2006 12:36, Eddy Nigg (StartCom Ltd.) wrote: Hi, I'm currently preparing our new StartCom MultiMedia Edition ML-5.0.5 which is based on the new Fedora Core 5 (That's a switch from previously RHEL as underlying OS) Current Cinlerra version 2.0 can't be compiled on FC5, and

Re: [CinCVS] Issues compiling original HV under FC5

2006-04-23 Thread Johannes Sixt
On Saturday 22 April 2006 06:02, Pierre Marc Dumuid wrote: Hi all, I am having difficulties compiling the Upstream (non-SVN) version of cinelerra. I have a few patches that I wrote that I was going to apply to the upstream version of cinelerra and send upstream (such as the sort by filename

Re: [CinCVS] chromakey-hsv math error

2006-04-10 Thread Johannes Sixt
Oops, no! This will all your footage, because... On Monday 10 April 2006 15:46, Jerome Cornet wrote: - as = (s - sat - min_s / min_s) / 2; + as = as = (s - sat - min_s) / (min_s * 2); ... this is undefined behavior: as is modified twice! ;)) Did you mean this? +

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Johannes Sixt
On Saturday 08 April 2006 08:48, Scott C. Frase wrote: Guys, I've checked out the latest code and run autogen.sh and get the following message: [EMAIL PROTECTED] hvirtual]# ./autogen.sh User defined paths to the preferred autoconf and automake versions. Read the script if you would like to

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Johannes Sixt
On Saturday 08 April 2006 21:55, Scott C. Frase wrote: Hi Hannes, Here is what I have: [EMAIL PROTECTED] hvirtual]# rpm -qa | grep libtool libtool-debuginfo-1.5.16.multilib2-3 libtool-libs13-1.3.5-10 libtool-1.5.16.multilib2-3 libtool-ltdl-1.5.16.multilib2-3 [EMAIL PROTECTED] hvirtual]#

<    1   2   3   4   >