Hi, Recently blender has implemented edl import. It supports standard cinelerra edl output. (Standard cmx3600) http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/EDL_Import
If anybody needs to do some grading and vfx works inside blender then this is the best possible lossless way. On Wed, Dec 12, 2012 at 4:07 PM, <[email protected]> wrote: > Send Cinelerra mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Cinelerra digest..." > > > Today's Topics: > > 1. Make Error (peter) > 2. Re: Make Error (John Coppens) > 3. Re: Make Error (peter) > > --__--__-- > > Message: 1 > Date: Tue, 11 Dec 2012 15:53:07 +0100 > From: peter <[email protected]> > To: [email protected] > Subject: [CinCV] Make Error > Reply-To: [email protected] > > > Hello All, > > I am following Rafa's instructions on how to compile Cinelerra-cv using > the git source code: > http://www.g-raffa.eu/Cinelerra/HOWTO/compilation.html > > Until 'make' everything seems to go ok, > but 'make' complains > > Does anybody know how to read and advance after the below error message > ? > > thanks a lot ! > > Peter > > peter@peter-K53E:~/cinelerra-cv$ make > make all-recursive > make[1]: Entering directory `/home/peter/cinelerra-cv' > Making all in libmpeg3 > make[2]: Entering directory `/home/peter/cinelerra-cv/libmpeg3' > Making all in audio > make[3]: Entering directory `/home/peter/cinelerra-cv/libmpeg3/audio' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/peter/cinelerra-cv/libmpeg3/audio' > Making all in video > make[3]: Entering directory `/home/peter/cinelerra-cv/libmpeg3/video' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/peter/cinelerra-cv/libmpeg3/video' > make[3]: Entering directory `/home/peter/cinelerra-cv/libmpeg3' > /bin/bash ../libtool --tag=CC --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 libmpeg3hv.la -rpath /usr/local/lib > -version-info 1:0:0 -release 1.5.0 -Wl,--no-undefined bitstream.lo > libmpeg3.lo mpeg3atrack.lo mpeg3css.lo mpeg3demux.lo mpeg3ifo.lo > mpeg3io.lo mpeg3strack.lo mpeg3title.lo mpeg3tocutil.lo mpeg3vtrack.lo > workarounds.lo -la52 video/libmpeg3_video.la audio/libmpeg3_audio.la -lm > -lpthread -lm -ldl -lpthread > libtool: link: gcc -shared -fPIC -DPIC .libs/bitstream.o > .libs/libmpeg3.o .libs/mpeg3atrack.o .libs/mpeg3css.o .libs/mpeg3demux.o > .libs/mpeg3ifo.o .libs/mpeg3io.o .libs/mpeg3strack.o .libs/mpeg3title.o > .libs/mpeg3tocutil.o .libs/mpeg3vtrack.o .libs/workarounds.o > -Wl,--whole-archive video/.libs/libmpeg3_video.a > audio/.libs/libmpeg3_audio.a -Wl,--no-whole-archive -la52 -lm -ldl > -lpthread -O2 -Wl,--no-undefined -Wl,-soname > -Wl,libmpeg3hv-1.5.0.so.1 -o .libs/libmpeg3hv-1.5.0.so.1.0.0 > /usr/bin/ld: .libs/libmpeg3.o: relocation R_X86_64_32 against > `.rodata.str1.1' can not be used when making a shared object; recompile > with -fPIC > .libs/libmpeg3.o: could not read symbols: Bad value > collect2: ld returned 1 exit status > make[3]: *** [libmpeg3hv.la] Error 1 > make[3]: Leaving directory `/home/peter/cinelerra-cv/libmpeg3' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/peter/cinelerra-cv/libmpeg3' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/peter/cinelerra-cv' > make: *** [all] Error 2 > > > > --__--__-- > > Message: 2 > Date: Tue, 11 Dec 2012 12:37:01 -0300 > From: John Coppens <[email protected]> > To: [email protected] > Subject: Re: [CinCV] Make Error > Reply-To: [email protected] > > On Tue, 11 Dec 2012 15:53:07 +0100 > peter <[email protected]> wrote: > > > /usr/bin/ld: .libs/libmpeg3.o: relocation R_X86_64_32 against > > `.rodata.str1.1' can not be used when making a shared object; recompile > > with -fPIC > > .libs/libmpeg3.o: could not read symbols: Bad value > > Did you, by chance, move the project from a 32-bit to a 64-bit machine? > I have the impression that there is a mixup between 32 and 64 bit libraries > here. > > If it was a 'move' I'd suggest make a 'make clean' or even 'make > distclean', > and start again completely. > > I do suspect that there is some mixup in your machine though. > > Which distribution are you using? > John > > > --__--__-- > > Message: 3 > Date: Tue, 11 Dec 2012 18:33:45 +0100 > From: peter <[email protected]> > To: [email protected] > Subject: Re: [CinCV] Make Error > Reply-To: [email protected] > > hello john, > > >> /usr/bin/ld: .libs/libmpeg3.o: relocation R_X86_64_32 against > >> `.rodata.str1.1' can not be used when making a shared object; recompile > >> with -fPIC > >> .libs/libmpeg3.o: could not read symbols: Bad value > > > > Did you, by chance, move the project from a 32-bit to a 64-bit machine? > > I have the impression that there is a mixup between 32 and 64 bit > libraries > > here. > > aha - I followed the instructions too enthousiastically, > and I saw too late that the command > > ./configure --with-buildinfo=git/recompile --enable-mmx --without-pic > > should not be used on 64bit, so I relaunched: > ./configure --with-buildinfo=git/recompile > > which seemed to build a proper makefile, but apparently it did not .. ? > > > > If it was a 'move' I'd suggest make a 'make clean' or even 'make > distclean', > > and start again completely. > > 'make clean' fixed the job - thanks a lot for helping me out > > bye > > peter > > > > > > > > > > > --__--__-- > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > > > End of Cinelerra Digest >
_______________________________________________ Cinelerra mailing list [email protected] https://lists.skolelinux.org/listinfo/cinelerra
