Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old October 2nd, 2006   #1
Old Pink
Dark Roasted Ubuntu
 
Old Pink's Avatar
 
Join Date: Aug 2006
Location: United Kingdom
Beans: 960
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to Old Pink Send a message via Skype™ to Old Pink
How To: Cinelerra Advanced GUI Video Editing



Cinelerra is the movie makers dream. Whether your an amatuer looking to put some fun things on Google Video, or Steven Speilburg working on your next big hit, this application is the one for you!

Visit the website!
Check out more Screenshots!

Downloading and Installing
  1. You'll need YASM and NASM for this. In a new terminal, type:
    Code:
    sudo apt-get install nasm
    sudo apt-get install yasm
  2. Remain in terminal, and type:
    Code:
    wget http://kent.dl.sourceforge.net/sourceforge/heroines/cinelerra-2.1-src.tar.bz2
    To get the application source. It's a fairly big download, but well worth the wait (around 8 minutes at 50kbps).
  3. Still in the the terminal, extract the .tar.bz2 using:
    Code:
    tar xfj cinelerra-2.1-src.tar.bz2
    ... wait whilst the huge file is extracted.
  4. When you're faced with a prompt again, the extract is complete and you can type:
    Code:
    cd cinelerra-2.1
  5. You're in the directory now, and nearly complete! Type:
    Code:
    ./configure
    ...wait for the lines to stop scrolling. (now's the time to take a nap, get a snack, or see a movie)
  6. When faced with another prompt, type:
    Code:
    make
    and then:
    Code:
    sudo make install
Enjoy your new software!
__________________
Remember when you were young? You shone like the sun.
Now there's a look in your eyes, like black holes in the sky.
Shine On You Crazy Diamond.
Topical Matt: home | the iphone alternatives
Old Pink is offline   Reply With Quote
Old October 2nd, 2006   #2
Old Pink
Dark Roasted Ubuntu
 
Old Pink's Avatar
 
Join Date: Aug 2006
Location: United Kingdom
Beans: 960
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to Old Pink Send a message via Skype™ to Old Pink
Re: How To: Cinelerra Advanced GUI Video Editing

Uh oh.

Mind moving this to here for me?

Thanks.
__________________
Remember when you were young? You shone like the sun.
Now there's a look in your eyes, like black holes in the sky.
Shine On You Crazy Diamond.
Topical Matt: home | the iphone alternatives
Old Pink is offline   Reply With Quote
Old October 3rd, 2006   #3
Cyfr
A Carafe of Ubuntu
 
Join Date: Aug 2005
Beans: 83
Re: How To: Cinelerra Advanced GUI Video Editing

Hello I got the following error after 'make'

FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
Cyfr is offline   Reply With Quote
Old October 3rd, 2006   #4
vampaz
First Cup of Ubuntu
 
vampaz's Avatar
 
Join Date: Jan 2006
Location: Portugal
Beans: 2
Ubuntu 6.06
Send a message via MSN to vampaz
Re: How To: Cinelerra Advanced GUI Video Editing

I've the same error....that makes two of us..
vampaz is offline   Reply With Quote
Old October 3rd, 2006   #5
VTStevenVT
5 Cups of Ubuntu
 
Join Date: Jul 2006
Location: Manassas, VA
Beans: 15
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to VTStevenVT
Re: How To: Cinelerra Advanced GUI Video Editing

make -f build/Makefile.cinelerra
sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/home/steven/cinelerra-2.1'
gcc -c -O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 -falign-functions=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../freetype-2.1.4/include -I../../ -DHAVE_OSS -DHAVE_FIREWIRE soundtest.c -o i686/soundtest.o
Assembler messages:
FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: Leaving directory `/home/steven/cinelerra-2.1'
make: *** [all] Error 2
steven@steven-laptop:~/cinelerra-2.1$ sudo make
make -f build/Makefile.cinelerra
sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/home/steven/cinelerra-2.1'
gcc -c -O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 -falign-functions=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../freetype-2.1.4/include -I../../ -DHAVE_OSS -DHAVE_FIREWIRE soundtest.c -o i686/soundtest.o
Assembler messages:
FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: Leaving directory `/home/steven/cinelerra-2.1'
make: *** [all] Error 2



That makes 3 of us
VTStevenVT is offline   Reply With Quote
Old October 3rd, 2006   #6
henriquemaia
Fresh Brewed Ubuntu
 
henriquemaia's Avatar
 
Join Date: Apr 2005
Location: Berlin, Germany
Beans: 1,213
Send a message via ICQ to henriquemaia Send a message via AIM to henriquemaia Send a message via Skype™ to henriquemaia
Re: How To: Cinelerra Advanced GUI Video Editing

Code:
Assembler messages:
FATAL: can't create x86_64/soundtest.o: No such file or directory
make[1]: *** [x86_64/soundtest.o] Error 1
make[1]: Leaving directory `/home/henriquemaia/Desktop/cinelerra-2.1'
make: *** [all] Error 2
Four
henriquemaia is offline   Reply With Quote
Old October 3rd, 2006   #7
BOBSONATOR
Gee! These Aren't Roasted!
 
BOBSONATOR's Avatar
 
Join Date: Aug 2006
Location: Sothern California
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Re: How To: Cinelerra Advanced GUI Video Editing

Make the GUI look like sony vegas, then i will use it
BOBSONATOR is offline   Reply With Quote
Old October 3rd, 2006   #8
berserker
Gee! These Aren't Roasted!
 
berserker's Avatar
 
Join Date: Jun 2005
Beans: 175
Re: How To: Cinelerra Advanced GUI Video Editing

Code:
Assembler messages:
FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: Leaving directory `/home/erich/downloads/cinelerra-2.1'
make: *** [all] Error 2
FIVE!
berserker is offline   Reply With Quote
Old October 4th, 2006   #9
CatKiller
Ubuntu addict and loving it
 
CatKiller's Avatar
 
Join Date: Jan 2006
Location: Sunny Southend-on-Sea
Beans: 4,346
Ubuntu 9.04 Jaunty Jackalope
Re: How To: Cinelerra Advanced GUI Video Editing

Code:
iain@weatherwax:~/cinelerra-2.1$ make
make -f build/Makefile.cinelerra
sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/home/iain/cinelerra-2.1'
gcc -c -O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 -falign-functions=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../freetype-2.1.4/include -I../../ -DHAVE_OSS -DHAVE_FIREWIRE  soundtest.c -o i686/soundtest.o
Assembler messages:
FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: Leaving directory `/home/iain/cinelerra-2.1'
make: *** [all] Error 2
Six
CatKiller is offline   Reply With Quote
Old October 4th, 2006   #10
Old Pink
Dark Roasted Ubuntu
 
Old Pink's Avatar
 
Join Date: Aug 2006
Location: United Kingdom
Beans: 960
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to Old Pink Send a message via Skype™ to Old Pink
Re: How To: Cinelerra Advanced GUI Video Editing

Ok, sorry to the 6+ people having trouble with this. It seems since this guide was written, the application has been modified and now for some reason will no longer compile.

If the above method does not work for you, try this official for-Ubuntu guide.

The people who have mentioned problems will be private messaged the link to this post.
__________________
Remember when you were young? You shone like the sun.
Now there's a look in your eyes, like black holes in the sky.
Shine On You Crazy Diamond.
Topical Matt: home | the iphone alternatives

Last edited by Old Pink; October 4th, 2006 at 06:55 PM..
Old Pink is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:43 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry