[CinCVS] Segmentation Fault

2006-02-14 Thread Kevin Brosius
> Hello,
> 
> I've problem with render farm mode
> 
> With debian packages (deb 
> http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./)
> 
> On slave clients, i launch cinelerra into mode :
> 
> cinelerra -f
> 
> 
> Strace show :

Hi Modesto,

So it crashes immediately when you run it?  Or later after you try to
start a render in renderfarm mode?  Can you run cinelerra in standard
mode on that machine?  Does it have all the dependencies installed?

(I just tried renderfarm here with 2/12/06 svn and was able to render a
project using renderfarm mode successfully, so at least for my local
builds it can work.  So don't give up yet! )

-- 
Kevin

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


Re: [CinCVS] Cant compile - problem with x264

2006-02-14 Thread mark stavar
Nikolas,

The problem here is due to an X dependency in the x264 library
build.  If you used emerge to build the x264 library try a
command-line something like this:

USE="-X" emerge x264-svn

That will build x264 without the X stuff and thr rest should work okay.

Ciao,

marksOn 2/15/06, Nikolas Dahn <[EMAIL PROTECTED]> wrote:
Hi there!I tried to compile several times cinelerra from svn. Configure alwayscomplains about the lib x264 not being found though it is installed(have installed it over and over (also cleaned up several times),
currently i have the svn version 420 of it). When i try compiling it allthings are build except the contents of quicktime (without the -k switchmake exits here, with the -k option it keeps going and builds the other
targets successfully, but in the end i get no executable...). The errormessages are:/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:warning: creating a DT_TEXTREL in object.
/usr/local/lib/libx264.a(display-x11.o): In function `disp_sync':display-x11.c:(.text+0x15): undefined reference to `XSync'/usr/local/lib/libx264.a(display-x11.o): In function `disp_setcolor':display-x11.c:(.text+0x64): undefined reference to `XAllocNamedColor'
display-x11.c:(.text+0x81): undefined reference to `XSetForeground'/usr/local/lib/libx264.a(display-x11.o): In function `disp_gray':display-x11.c:(.text+0x126): undefined reference to `XAllocSizeHints'display-x11.c:
(.text+0x26c): undefined reference to `XCreateWindow'display-x11.c:(.text+0x298): undefined reference to `XSelectInput'display-x11.c:(.text+0x2d1): undefined reference to `XSetStandardProperties'display-x11.c:
(.text+0x2e3): undefined reference to `XMapWindow'display-x11.c:(.text+0x2fe): undefined reference to `XNextEvent'display-x11.c:(.text+0x353): undefined reference to `XSetStandardProperties'display-x11.c:(.text+0x37b): undefined reference to `XResizeWindow'
display-x11.c:(.text+0x392): undefined reference to `XSync'display-x11.c:(.text+0x39a): undefined reference to `XFree'display-x11.c:(.text+0x40e): undefined reference to `XCreateImage'display-x11.c:(.text+0x565): undefined reference to `XPutImage'
display-x11.c:(.text+0x5bd): undefined reference to `XPutImage'display-x11.c:(.text+0x5d9): undefined reference to `XSync'display-x11.c:(.text+0x60b): undefined reference to `XOpenDisplay'display-x11.c:(.text+0x6d8): undefined reference to `XCreateColormap'
/usr/local/lib/libx264.a(display-x11.o): In function `disp_point':display-x11.c:(.text+0x906): undefined reference to `XDrawPoint'/usr/local/lib/libx264.a(display-x11.o): In function `disp_line':display-x11.c:
(.text+0x966): undefined reference to `XDrawLine'/usr/local/lib/libx264.a(display-x11.o): In function `disp_rect':display-x11.c:(.text+0x9da): undefined reference to `XDrawRectangle'collect2: ld returned 1 exit status
make[3]: *** [libquicktimehv.la] Error 1make[3]: Leaving directory `/home/seelenfeuer/misc/cinelerra2/quicktime'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/home/seelenfeuer/misc/cinelerra2/quicktime'
make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/home/seelenfeuer/misc/cinelerra2'make: *** [all] Error 2In my eyes that makes absolutely no sense... especially because i havecompiled x264 with the --enable-visualize switch because the
make-process fails with similar error-messages without this option...Can anybody help me out? I have an athlonxp and am running gentoo linuxwith a (afaik) correctly configured x-server...With kind regards
Nikolas___Cinelerra mailing listCinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra-- Mark StavarSwan Dancer ProductionsEmail:  [EMAIL PROTECTED]
Mobile: 0410 638 671


[CinCVS] Cant compile - problem with x264

2006-02-14 Thread Nikolas Dahn

Hi there!

I tried to compile several times cinelerra from svn. Configure always
complains about the lib x264 not being found though it is installed
(have installed it over and over (also cleaned up several times),
currently i have the svn version 420 of it). When i try compiling it all
things are build except the contents of quicktime (without the -k switch
make exits here, with the -k option it keeps going and builds the other
targets successfully, but in the end i get no executable...). The error
messages are:

/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
warning: creating a DT_TEXTREL in object.
/usr/local/lib/libx264.a(display-x11.o): In function `disp_sync':
display-x11.c:(.text+0x15): undefined reference to `XSync'
/usr/local/lib/libx264.a(display-x11.o): In function `disp_setcolor':
display-x11.c:(.text+0x64): undefined reference to `XAllocNamedColor'
display-x11.c:(.text+0x81): undefined reference to `XSetForeground'
/usr/local/lib/libx264.a(display-x11.o): In function `disp_gray':
display-x11.c:(.text+0x126): undefined reference to `XAllocSizeHints'
display-x11.c:(.text+0x26c): undefined reference to `XCreateWindow'
display-x11.c:(.text+0x298): undefined reference to `XSelectInput'
display-x11.c:(.text+0x2d1): undefined reference to `XSetStandardProperties'
display-x11.c:(.text+0x2e3): undefined reference to `XMapWindow'
display-x11.c:(.text+0x2fe): undefined reference to `XNextEvent'
display-x11.c:(.text+0x353): undefined reference to `XSetStandardProperties'
display-x11.c:(.text+0x37b): undefined reference to `XResizeWindow'
display-x11.c:(.text+0x392): undefined reference to `XSync'
display-x11.c:(.text+0x39a): undefined reference to `XFree'
display-x11.c:(.text+0x40e): undefined reference to `XCreateImage'
display-x11.c:(.text+0x565): undefined reference to `XPutImage'
display-x11.c:(.text+0x5bd): undefined reference to `XPutImage'
display-x11.c:(.text+0x5d9): undefined reference to `XSync'
display-x11.c:(.text+0x60b): undefined reference to `XOpenDisplay'
display-x11.c:(.text+0x6d8): undefined reference to `XCreateColormap'
/usr/local/lib/libx264.a(display-x11.o): In function `disp_point':
display-x11.c:(.text+0x906): undefined reference to `XDrawPoint'
/usr/local/lib/libx264.a(display-x11.o): In function `disp_line':
display-x11.c:(.text+0x966): undefined reference to `XDrawLine'
/usr/local/lib/libx264.a(display-x11.o): In function `disp_rect':
display-x11.c:(.text+0x9da): undefined reference to `XDrawRectangle'
collect2: ld returned 1 exit status
make[3]: *** [libquicktimehv.la] Error 1
make[3]: Leaving directory `/home/seelenfeuer/misc/cinelerra2/quicktime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/seelenfeuer/misc/cinelerra2/quicktime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/seelenfeuer/misc/cinelerra2'
make: *** [all] Error 2

In my eyes that makes absolutely no sense... especially because i have
compiled x264 with the --enable-visualize switch because the
make-process fails with similar error-messages without this option...

Can anybody help me out? I have an athlonxp and am running gentoo linux
with a (afaik) correctly configured x-server...

With kind regards
Nikolas



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


Re: [CinCVS] Cinelerra under debian testing

2006-02-14 Thread Andraz Tori
On tor, 2006-02-14 at 09:47 +0100, Piotr Legiecki wrote:
> Are you using cinelerra to do some serious work? Is it stable enough to 
> use it without frustration? AFAIR the 1.x version wasn't very stable.

go trough archieves of this list and you will see what it is used for.

i really don't feel like explaining it again and again... :)

bye
andraž


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


[CinCVS] cinelerra ac3 and yuv4mpegpipe rendering errors

2006-02-14 Thread Anneke Zweers




Hi all,

When I try to render to ac3 audio I get a popup saying:

Couldn't open /home/santro/test.ac3

When I click the popup away I get this:

Error rendering data

The error messages in my terminal:

FileAC3::open_file failed to open codec.
SigHandler::pull_file: file /home/santro/test.ac3 not on table.

And when I try to render using the yuv4mpegpipe I get a popup saying:

Error rendering data

The error messages in my terminal:

trying popen( ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -hq -f mpeg2video /home/santro/test1.m2v)
FFMPEG::convert_cmodel img_convert() failed

Whatever command I use for the pipe I get this:

FFMPEG::convert_cmodel img_convert() failed

This happens on all my systems
Fedora core 3, Fedora core 4, Suse 9.2 and FreeBSD ( Linux emulation )

I have used cinelerra 2.0 svn starting with revision 726 till the latest one

All of them got this error

I dont have these problems with the cinelerra 1.2.2 version

And I dont have the ac3 problem with the heroin cinelerra 2.0 version

Somebody knowns what are causing these errors?

Glenn.





Re: [CinCVS] Cinelerra under debian testing

2006-02-14 Thread Piotr Legiecki

Andraz Tori wrote:

go under preferences -> playback, ... where you have alsa driver
selected.

Either switch to OSS or click on a checkbox below the driver choice,
which says: "Stop playback locks up."

bye
andraz



Hi

thanx for help, I'l try it. But wonder if I can make clean (not to force 
dependency problems with packages) cinelerra install under etch? It 
should be not very complicated (just one force-overwrite on the

libmpeg3hv_1%3a2.0.0-1svn20060213_i386.deb):

.
Unpacking libmpeg3hv (from 
.../libmpeg3hv_1%3a2.0.0-1svn20060213_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libmpeg3hv_1%3a2.0.0-1svn20060213_i386.deb 
(--unpack):
 trying to overwrite `/usr/bin/mpeg3dump', which is also in package 
mpeg3-utils

...

I'v just installed 2.0.0-1svn20060213 and it works ok (no delayed 
stopping) with alsa and unchecked "Stop playback locks up." Good.


Are you using cinelerra to do some serious work? Is it stable enough to 
use it without frustration? AFAIR the 1.x version wasn't very stable.


Regards
Piotr

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


[CinCVS] Segmentation Fault

2006-02-14 Thread Modesto Alexandre
Hello,

I've problem with render farm mode

With debian packages (deb 
http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./)

On slave clients, i launch cinelerra into mode :

cinelerra -f


Strace show :

4909  write(1, "RenderFarmClient::main_loop: cli"..., 44) = 44
4909  listen(3, 256)= 0
4909  accept(3, {sa_family=AF_INET, sin_port=htons(37290), 
sin_addr=inet_addr("192.168.0.4")}, [16]) = 4
4909  sched_getscheduler(0) = 0 (SCHED_OTHER)
4909  sched_getscheduler(0) = 0 (SCHED_OTHER)
4909  mmap2(NULL, 8388608, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb1c91000
4909  mprotect(0xb1c91000, 4096, PROT_NONE) = 0
4909  clone(child_stack=0xb24904c4, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETT
LS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID|CLONE_DETACHED, 
parent_tidptr=0xb2490bf8, {entry_number:6, base_addr:0xb2490bb0
, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, 
seg_not_present:0, useable:1}, child_tidptr=0
xb2490bf8) = 4912
4909  listen(3, 256)= 0
4909  accept(3,  
4912  clone(child_stack=0, 
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb2490bf8) 
= 4913
4913  getcwd( 
4912  waitpid(4913,  
4913  <... getcwd resumed> "/root", 1024) = 6
4913  open("/proc/cpuinfo", O_RDONLY|O_LARGEFILE) = 5
4913  fstat64(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
4913  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0xb58f5000
4913  read(5, "processor\t: 0\nvendor_id\t: Genuin"..., 1024) = 433
4913  read(5, "", 1024) = 0
4913  close(5)  = 0
4913  munmap(0xb58f5000, 4096)  = 0
4913  select(5, NULL, [4], NULL, {60, 0}) = 1 (out [4], left {60, 0})
4913  write(4, "\0\0\0\0\0", 5) = 5
4913  select(5, [4], NULL, NULL, {60, 0}) = 1 (in [4], left {59, 999000})
4913  read(4, "\0\0\n\20", 4)   = 4
4913  brk(0x86cd000)= 0x86cd000
4913  brk(0x86b4000)= 0x86b4000
4913  --- SIGSEGV (Segmentation fault) @ 0 (0) ---
4913  rt_sigaction(SIGSEGV, {SIG_DFL}, {0xb798bc60, [SEGV], SA_RESTART}, 8) = 0


Can you help me ?
Thanks
Alex.


pgphbCRDuRUFV.pgp
Description: PGP signature


Re: [CinCVS] Cinelerra and H.264

2006-02-14 Thread Tim Murphy
I did this recently - but had to export as some other format (can't remember what I used) and then used ffmpeg to encode with a very recent version of the h.264 codec that I built for it.I found it quite hard to find a way to export something out of cinelerra without it crashing that would be understood by ffmpeg.
The compression level seemed pretty good to me, compared to mpeg2 and the original horrendous quitcktime .mov file.Cheers,TimOn 14/02/06, 
Herman Robak <[EMAIL PROTECTED]> wrote:
On Tue, 14 Feb 2006 02:03:06 +0100, mark stavar <[EMAIL PROTECTED]> wrote:> I was just wondering, with the release Cinelerra 2.0, is anyone trying to> make use of the 
H.264 codec?  Or if people have any other thoughts or> experiences on the matter.  I tried once to render a short HD recording (HDV) into h.264,and was quite disappointed.  It took a long time, the resulting
file was ridiculously big (much larger than the original MPEG2)and it did not play properly.--Herman Robak___Cinelerra mailing list
Cinelerra@skolelinux.nohttps://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] Changing the progressbar in the splashscreen

2006-02-14 Thread Andre Sousa
hi all!

Code issue!

I'm doing the greenelerra theme (new update coming soon!)
I've been trying to change the progressbar aspect in the splashscreen
with no success.
I've been digging into the source code but can't figure how to change
it. Resources files are loaded after the splashscreen comes up so...

Any Ideas ?!!

-- 
Plácido André Sousa
[EMAIL PROTECTED]
http://placide.home.sapo.pt

 .-.
 /v\L   I   N   U   X
// \\  >Phear the Penguin<
   /(   )\
^^-^^



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


Re: [CinCVS] Cinelerra and H.264

2006-02-14 Thread Herman Robak

On Tue, 14 Feb 2006 02:03:06 +0100, mark stavar <[EMAIL PROTECTED]> wrote:


I was just wondering, with the release Cinelerra 2.0, is anyone trying to
make use of the H.264 codec?  Or if people have any other thoughts or
experiences on the matter.


 I tried once to render a short HD recording (HDV) into h.264,
and was quite disappointed.  It took a long time, the resulting
file was ridiculously big (much larger than the original MPEG2)
and it did not play properly.

--
Herman Robak

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