Re: [CinCV] Arvind R's CinelerraCV patches from June

2013-08-30 Thread Johannes Sixt
Am 30.08.2013 21:19, schrieb Ned Haskin: Einar, Compiled installed cinelerra-cv with just the install dir patch from june. No errors on ./configure, make or gksu make install But I get ned17@videoathlon:~/cinelerra-cv$ cinelerraCV cinelerraCV: error while loading shared libraries:

Re: [CinCV] Build under RHEL 6.3

2013-04-08 Thread Johannes Sixt
Am 07.04.2013 12:36, schrieb Egor Yu. Shkerin: Hello, just did it, not test it yet :) but I've found configure script does not detect if these libraries are on board: X11 Xv png alsa You must install the development packages. -- Hannes ___

Re: [CinCV] [PATCH] Fixed interpolation in Blur video plugin

2011-11-21 Thread Johannes Sixt
Am 21.11.2011 19:41, schrieb Einar Rünkaru: Linear interoplation is not applicable to on/off switch Rounding interpolated blur radius value Fix proposed by Michal Fapso michal.fa...@gmail.com BTW, I would very much appreciate if you would include the complete explanation why this fix is needed

Re: [CinCV] Blur keyframing : flickering

2011-11-20 Thread Johannes Sixt
Am 19.11.2011 23:46, schrieb Michal Fapso: I had one keyframe at 0 sec (0 blur radius) and another one at 3 seconds (30 blur radius) at 24fps. I added few printf commands to the blur.C to see what is going on there. The radius variable was interpolated correctly and increased steadily towards

Re: [CinCV] Blur keyframing : flickering

2011-11-20 Thread Johannes Sixt
Am 20.11.2011 14:53, schrieb Michal Fapso: Hi Hannes, I am really confused now. I tried to isolate the problem, Here is the full output of the compiled test: blur: frame=2 p.vert=1 n.vert=1 p.hori=1 n.hori=1 psc=0.971831 nsc=0.028169 prev_frame=0 next_frame=71

Re: [CinCV] Blur keyframing : flickering

2011-11-19 Thread Johannes Sixt
Am 19.11.2011 00:50, schrieb Michal Fapso: I tried that as well and for me it flickers also. I found out that the problem is in the /cinelerra_src/plugins/blur/blur.C in these 2 lines: this-vertical = (int)(prev.vertical * prev_scale + next.vertical * next_scale);

Re: [CinCV] Patch:Fixed autodetection of OpenGL in configure

2011-10-03 Thread Johannes Sixt
Am 03.10.2011 21:33, schrieb Einar Rünkaru: Hi. Thank you, testers. Attached fix is created with your help. This patch is proposed for 2.2 The following is a useful extension on top of your patch. Otherwise, with --enable-opengl is reported libGL as missing. You can find it as 32d9ceac46

Re: [CinCV] Compile problem: missing library is present?

2011-09-28 Thread Johannes Sixt
Am 27.09.2011 21:46, schrieb Richard Rasker: Op zondag 25-09-2011 om 21:59 uur [tijdzone +0200], schreef Johannes Sixt: Am 25.09.2011 12:07, schrieb Richard Rasker: Here are the relevant parts from config.log: configure:26532: checking for x264_encoder_open in -lx264 configure:26567: gcc -o

Re: [CinCV] OpenGL

2011-09-26 Thread Johannes Sixt
Am 25.09.2011 22:34, schrieb E Chalaron: there we go with --enable-mmx: Sorry, that's not what I asked for. Please read again: I have OpenSuse 11.4 64bit and also use --disable-mmx --enable-opengl, but OpenGL is detected correctly. I have the proprietary Nvidia drivers installed. It would be

Re: [CinCV] Compile problem: missing library is present?

2011-09-25 Thread Johannes Sixt
Am 25.09.2011 12:07, schrieb Richard Rasker: Op vrijdag 23-09-2011 om 14:35 uur [tijdzone -0700], schreef Octavio Alvarez: On Fri, 23 Sep 2011 13:45:30 -0700, Richard Rasker ras...@linetec.nl wrote: $ ./configure ... libx264 libraries missing # urpmi -a lib64x264 ...

Re: [CinCV] OpenGL

2011-09-25 Thread Johannes Sixt
Am 25.09.2011 21:48, schrieb E Chalaron: To report on that : --enable-mmx leads to a make error, so for me there is no other option than --disable-mmx --enable-opengl other opengl is not detected at all. Open suse 11.3 11.4 and 64 bits I have OpenSuse 11.4 64bit and also use --disable-mmx

Re: [CinCV] More on testing

2011-09-23 Thread Johannes Sixt
Am 21.09.2011 10:10, schrieb Raffaella Traniello: We are now focussing on the bugs created by the changes: - Bézier Automation - compilation on 2.6.38+ kernels, v4l and buz drivers Please, test and report back to this mailing list about bugs created by those changes. I tested with my

Re: [CinCV] autoreconf Errors

2011-07-03 Thread Johannes Sixt
Am 02.07.2011 21:36, schrieb François Colonna: When running autoreconf I got this error $ autoreconf -i --force configure.in:18: error: possibly undefined macro: AC_ENABLE_SHARED If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf

Re: [CinCV] autoreconf Errors

2011-07-03 Thread Johannes Sixt
I'm not your personal support center. Please Cc the list. Am 03.07.2011 16:23, schrieb François Colonna: autoconf (GNU Autoconf) 2.63 automake (GNU automake) 1.11.1 Nothing strange so far. Please try running ./autogen.sh -- Hannes ___ Cinelerra

Re: [CinCV] Running cinelerra through opengl 3.x

2011-05-08 Thread Johannes Sixt
Am 06.05.2011 13:16, schrieb Guillermo Cortes Espinosa de los Monteros: Hi! I have difficulties to get acceleration using opengl, when running CINELERRA, although in the manual reads that it works with opengl 2.x I think it should work with the 3.x (this is what I have) .. My question is:

Re: [CinCV] Results of Cinelerra Souce Code Analysis

2011-05-02 Thread Johannes Sixt
Am 02.05.2011 02:25, schrieb Ichthyostega: while we at that topic, can someone please enlighten me? How can the following code even remotely work? Autos::~Autos() { while(last) delete last; delete default_auto; } Hypothesis 1: last is already NULL when we enter the

Re: [CinCV] Cinelerra defaults

2011-04-28 Thread Johannes Sixt
Am 27.03.2011 18:29, schrieb Einar Rünkaru: I finished some changes regarding cinelerra defaults. Commits in my tree: - Changed some defaults used on first start (4d2d4adef6ab5fcaf8ca0e3e47ae03bb0a0641d6) This looks backwards: +#ifdef HAVE_VIDEO4LINUX2 driver = VIDEO4LINUX; +#else

Re: [CinCV] static build - howto?

2011-03-04 Thread Johannes Sixt
On Freitag, 4. März 2011, Gour wrote: I'm testing Free(PC)BSD in order to be able to migrate from Linux soon. However, at the moment there is neither Cinelerra nor Openshot ports available, so I'd like to try Cinelerra running under Linux emulation which, as I've heard, works fine. In

Re: [CinCV] About title plugin

