Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: How To: Cinelerra Advanced GUI Video Editing

  1. #1
    Join Date
    Aug 2006
    Location
    United Kingdom
    Beans
    989
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    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!

  2. #2
    Join Date
    Aug 2006
    Location
    United Kingdom
    Beans
    989
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How To: Cinelerra Advanced GUI Video Editing

    Uh oh.

    Mind moving this to here for me?

    Thanks.

  3. #3
    Join Date
    Aug 2005
    Beans
    69

    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

  4. #4
    Join Date
    Jan 2006
    Location
    Portugal
    Beans
    2
    Distro
    Ubuntu 6.06

    Re: How To: Cinelerra Advanced GUI Video Editing

    I've the same error....that makes two of us..

  5. #5
    Join Date
    Jul 2006
    Location
    Manassas, VA
    Beans
    17
    Distro
    Ubuntu 10.04 Lucid Lynx

    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

  6. #6
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    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

  7. #7
    Join Date
    Aug 2006
    Location
    Sothern California
    Beans
    Hidden!
    Distro
    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

  8. #8
    Join Date
    Jun 2005
    Beans
    173

    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!

  9. #9
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    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

  10. #10
    Join Date
    Aug 2006
    Location
    United Kingdom
    Beans
    989
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    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.
    Last edited by Old Pink; October 4th, 2006 at 11:55 PM.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •