Wesley T Allen | 1 May 2006 05:11
Favicon

compiling...

Hi all,
	I'm trying to compile svn of cinelerra and I'm having some problems.
	configure reports that everything is found, but compiling fails...

Here's the ouput:

make[3]: Entering directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
/bin/sh ../../libtool --tag=CC --mode=link gcc -DHAVE_MMX -DUSE_MMX -DX86_CPU  
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o 
libmpeg3_video.la   getpicture.lo headers.lo idct.lo macroblocks.lo 
mmxtest.lo motion.lo mpeg3video.lo output.lo reconstruct.lo seek.lo slice.lo 
vlc.lo mmxidct.lo reconmmx.lo   -lm -ldl -lpthread
ar 
cru .libs/libmpeg3_video.a .libs/getpicture.o .libs/headers.o .libs/idct.o .libs/macroblocks.o
.libs/mmxtest.o .libs/motion.o .libs/mpeg3video.o .libs/output.o .libs/reconstruct.o
.libs/seek.o .libs/slice.o .libs/vlc.o .libs/mmxidct.o .libs/reconmmx.o
ar: .libs/reconmmx.o: No such file or directory
make[3]: *** [libmpeg3_video.la] Error 1
make[3]: Leaving directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/cinelerra/hvirtual/libmpeg3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/cinelerra/hvirtual'
make: *** [all] Error 2

Can't find out which package I need to install...any help?

Wes

--

-- 
(Continue reading)

Andraz Tori | 1 May 2006 10:21
Picon

Re: compiling...

there should be an error before that ... seems like reconmmx isn't
getting compiled

for which platform/which gcc are you trying to compile?

bye
andraz

On ned, 2006-04-30 at 23:11 -0400, Wesley T Allen wrote:
> Hi all,
> 	I'm trying to compile svn of cinelerra and I'm having some problems.
> 	configure reports that everything is found, but compiling fails...
> 
> Here's the ouput:
> 
> make[3]: Entering directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
> /bin/sh ../../libtool --tag=CC --mode=link gcc -DHAVE_MMX -DUSE_MMX -DX86_CPU  
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o 
> libmpeg3_video.la   getpicture.lo headers.lo idct.lo macroblocks.lo 
> mmxtest.lo motion.lo mpeg3video.lo output.lo reconstruct.lo seek.lo slice.lo 
> vlc.lo mmxidct.lo reconmmx.lo   -lm -ldl -lpthread
> ar 
> cru .libs/libmpeg3_video.a .libs/getpicture.o .libs/headers.o .libs/idct.o .libs/macroblocks.o
.libs/mmxtest.o .libs/motion.o .libs/mpeg3video.o .libs/output.o .libs/reconstruct.o
.libs/seek.o .libs/slice.o .libs/vlc.o .libs/mmxidct.o .libs/reconmmx.o
> ar: .libs/reconmmx.o: No such file or directory
> make[3]: *** [libmpeg3_video.la] Error 1
> make[3]: Leaving directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/tmp/cinelerra/hvirtual/libmpeg3'
(Continue reading)

Massimo | 1 May 2006 12:41
Picon
Favicon

Re: Raw DV rendering...

Herman Robak ha detto...
>   480x720 is definitely not supported!
> DV is either 720x480 (NTSC) or 720x575 (PAL)
				 ^^^^^^^^^^^^^
Lines for PAL are 576.

--

-- 
|- Massimo ;-) ---> http://maq.altervista.org <-----|(o-  POWERED |
|- BABYLON 5 -----> http://babylon5.altervista.org <|(/)_ BY LINUX|
|- STARGATE ------> http://sg1screw.altervista.org <|And the sky  |
|WHAT DO YOU WANT?> http://morden.deviantart.com <--|full of stars|
Massimo | 1 May 2006 13:46
Picon
Favicon

Blender avi doesn't work in cinelerra

Hello, I'm trying to edit with cinelerra a work I made in blender.

Blender can make two kinds of avi:
1. RAW is loaded by cinelerra, but I can't put it in the timeline.
2. MJPEG, I can put it on timeline but the output is all transparent.

I need to use alpha channel and if I convert it with mencoder the 
transparent background becomes black.

PNG list keeps alpha channel but I have other problems, so I can't use 
it.

I put online some videos (5 frames of the standard blender cube, with 
and without alpha channel) to give you some examples:
http://maq.altervista.org/_altervista_ht/raw_rgb.avi
http://maq.altervista.org/_altervista_ht/raw_rgba.avi
http://maq.altervista.org/_altervista_ht/mjpeg_rgb.avi
http://maq.altervista.org/_altervista_ht/mjpeg_rgba.avi

The output should be like these png:
http://maq.altervista.org/_altervista_ht/rgb.png
http://maq.altervista.org/_altervista_ht/rgba.png

I need more mjpeg than raw because the file size of raw is too big.

--

-- 
|- Massimo ;-) ---> http://maq.altervista.org <-----|(o-  POWERED |
|- BABYLON 5 -----> http://babylon5.altervista.org <|(/)_ BY LINUX|
|- STARGATE ------> http://sg1screw.altervista.org <|And the sky  |
|WHAT DO YOU WANT?> http://morden.deviantart.com <--|full of stars|
(Continue reading)

Wesley T Allen | 1 May 2006 14:08
Favicon

Re: compiling...

On Monday 01 May 2006 4:21, Andraz Tori wrote:
> there should be an error before that ... seems like reconmmx isn't
> getting compiled

I'll look further up...

>
> for which platform/which gcc are you trying to compile?

Ubuntu Breezy - gcc is 1.7

Wes

>
> bye
> andraz

>
> On ned, 2006-04-30 at 23:11 -0400, Wesley T Allen wrote:
> > Hi all,
> > 	I'm trying to compile svn of cinelerra and I'm having some problems.
> > 	configure reports that everything is found, but compiling fails...
> >
> > Here's the ouput:
> >
> > make[3]: Entering directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
> > /bin/sh ../../libtool --tag=CC --mode=link gcc -DHAVE_MMX -DUSE_MMX
> > -DX86_CPU -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> > -D_FILE_OFFSET_BITS=64 -g -O2   -o libmpeg3_video.la   getpicture.lo
> > headers.lo idct.lo macroblocks.lo mmxtest.lo motion.lo mpeg3video.lo
(Continue reading)

Rodrigo Severo | 1 May 2006 14:21

Re: compiling...

On 5/1/06, Wesley T Allen <wezlo-dW9fS240g/KCS0JM9I7bsh2eb7JE58TQ@public.gmane.org> wrote:

On Monday 01 May 2006 4:21, Andraz Tori wrote:

> for which platform/which gcc are you trying to compile?

Ubuntu Breezy - gcc is 1.7

gcc 1.7?!?


Rodrigo Severo

Wesley T Allen | 1 May 2006 14:45
Favicon

Re: compiling...

On Monday 01 May 2006 4:21, Andraz Tori wrote:
> there should be an error before that ... seems like reconmmx isn't
> getting compiled

Andraz,
	I move it into another directory and it compiled fine - probably a 
permissions problem...

Wes

>
> for which platform/which gcc are you trying to compile?
>
> bye
> andraz
>
> On ned, 2006-04-30 at 23:11 -0400, Wesley T Allen wrote:
> > Hi all,
> > 	I'm trying to compile svn of cinelerra and I'm having some problems.
> > 	configure reports that everything is found, but compiling fails...
> >
> > Here's the ouput:
> >
> > make[3]: Entering directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
> > /bin/sh ../../libtool --tag=CC --mode=link gcc -DHAVE_MMX -DUSE_MMX
> > -DX86_CPU -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> > -D_FILE_OFFSET_BITS=64 -g -O2   -o libmpeg3_video.la   getpicture.lo
> > headers.lo idct.lo macroblocks.lo mmxtest.lo motion.lo mpeg3video.lo
> > output.lo reconstruct.lo seek.lo slice.lo vlc.lo mmxidct.lo reconmmx.lo  
> > -lm -ldl -lpthread
> > ar
> > cru .libs/libmpeg3_video.a .libs/getpicture.o .libs/headers.o
> > .libs/idct.o .libs/macroblocks.o .libs/mmxtest.o .libs/motion.o
> > .libs/mpeg3video.o .libs/output.o .libs/reconstruct.o .libs/seek.o
> > .libs/slice.o .libs/vlc.o .libs/mmxidct.o .libs/reconmmx.o ar:
> > .libs/reconmmx.o: No such file or directory
> > make[3]: *** [libmpeg3_video.la] Error 1
> > make[3]: Leaving directory `/tmp/cinelerra/hvirtual/libmpeg3/video'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/tmp/cinelerra/hvirtual/libmpeg3'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/tmp/cinelerra/hvirtual'
> > make: *** [all] Error 2
> >
> >
> > Can't find out which package I need to install...any help?
> >
> > Wes
>
> _______________________________________________
> Cinelerra mailing list
> Cinelerra@...
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

--

-- 
"The only way to stay sane in an insane world is to be insane."
 --Me
Andraz Tori | 1 May 2006 15:55
Picon

Re: Blender avi doesn't work in cinelerra

a) can't blender output the sequence of PNGs ?

b) can't blender output Quicktime ... it is much better supported by
cinelerra... 

bye
andraz

On pon, 2006-05-01 at 13:46 +0200, Massimo wrote:
> Hello, I'm trying to edit with cinelerra a work I made in blender.
> 
> Blender can make two kinds of avi:
> 1. RAW is loaded by cinelerra, but I can't put it in the timeline.
> 2. MJPEG, I can put it on timeline but the output is all transparent.
> 
> I need to use alpha channel and if I convert it with mencoder the 
> transparent background becomes black.
> 
> PNG list keeps alpha channel but I have other problems, so I can't use 
> it.
> 
> I put online some videos (5 frames of the standard blender cube, with 
> and without alpha channel) to give you some examples:
> http://maq.altervista.org/_altervista_ht/raw_rgb.avi
> http://maq.altervista.org/_altervista_ht/raw_rgba.avi
> http://maq.altervista.org/_altervista_ht/mjpeg_rgb.avi
> http://maq.altervista.org/_altervista_ht/mjpeg_rgba.avi
> 
> The output should be like these png:
> http://maq.altervista.org/_altervista_ht/rgb.png
> http://maq.altervista.org/_altervista_ht/rgba.png
> 
> I need more mjpeg than raw because the file size of raw is too big.
> 
Stefan de Konink | 1 May 2006 16:04
Picon
Picon
Favicon

Re: Blender avi doesn't work in cinelerra

On Mon, 1 May 2006, Andraz Tori wrote:

> a) can't blender output the sequence of PNGs ?
It can, only produces serperate files.

> b) can't blender output Quicktime ... it is much better supported by
> cinelerra...
In OSX it does :)

Stefan
Wesley T Allen | 1 May 2006 16:07
Favicon

Re: compiling...

On Monday 01 May 2006 8:21, Rodrigo Severo wrote:
> On 5/1/06, Wesley T Allen <wezlo@...> wrote:
> > On Monday 01 May 2006 4:21, Andraz Tori wrote:
> > > for which platform/which gcc are you trying to compile?
> >
> > Ubuntu Breezy - gcc is 1.7
>
> gcc 1.7?!?

heh, my pre-coffee brain transmogrified gcc with automake for some really

gcc is 4.0
>
>
> Rodrigo Severo

--

-- 
"The only way to stay sane in an insane world is to be insane."
 --Me

Gmane