2011-01-02 Thread Johannes Sixt
On Sonntag, 2. Januar 2011, Jose Aguilar wrote: Attached patch to use almost all the special keys (áâïôú), and numbers of keypad Thanks, but the character codes that you patch generates are latin1 (aren't they). How would this work in a koi8-r setup, for example? // number pad

Re: [CinCV] About title plugin

2011-01-02 Thread Johannes Sixt
On Sonntag, 2. Januar 2011, Raffaella Traniello wrote: On 02/01/11 15:41, Jose Aguilar wrote: Attached patch to use almost all the special keys (áâïôú), and numbersof keypad In my Cinelerra (plain CinCV) I can add special characters from my Italian keyboard with no problems. (àèéìòù).

[CinCV] Re: About yuv4mpeg render with ffmpeg

2010-12-31 Thread Johannes Sixt
On Donnerstag, 30. Dezember 2010, Tarot Jean-Sébastien wrote: The option of ffmpeg has change i modify fileyuv.C (line 439 and 440) source file with good options. it's work. I cannot tell what the impact of the patch is because I'm not using the feature. What do others on the list say about

Re: [CinCV] About title plugin

2010-12-28 Thread Johannes Sixt
On Dienstag, 28. Dezember 2010, Tarot Jean-Sébastien wrote: This plugin work well. I can selecting a font , changing size, scrolling , shadow, and speed. It's very usefull. But i have 2 problems : when i write accents caractères not éàè but the spécial charactères obtain by 2 keys or

Re: [CinCV] Couple of fixes for j6t branch

2010-12-22 Thread Johannes Sixt
On Dienstag, 21. Dezember 2010, Einar Rünkaru wrote: On Mon, Dec 20, 2010 at 11:39 PM, Johannes Sixt j...@kdbg.org wrote: On Sonntag, 19. Dezember 2010, Einar Rünkaru wrote: On Sun, Dec 19, 2010 at 10:41 PM, Johannes Sixt j...@kdbg.org wrote: On Sonntag, 19. Dezember 2010, Einar Rünkaru

Re: [CinCV] Couple of fixes for j6t branch

2010-12-20 Thread Johannes Sixt
Please keep the list Cc'd, so that there's a record of the discussion. On Sonntag, 19. Dezember 2010, Einar Rünkaru wrote: On Sun, Dec 19, 2010 at 10:41 PM, Johannes Sixt j...@kdbg.org wrote: On Sonntag, 19. Dezember 2010, Einar Rünkaru wrote: diff --git a/cinelerra/pluginclient.h b

Re: [CinCV] Couple of fixes for j6t branch

2010-12-19 Thread Johannes Sixt
On Sonntag, 19. Dezember 2010, Einar Rünkaru wrote: Hi Attached are couple of fixes for current j6t branch. First patch fixes crash that may be triggered by any plugin. This patch sets: plugin-thread = 0; \ On Sonntag, 19. Dezember 2010, Einar Rünkaru wrote: From

Re: [CinCV] cinelerra-cv install, rename ffmpeg includes?

2010-12-11 Thread Johannes Sixt
On Samstag, 11. Dezember 2010, Valentina Messeri wrote: Great! (i was wondering how could i manage this) is it committed? I pushed out the fix this moment. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no

Re: [CinCV] cinelerra-cv install, rename ffmpeg includes?

2010-12-08 Thread Johannes Sixt
On Mittwoch, 8. Dezember 2010, august wrote: Hi, Is there a reason to install the ffmpeg headers when you do make install on cinelerra? It doesn't seem necessary, and always mucks up my system. I need the normal libav*-dev packages for building other software.

Re: [CinCV] fresh cinelerra logs me out

2010-11-28 Thread Johannes Sixt
On Sonntag, 28. November 2010, w.stoepfgesh...@gmx.de wrote: Hello everybody, I am new on this list. I installed cinelerracv-smp on a quadcore with Ubuntu-Studio-10.10-alternate (Maverick Meerkat ) from the source-code, by adwises from Cinelerra for grandma . The problem: If I start

[CinCV] [ANNOUNCE] Cinelerra 2.1.5CV

2010-11-21 Thread Johannes Sixt
After more than four years of rather silent work on Cinelerra 2.1CV we are now pleased to officially announce the release of Cinelerra 2.1.5CV! During the last eight months more than twenty patches were contributed and finally merged. They are available using 'git clone' or 'git pull' from:

[CinCV] Re: Release of Cin2.1.5CV?

2010-11-19 Thread Johannes Sixt
On Freitag, 19. November 2010, Simeon Völkel wrote: I just wanted to inquire when we finally increase the version number to 2.1.5 as I couldn't see any changes on the git repos for about two weeks now. I had hoped to hear back from Monty about the problem I observed with one of the ALSA

[CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-11-05 Thread Johannes Sixt
On Freitag, 5. November 2010, Einar Rünkaru wrote: On Thu, Nov 4, 2010 at 11:49 PM, Simeon Völkel simeon.voel...@sfz-bw.de wrote: Personally speaking I would prefer a release rather soon for the following reasons: 1. a new version should encourage distributions to build new packages

Re: [CinCV] Compositor keyframing and scene change

2010-11-03 Thread Johannes Sixt
On Montag, 1. November 2010, Ivan Volosyuk wrote: According to manuals Cinelerra keyframes are actually between frames, This is not true in general. Keyframes can be located anywhere. But as long as you have the option Align cursor on frames switched on (Settings menu), you are forced to put

Re: [CinCV] Some fixes for 2.1.5CV

2010-11-02 Thread Johannes Sixt
[taking this back to the list; hope you don't mind] On Montag, 1. November 2010, Einar Rünkaru wrote: On Mon, Nov 1, 2010 at 11:09 PM, Johannes Sixt j...@kdbg.org wrote: On Montag, 1. November 2010, Einar Rünkaru wrote: Check OpenGL version runtime This should be unnecessary. Cinelerra

[CinCV] Pushed a batch of fixes

2010-11-02 Thread Johannes Sixt
I've pushed out a batch of fixes that were discussed the past week. git://git.cinelerra.org/j6t/cinelerra.git master The following patches are not included: Correct timing bug in the alsa driver Eliminate the YUV file loader's wont build complete index... Rwrite the latency

Re: [CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-11-01 Thread Johannes Sixt
On Sonntag, 31. Oktober 2010, Simeon Völkel wrote: #define PIX_FMT_RGB32 PIX_FMT_NE(ARGB, BGRA) #define PIX_FMT_RGB32_1 PIX_FMT_NE(RGBA, ABGR) #define PIX_FMT_BGR32 PIX_FMT_NE(ABGR, RGBA) #define PIX_FMT_BGR32_1 PIX_FMT_NE(BGRA, ARGB) so at least the remark of it being destructive is

Re: [CinCV] Some fixes for 2.1.5CV

2010-11-01 Thread Johannes Sixt
On Montag, 1. November 2010, Einar Rünkaru wrote: commit:17e9b20b680792ef738b301359abdb164d234048 Tue, 6 Apr 2010 16:07:13 + (19:07 +0300) Check OpenGL version runtime This should be unnecessary. Cinelerra requires OpenGL 2.0 and would not compile if it is not available.

[CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-31 Thread Johannes Sixt
On Sonntag, 31. Oktober 2010, Simeon Völkel wrote: So what is currently still pending / not merged yet (that should be included in Cin2.1.5CV)? Branch sv/gentoo-fixes shows what I have queed so far, but I think I'm not sure whether the tip one (the gentoo ffmpeg fix) is good. More tomorrow...

Re: [CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-28 Thread Johannes Sixt
On Donnerstag, 28. Oktober 2010, Monty Montgomery wrote: I assume you have a camera that works well with Cinelerra can you take a video of the problem in progress and send it to me? :-) That will end alot of guessing and hard-to-describe nature of the behavior. I sent a video and hardware

Re: [CinCV] SOWT Audio Patch

2010-10-27 Thread Johannes Sixt
On Mittwoch, 27. Oktober 2010, Einar Rünkaru wrote: Hi Johannes Can you add this patch from Mark to 2.1.5 official version. At least worked for me. Did it after some whitespace cleanup. I also removed the additions to outdated Makefile.* and moved the addition to Makefile.am to the right

Re: [CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-27 Thread Johannes Sixt
On Mittwoch, 27. Oktober 2010, Monty Montgomery wrote: Speaking of sync: With the patches applied, I get acceptable playback only when I Disable hardware synchronization. Ah, that part of the patch got cherrypicked too, OK. I renamed the option in my own tree so that it says what it

[CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-27 Thread Johannes Sixt
On Mittwoch, 27. Oktober 2010, Simeon Völkel wrote: On 10/26/10 22:12, Johannes Sixt wrote: - b789d4ff fix background rendering crash on =jpeg-7 This doesn't compile here. It needs version checks around uses of do_fancy_upsampling. I've added these checks and extended the commit

Re: [CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-27 Thread Johannes Sixt
On Mittwoch, 27. Oktober 2010, Monty Montgomery wrote: On Wed, Oct 27, 2010 at 4:17 PM, Johannes Sixt j...@kdbg.org wrote: When I back out the Correct timing bug in the alsa driver patch, things work well again. That is, I do not have to turn on Disable hardware synchronization to have

[CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-26 Thread Johannes Sixt
On Sonntag, 24. Oktober 2010, Simeon Völkel wrote: today Monty and I worked out which of his changes are independent from his ffmpeg loader project and fix bugs of CinCV. I've merged these commits over into my repo[1] and would like to ask you to pull these changes (everything from october,

Re: [CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-26 Thread Johannes Sixt
On Dienstag, 26. Oktober 2010, Monty Montgomery wrote: - 8aa33e3e Rwrite the latency timing/calculation for the OSS backend  There is parctically no explanation why the change is good and why  a new mutex is needed. It looks dangerous. How extensively has the  code been excercised? Why is

Re: [CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-26 Thread Johannes Sixt
On Dienstag, 26. Oktober 2010, Johannes Sixt wrote: I pushed out my state to git://git.cinelerra.org/j6t/cinelerra.git sv/gentoo-fixes This state doesn't work for me (it crashes on the first playback of DV), hence, I didn't push it to master right away. I'll investigate. No, it doesn't

[CinCV] Re: Cinelerra CinCV merge request / Cin2.1.5CV

2010-10-24 Thread Johannes Sixt
Am 24.10.2010 18:06, schrieb Simeon Völkel: I've merged these commits over into my repo[1] and would like to ask you to pull these changes (everything from october, starting with [2], except for the one commit[3] which states that it is not for CinCV) over into the official CinCV repo. Thanks,

Re: [CinCV] making Einar's git repo compile on Gentoo (64 bit)

2010-10-22 Thread Johannes Sixt
On Freitag, 22. Oktober 2010, Simeon Völkel wrote: 1. Fixing admin/nasm script 2. Fix shapewipe / libpng 1.4.x incompability. I've pushed out these two as well. 3. Update po/POTFILES.in This seems to be specific to Einar's repository. -- Hannes

Re: [CinCV] Just upgraded to Fedora 13 - having compile problem.

2010-08-11 Thread Johannes Sixt
On Mittwoch, 11. August 2010, Einar Rünkaru wrote: Can you push one more fix: remove edit.C:line 50 ListEdit::ListEdit(); It's pointless and fails to compile with newer gcc. I pushed out this fix. -- Hannes ___ Cinelerra mailing list

Re: [CinCV] does cinelerra-cv install ffmpeg headers and pkg-config files?

2010-08-10 Thread Johannes Sixt
On Dienstag, 10. August 2010, august wrote: Hi, Does cinelerra-cv install ffmpeg header and pkg-config files? If so, is there a reason for this? I just fought with my system for a few days trying to find out why pkg-config was giving me funny versions for libavutil.

Re: [CinCV] Compile error

2010-08-07 Thread Johannes Sixt
(Please keep the list in the loop!) On Samstag, 7. August 2010, Howard Helsinger wrote: Johannnes: this may be the most useful suggestion I've had, as I try to solve this problem.I did as you suggested, and deleted copies of libx264 from usr/local/include, leaving them only in

Re: [CinCV] Just upgraded to Fedora 13 - having compile problem.

2010-08-06 Thread Johannes Sixt
On Dienstag, 3. August 2010, Einar Rünkaru wrote: Try to add two lines: #include sys/types.h #include sys/stat.h before line 28: #include unistd.h Please report results. I've pushed out your fix (and the MAP_FAILED fix, as well). It was very easy to pick up the patches from your

Re: [CinCV] Compile error

2010-08-06 Thread Johannes Sixt
On Montag, 2. August 2010, Howard Helsinger wrote: When I try to compile, I get an error: undefined reference to `x264_encoder_open_85' I've tried the remedy previously mentioned, but it doesn't solve the problem: this was the remedy. i've copied the file in /usr/local/include to

Re: [CinCV] uncompressed or not

2010-06-23 Thread Johannes Sixt
On Mittwoch, 23. Juni 2010, E Chalaron wrote: Hi all I have an academic argument with someone here. When I export in quicktime 422 yuv2 8 bits, is it compressed yes or no ? To me it is not. 1. Define compressed. 2. Define what you compress. The second is important: If your source is RGB

Re: [CinCV] create a title

2010-06-09 Thread Johannes Sixt
On Mittwoch, 9. Juni 2010, Douglas Pollard wrote: Have my video nearly finish but having trouble with the title. I'm working from the manual and have set up a title as described(I think). When I try to view the scrolling title in the compositor It shows the picture I am using but no title? I

Re: [CinCV] Save back by mistake

2010-06-04 Thread Johannes Sixt
On Freitag, 4. Juni 2010, Douglas Pollard wrote: Ok, I saved files using save as and save. I have a file there by the name I gave it when saving in save as. I imported it to Cinelerra using Load files and the files all opened in the resources widow. This was after trying to use load back up

Re: [CinCV] Crashing from MP3 music

2010-06-01 Thread Johannes Sixt
On Dienstag, 1. Juni 2010, Douglas Pollard wrote: HI Herman, and thanks for the help. I'm sorry, I guess I misspoke She crashes on start up when automatically loading. The Mp3 file is corrupted and I don't know how to keep it from loading so it crashes. I guess this is the problem assuming

Re: [CinCV] Bug in Cinelerra, compilation of ./cinelerra/versioninfo.h breaks on Debian Squeeze due to faulty ./cinelerra/Makefile

2010-05-27 Thread Johannes Sixt
On Donnerstag, 27. Mai 2010, Johan Förberg wrote: On my computer, Debian Linux (squeeze), the make command fails for your most recent version of Cinelerra (Thu, 10 Dec 2009 21:10:54 +) at http://git.cinelerra.org/. The ./configure script generates a cinelerra/Makefile which echoes to

Re: [CinCV] Speeding up and slowing down a track

2010-04-19 Thread Johannes Sixt
On Sonntag, 18. April 2010, Dean Ashby wrote: I've got a track that I want to add a fast play effect (double speed) for the first 6 seconds of input resulting in 3 seconds of output, followed by the next 2 seconds of input slowed down by 0.5 to produce 4 seconds of output, then play the rest

Re: [CinCV] 4.1 HV Viewer Fedora

2010-02-20 Thread Johannes Sixt
On Samstag, 20. Februar 2010, cShell Music wrote: try this link to download the 4.1 CV version. Worked for me, as I had the same problem. git clone git://git.cinelerra.org/j6t/cinelerra.git my_cinelerra This is cinelerra 2.1CV, not 4.1. -- Hannes

Re: [CinCV] Error building latest from git repo

2010-02-19 Thread Johannes Sixt
On Freitag, 19. Februar 2010, Ken Bass wrote: .libs/qth264.o: In function `encode': /home/ken/build/cinelerra/quicktime/qth264.c:158: undefined reference to `x264_encoder_open_83' collect2: ld returned 1 exit status You very certainly have inconsistent installations x264 on your system, like

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Johannes Sixt
On Sonntag, 31. Januar 2010, Scott C. Frase wrote: I see that the libGL.so.1 in that directory has the appropriate OpenGL hooks: [sfr...@ogre usr]$ strings -a /usr/lib64/nvidia/libGL.so.1 | grep glDeleteShader glDeleteShader [sfr...@ogre usr]$ strings -a /usr/lib64/nvidia/libGL.so.1 | grep

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Johannes Sixt
On Sonntag, 31. Januar 2010, Scott C. Frase wrote: Hannes, I did a search on some different things in config.log (error, gl, GL, OpenGL,etc), but don't see any errors related to opengl that are jumping out at me. I'm sorry to bother you, but can you take a look?

Re: [CinCV] Compiling cinelerra

2010-01-07 Thread Johannes Sixt
On Mittwoch, 6. Januar 2010, E Chalaron wrote: /home/edouard/cinelerra12_09/quicktime/qth264.c:158: undefined reference to `x264_encoder_open_80' Check for inconsistent versions of libx264. Just recently there was a report about this error, and it was a version mismatch. -- Hannes

Re: [CinCV] Compile error

2009-12-16 Thread Johannes Sixt
On Montag, 14. Dezember 2009, Johannes Sixt wrote: On Montag, 14. Dezember 2009, njin wrote: Il giorno lun, 14/12/2009 alle 18.45 +0100, Johannes Sixt ha scritto: On Montag, 14. Dezember 2009, cucarra...@tiscali.it wrote: I'm compiling Cinelerra on amd 64 but i've this error

Re: [CinCV] Compile error

2009-12-14 Thread Johannes Sixt
On Montag, 14. Dezember 2009, cucarra...@tiscali.it wrote: I'm compiling Cinelerra on amd 64 but i've this error /home/njin/hvirtual/quicktime/qth264.c:158: undefined reference to `x264_encoder_open_80' How did you run configure? --with-external-ffmpeg? -- Hannes

Re: [CinCV] Compile error

2009-12-14 Thread Johannes Sixt
On Montag, 14. Dezember 2009, njin wrote: Il giorno lun, 14/12/2009 alle 18.45 +0100, Johannes Sixt ha scritto: On Montag, 14. Dezember 2009, cucarra...@tiscali.it wrote: I'm compiling Cinelerra on amd 64 but i've this error /home/njin/hvirtual/quicktime/qth264.c:158: undefined

Re: [CinCV] compile cinelerra cv with internal ffmpeg on 64bit suse

2009-12-13 Thread Johannes Sixt
On Freitag, 11. Dezember 2009, Reimar Imhof wrote: Thanks a lot, on my system your patch is working. Thanks; pushed. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCV] compile cinelerra cv with internal ffmpeg on 64bit suse

2009-12-10 Thread Johannes Sixt
that they are not split. The patch below is what I intend to keep. It is not perfect because it assumes that user-provided --libdir does not contain double-quotes. To fix this, more complicated treatment of $libdir would be needed that I think is not warranted. -- Hannes From: Johannes Sixt j

Re: [CinCV] compile cinelerra cv with internal ffmpeg on 64bit suse

2009-12-07 Thread Johannes Sixt
On Montag, 7. Dezember 2009, Reimar Imhof wrote: Hallo cinelerra-cv-team, I've tried to compile cinelerra cv on openSuse 11.2, 64 bit with internal ffmpeg. I've used the latest git version (2009-11-14). During install I get the ffmpeg libs installed to /usr/lib. I change the file configure.in

Re: [CinCV] Problems after upgrading to 4.1 via Debian Multimedia

2009-11-29 Thread Johannes Sixt
On Sonntag, 29. November 2009, Limadito Porlamenesunda wrote: Hi!. This is my first mail to the list, so I'wll introduce myself. I'm Limadito, and have been using Cinelerra for a while from the Debian Multimedia packages on Debian Testing/AMD64. After the last update, Cinelerra refuses to

Re: [CinCV] Help! Cinelerra won't load XML completely

2009-11-21 Thread Johannes Sixt
On Samstag, 21. November 2009, John Coppens wrote: Hello people. After a couple of weeks of tweaking a short movie in free moments, suddenly Cinelerra only loads 1 track (of 8 or 9). The resources are loaded correctly. The XML file is about 1.2MB large, the project contains 100s of PNGs,

Re: [CinCV] Need info/help with new ffmpeg regarding WMV and FLV

2009-11-15 Thread Johannes Sixt
On Sonntag, 15. November 2009, aki...@gmail.com wrote: From some time I not read email, sorry. The new version (as old) not handle wmv, flv and mp4 than can be play good on Cinelerra4. Wmv/flv not can be handle at all and most mp4 plays audio very slow. I mean that problem can be solved by

[CinCV] Need info/help with new ffmpeg regarding WMV and FLV

2009-11-14 Thread Johannes Sixt
I've already updated my git repository with the new ffmpeg (which is dated around 2008-05-31). Thanks to Vale and akir4d for their tests! But then akir4d reported that the new version does not support WMV and FLV. I would like to fix the breakage. But unfortunately: - akir4d was not veriy

Re: [CinCV] Need info/help with new ffmpeg regarding WMV and FLV

2009-11-14 Thread Johannes Sixt
On Samstag, 14. November 2009, Rafael Diniz wrote: Just one point: why such old ffmpeg? It's the one that is in Cinelerra 4. It makes merging easier. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no

Re: [CinCV] New ffmpeg uploaded for testing

2009-11-08 Thread Johannes Sixt
On Mittwoch, 4. November 2009, aki...@gmail.com wrote: Johannes Sixt ha scritto: I am absolutely not a Cinelerra user, only a hacker; therefore, I can only tell that this version compiles for me, but I cannot tell whether it does what it is supposed to do (I don't even know how to test

Re: [CinCV] Scrolling titles

2009-11-08 Thread Johannes Sixt
On Sonntag, 8. November 2009, E Chalaron wrote: Hi there I am a bit confused here... I am trying to get tittles to scroll bottom to top and for whatever reason it does not work. I have my title, and when I use no motion all is here. if I choose to scroll it bottom to top, all vanish I am

Re: [CinCV] Cinelerra Plugin - Dip2Black

2009-10-27 Thread Johannes Sixt
On Dienstag, 27. Oktober 2009, Keith Gudger wrote: I've been thinking about these suggestions for a while, and think I'll do the following: 1) Update the plugin so that is uses templates instead of a macro. This is a great idea - I wonder why so many of the plugins use macros? Hysterical

Re: [CinCV] New ffmpeg uploaded for testing

2009-10-16 Thread Johannes Sixt
On Freitag, 16. Oktober 2009, Valentina Messeri wrote: Compile well on debian 32b, gonna do now 64bi just imported my last project on timeline and everything seems smooth (good job, as usual :D)anyway as well as you dunno what test exactly... Good to know that it compiles elsewhere,

[CinCV] New ffmpeg uploaded for testing

2009-10-14 Thread Johannes Sixt
Packagers, I've pushed out a cinelerra with an updated version of the in-tree ffmpeg. I'd like you to test this version before I push it to the official branch. To clone the repository: git clone git://git.cinelerra.org/j6t/cinelerra.git then checkout the branch ffmpeg: git checkout

Re: [CinCV] UTF-8 encoded files name display

2009-09-25 Thread Johannes Sixt
On Donnerstag, 24. September 2009, Toby wrote: is there a way to get correct display of UTF-8 encoded file names in cinelerra file dialogs ? I don't think so. How about the internal handling of such file names ? I believe that this does not cause problems. Do I have to expect problems when

Re: [CinCV] problem with WIKI instructions for updating source with git

2009-05-10 Thread Johannes Sixt
On Sonntag, 10. Mai 2009, Raffaella Traniello wrote: I found a file in the root of my downloaded repo called 'ChangeLog' This file is really out of date (Hannes, is it a useful file?) This file is mostly useless. I certainly won't update it because descriptions of changes can be found by

Re: [CinCV] patch to fix build w/ latest ffmpeg

2009-05-07 Thread Johannes Sixt
On Sonntag, 3. Mai 2009, Rafael Diniz wrote: Hi people, Can anyone please apply the attached patch. It fixes cinelerra build w/ latest ffmpeg (trunk). Sorry, this patch breaks my build, which uses the in-tree ffmpeg: ../../../git/quicktime/qtffmpeg.c: In function 'get_chroma_factor':

Re: [CinCV] rendering audio with delay audio effect blows up cinelerra

2009-04-19 Thread Johannes Sixt
On Mittwoch, 15. April 2009, Scott C. Frase wrote: On Tue, 2009-04-14 at 21:10 +0200, Johannes Sixt wrote: Perhaps it is just my distro (Fedora 10, x86-64), but has anyone else seen this before I post to Bugzilla? I see random crashes with the delayed audio effect that I don't see

Re: [CinCV] rendering audio with delay audio effect blows up cinelerra

2009-04-14 Thread Johannes Sixt
On Dienstag, 14. April 2009, Scott C. Frase wrote: Hi Guys, Rendering audio with a delay audio effect on the timeline blows up Cinelerra with a malloc memory corruption. I rendered using various audio/video compression schemes: -mpeg4 video/mpeg4 audio (Quicktime container) -jpeg video/twos

Re: [CinCV] could use help on compiling

2009-04-03 Thread Johannes Sixt
On Freitag, 3. April 2009, Claude Jones wrote: I went back to the same page a day later and it had changed, with the new command being: git clone git://git.cinelerra.org/j6t/cinelerra.git my_cinelerra I remember a discussion about moving from svn to git (do I have that right?) Yes, you got

Re: [CinCV] Re: Problem compiling Cinelerra on Ubuntu Hardy

2009-02-28 Thread Johannes Sixt
On Samstag, 28. Februar 2009, James Cook wrote: I'd recommend starting with the compilation flags, lest you disturb your Ubuntu installation. Well, I tried playing with some compilation flags with no success.  I am really a novice with compiling from source.  Any recommendations on flags. 

[CinCV] debian/changelog is outdated

2009-01-29 Thread Johannes Sixt
The most recent entry in debian/changelog is dated 2006-09-12. This is quite aged. Is there a knowledgable Debian developer who knows how to bring this file up-to-date in a meaningful way? That is, I don't want to just throw in today's date without any additional notices or without knowing

Re: [CinCV] dnxhd

2009-01-22 Thread Johannes Sixt
On Mittwoch, 21. Januar 2009, David Arendt wrote: I think this should be ok. Thanks, I've pushed it out. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCV] dnxhd

2009-01-21 Thread Johannes Sixt
On Dienstag, 20. Januar 2009, David Arendt wrote: In fact, as only other parameters are passed to a standard ffmpeg function, conditioning compiling is not necessary. Compiling and executing with internal ffmpeg will work. Only opening dnxhd encoded files will fail. Not quite. I had to insert

Re: [CinCV] dnxhd

2009-01-20 Thread Johannes Sixt
On Dienstag, 20. Januar 2009, David Arendt wrote: Hi, Yes, Avid uses it and they also developed it. I think we must also thank Avid for releasing such a great codec as opensource. Thanks for reminding me. I forgot about this patch. I now tried it, but as you announced, it does not work with

Re: [CinCV] Adding audio to input file (was: No audio in the input file, no audio anywhere)

2008-12-23 Thread Johannes Sixt
On Dienstag, 23. Dezember 2008, Rodolfo Medina wrote: Now, if image.mpg has no audio in it, the command $ cat image.mpg movie.mpg total-movie.mpg creates a new file in which the original audio of movie.mpg is shifted back at the beginning of total-movie.mpg, that I don't want. You cannot

Re: [CinCV] Cinelerra on FreeBSD

2008-12-21 Thread Johannes Sixt
On Sonntag, 21. Dezember 2008, Aragon Gouveia wrote: That is a pity. Is anyone on the list able and willing to test this? I'm happy to update my patch, but there's not much point if there's no one that can take it to the next level. The problem(s) I hit were beyond my programmatic grasp so

Re: [CinCV] about cin-4 merge

2008-12-01 Thread Johannes Sixt
On Samstag, 29. November 2008, rafael2k wrote: Hello people, How is going the cin-4 merge? Anyone working in it? It seems that work has stalled. I tried it myself, but it turns out to be an enormous undertaking. I decided that I have more pressing work to do elsewhere. I do want to complete

Re: [CinCV] bad image - and errors - with 'projector automation'

2008-11-22 Thread Johannes Sixt
On Samstag, 22. November 2008, John Detwiler wrote: I'm trying to do 'picture in picture', but the projected image seems to be clipped and/or folded. Cinelerra is also throwing errors. Attached are three screenshots: 1. test pattern with 'normal' projector settings (X=0.0, Y=0.0, Z=1.0).

Re: [CinCV] utf8 / unicode titles

2008-11-16 Thread Johannes Sixt
On Sonntag, 16. November 2008, Roger Keays wrote: Hi, Does anybody know if it is possible to use unicode characters in the Cinelerra 'Title' video effect? I tried setting LC_ALL to en_AU.utf8 which is one of the locales I have installed, but this does not work for me. I'm making a video

Re: [CinCV] Problem in settings

2008-10-29 Thread Johannes Sixt
On Mittwoch, 29. Oktober 2008, Douglas Pollard wrote: In the Cinelerra program window I clicked settings then preferences the window is too tall for the tabs at the bottom to be seen so I cannot except or or refuse the settings I made. I ran into this before and I can't remember what I did

Re: [CinCV] Mob repository is back!

2008-10-14 Thread Johannes Sixt
On Dienstag, 14. Oktober 2008, Peter B. Steiger wrote: Stupid question here, couldn't any malicious person put a gpg-signed tag on destructive content as well? Sure. But it can only be that person's own signature (unless it was stolen), and it's your business whether you blindly trust that

Re: [CinCV] FFmpeg and x264

2008-09-29 Thread Johannes Sixt
On Montag, 29. September 2008, rafael2k wrote: Hi Frans, Things are working ok here. Can anyone commit this to the main (j6t) git tree? I pushed it out. -- Hannes ___ Cinelerra mailing list Cinelerra@skolelinux.no

Re: [CinCV] FFmpeg and x264

2008-09-27 Thread Johannes Sixt
On Samstag, 27. September 2008, rafael2k wrote: Ow, it was quite easy to fix. Can anyone review the patch to fix cinelerra w/ the newer ffmpeg API? I think the fix is correct, as I got it looking at the ffmpeg svn diff. ps: how will I version my cinelerra packages? git has no revision number!

Re: [CinCV] Migration from subversion to git

2008-09-26 Thread Johannes Sixt
On Freitag, 26. September 2008, Cillian de Roiste wrote: As has been mentioned on the list previously, there are already a number of actively maintained git repositories: http://git.cinelerra.org/gitweb/ The j6t repo has the latest work on Cinelerra CV 2.1 The c4 repo has the latest work on

  1   2   3   4   >