![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
OKAY! For reasons best known to...some part of my brain for sure, I have made a series of tutorials to show people how to make vids on Linux. I've done this for a few reasons, firstly because there should be more vids, and my own experiences getting to grips with Cinelerra were more challenging than they would have been had there been an active vidding community to assist me, since a lot of the tutorials were aimed at different types of video editing or deeply technical. Secondly, I think more people should be aware of the option. Not only are Linux and Cinelerra philosophically free, as in open source, they're also financially free, as in zero cost. And they run much better on systems with lower end specs.
So you know, vidding has a somewhat deserved reputation as being an expensive hobby, but you really can have a program that can do fancy editing shit without spending a lot of money or having a superawesome machine.
SO BRIEFLY:
These tutorials are split into two parts. The first focuses on basics, including getting a Linux-based Operating System (I recommend Ubuntu) and setting that up, installing programs, setting up Cinelerra, basic editing on Cinelerra with a focus on what is most applicable to music videos (in my own biased opinion, of course!)
The second set of tutorials is a collection of stuff I've done over the past year that is more advanced. It's basically focused on achieving more complex effects and/or stuff that many other editing programs have presets for but Cinelerra doesn't. That's the thing about Cinelerra, it can do most of the stuff Vegas or Premiere can do, it's just not always obvious, preset-level easy, and will involve using a program that kind of looks like it was made in 1994.
SO. LET'S GET ON WITH IT:
Vidding on on Linux with Cinelerra: Tutorial 1
This tutorial comprises a brief discussion on easy ways to install Ubuntu, setting up your Ubuntu installation to play DVDs and restricted media, and installing Cinelerra, Avidemux and Audacity (the latter being two programs that you may find useful in vidding). If you already have Linux and these programs, skip this.
UPDATE 1: When I recorded this, the Synaptic Package Manager was included by default in Ubuntu, and I used it as the method of adding the Cinelerra PPA because to those coming from a Mac or Windows background, I think it is an easier way of understanding what you're doing to your system. Unfortunately, it's no longer included by default in Ubuntu. You can either install it from the Software Centre (in the same way as other programs discussed in the above tutorial), or you can just use the terminal and paste in some code to get the same result:
1. Open a new terminal (ctrl+alt+t)
2. Paste in the following lines of code:
sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra-cv
It will ask you to enter your password. Do so - and don't worry that it's not showing you asterisks for each character. Hit enter.
3. You're done!
UPDATE 2: Again, when I recorded this, the libdvdcss programme that allows you to play DVDs used to be kept at medibuntu.org. That is no longer the case. The repository was deemed obsolete but an alternate (free, open source, and I believe with the same potential legal issues discussed in the tutorial) is now available:
1. Open a new terminal (ctrl+alt+t)
2. Paste in the following lines of code:
sudo apt-get update
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
You may be asked for your password, again just enter it and don't worry that it's not showing asterisks. Hit enter.
3. You're done!
Vidding on Linux with Cinelerra: Tutorial 2
Cinelerra is quite good about importing a wide variety of video and audio formats. However, this tutorial details how to convert media into formats that Cinelerra can read using Avidemux and Audacity.
Advanced Tips: As I noted, Cinelerra is fine with .vob files (the type you get on a DVD). It does not work with .mkv files (the type from BluRay) "out of the box". However, it's the container it doesn't like, not the video stream inside. If you change the container from .mkv to .mp4, it should work. The easiest way to do this is to throw it into AviDemux, leave the video setting on "copy", and change the format to mp4. Convert and you've got an .mp4 file Cinelerra should accept without having actually re-encoded the video stream (so there's no loss of quality). It may give you shit about the audio. If it does so, do the same thing but convert the audio to AAC, stereo, 48khz and that should fix it.
Also as I mentioned in the vid, if you are a responsible vidder and prefer lossless codecs, you probably know more about this than me, but I do know that Cinelerra should work with MJPEG, DV and DNxHD. More detailed instructions for preparing media are available here
Vidding on Linux with Cinelerra: Tutorial 3
This tutorial details setting up Cinelerra's global settings, and then tweaking individual project settings.
Vidding on Linux with Cinelerra: Tutorial 4
Finally! Basic editing in Cinelerra!
Vidding on Linux with Cinelerra: Tutorial 5a
Panning, zooming, fading in and out (the histogram-based effects).
Vidding on Linux with Cinelerra: Tutorial 5b
Using effects and transitions.
Vidding on Linux with Cinelerra: Tutorial 6
Rendering video out of Cinelerra.
For those attempting the more complicated rendering option in the above tutorial, here is the text I pasted into the cine_render.sh script:
#/bin/bash
mpeg2enc -v 0 -r 16 -4 1 -2 1 -D 10 -E 10 -g 15 -G 15 -q 1 -b 8600 -f 8 -o $1
The command to execute the cine_render.sh script (that I type into the terminal) is:
chmod 777 ~/cine_render.sh
ADVANCED TIPS - RENDERING H264 AND/OR RESOLUTIONS GREATER THAN 720X480: Okay, so I left this out of the above because doing this is a bit complicated thanks to Cinelerra's finicky rendering options, and I wanted to keep the video tutorials as a sort of "quick start guide". So to reiterate, all of the above will still work. But since HD footage is becoming ubiquitous, I think I should include this. The steps themselves should be easy enough to follow, but I'll try to throw in some context where possible:
First a word on xvid/divx vs h264. One of the big reasons h264 is better is efficiency. With two files encoded at the same bitrate - the h264 one will look way shinier than the xvid one. But if you just pump the xvid bitrate through the roof you can approach parity of shininess, you just end up with fucking enormous files. So since xvid plays smoother than h264 (at least on my computer, I imagine a faster machine would help), if hard drive space isn't an issue for you, you may want to try this. HOWEVER, if you'd rather just use h264 (and hell, I do,) read on!
Also, there are ways of getting the mpeg render described above to work with 1280x720, but to be honest, it won't get you as good quality as the below. SO!
1. Render as an avi per the instructions in the above tutorial. However, make the following amendments:
- Choose "Mpeg-4 Video" as the video codec, not "Microsoft Mpeg".*
- Set the bitrate through the roof. I recommend 8000000 (8000kpbs) to start.** Take it down to 7500000 (7500kpbs) if it freaks out on you, but that's happened to me like once in years of doing this.
- Leave the buffer at 500000 (500kpbs) - as noted in the above tutorial, it can freak out if the percentage of the bitrate is too high or too low. I find this number works well for any bitrate between 2000kpbs and 8000kbps.
- Leave the audio on mp3 per the above, unless it gives you any shit (it's happened to me on rare occasions), in which case change it to "Twos Complement" which is an uncompressed format and should fix it for you.
* We're using this codec rather than the Microsoft one because it will provide a better-looking video file. I didn't suggest it in the tutorial as the standard codec to use because it also creates files that half the shit on your computer will refuse to play (see below).
** It's this high because (see above) this is an intermediary file, so you want to crank up the bitrate so high you're sure you've gone way beyond the quality ceiling. Size isn't an issue at this point since this isn't for distribution.
2. You will now have a video file! It will be gorgeous! There'll be some loss of quality, but it should be essentially invisible to the human eye on the average screen! Unfortunately, it will also probably refuse to play in anything other than VLC player (available from the Software Centre). You've made an intermediary file that we can encode into something sensible for distribution. Unfortunately, AviDemux is one of the the programs that probably won't be willing to play it.
That's okay! We're going to use ffmpeg! If you don't have it installed:
- Search the Software Centre for ffmpeg and install it.
- Search the Software Centre for "libavcodec-extra" and install the one you find. I believe the current version is "libavcodec-extra-53". If you have 32-bit Ubuntu install the version with "i386" in the name. If you have 64-bit install the one without "i386". You will probably need Medibuntu repositories enabled for this - see instructions in the first tutorial. This is basically a bunch of extra options for ffmpeg.
You now have ffmpeg!
3. Ffmpeg is a command line programme. If this is intimidating there are a bunch of programmes that create GUI front ends for it. WinFF is one available in the Software Centre, and I've also heard good things about Sinthgunt, but I can't speak from experience, and sometimes these programmes limit you to preset templates. So go forth and explore, but I'm going to tell you how to do this from the command line.
- Make sure the file you're converting is in your home directory (the one that is named, err, your username). New terminals open by default "in" this directory and then you won't have to worry about navigating anywhere.
- Open a new terminal (ctrl+alt+t).
- Type the following:
ffmpeg -i cinelerrafile.avi -acodec libfaac -aq 100 -vcodec libx264 -preset slow -crf 12 finalfile.mp4
But replace "cinelerrafile.avi" with the name of the file you rendered out of cinelerra and replace "finalefile.mp4" with whatever you want your final file to be called.
Hit enter! :D It will convert! :D And show up in your home directory.
The above will create an .mp4 file with aac audio, encoded with h264. The "-crf" argument is what determines the quality, the lower it is, the higher the quality (though again, you reach a ceiling at a certain point). I find that 12 - 24 is a good range, so change this if you feel your files are too large. As it encodes you will be able to see what the bitrate is within the terminal.
You can set bitrate specifically, use different codecs, different containers, etc., the above is just what I've found works most reliably for me with the best mix of quality/size. Here is the ffmpeg documentation.
MORE ADVANCED TUTORIALS! Most of these have already been posted on this LJ before, and one or two aren't totally applicable to vidding, but are collected here for posterity. The last couple are new.
Cinelerra Tutorial: Dream Glow & Edge Detection effects
Cinelerra Tutorial: Make a Lightsaber!
Cinelerra Tutorial: Masks, Moving Masks, Split Screens (Using Masks!)
Cinelerra Tutorial: Colour Pass Effect (Sin City Effect)
Cinelerra Tutorial: Colour Correction
Cinelerra Tutorial: Animated Effect
Cinelerra Tutorial: 3D Transitions
Cinelerra Tutorial: Turn Day to Night
Cinelerra Tutorial: Creating New Transitions
Cinelerra Tutorial: Texture Overlays
Cinelerra Tutorial: Title Effects (including animated & 3D)
Cinelerra Tutorial: Light Bloom/Enhancing Light Sources
Finally, a few links:
The Cinelerra CV Manual: this is the official manual for the community version of Cinelerra (which is the version we are dealing with here; see here for information as to why if you're curious). The manual looks big and intimidating and probably isn't a good first step for a total beginner, but it's very comprehensive and very useful and will pretty much answer all your questions. So it's good to link it here for posterity.
Various Other Tutorials: The official Cinelerra CV site links to various other tutorials in various languages with various focuses. It's probably the most complete centralised repository of tutorial links I've found, though you can also just plain old search YouTube.
THE END.
:)
So you know, vidding has a somewhat deserved reputation as being an expensive hobby, but you really can have a program that can do fancy editing shit without spending a lot of money or having a superawesome machine.
SO BRIEFLY:
These tutorials are split into two parts. The first focuses on basics, including getting a Linux-based Operating System (I recommend Ubuntu) and setting that up, installing programs, setting up Cinelerra, basic editing on Cinelerra with a focus on what is most applicable to music videos (in my own biased opinion, of course!)
The second set of tutorials is a collection of stuff I've done over the past year that is more advanced. It's basically focused on achieving more complex effects and/or stuff that many other editing programs have presets for but Cinelerra doesn't. That's the thing about Cinelerra, it can do most of the stuff Vegas or Premiere can do, it's just not always obvious, preset-level easy, and will involve using a program that kind of looks like it was made in 1994.
SO. LET'S GET ON WITH IT:
Vidding on on Linux with Cinelerra: Tutorial 1
This tutorial comprises a brief discussion on easy ways to install Ubuntu, setting up your Ubuntu installation to play DVDs and restricted media, and installing Cinelerra, Avidemux and Audacity (the latter being two programs that you may find useful in vidding). If you already have Linux and these programs, skip this.
UPDATE 1: When I recorded this, the Synaptic Package Manager was included by default in Ubuntu, and I used it as the method of adding the Cinelerra PPA because to those coming from a Mac or Windows background, I think it is an easier way of understanding what you're doing to your system. Unfortunately, it's no longer included by default in Ubuntu. You can either install it from the Software Centre (in the same way as other programs discussed in the above tutorial), or you can just use the terminal and paste in some code to get the same result:
1. Open a new terminal (ctrl+alt+t)
2. Paste in the following lines of code:
sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra-cv
It will ask you to enter your password. Do so - and don't worry that it's not showing you asterisks for each character. Hit enter.
3. You're done!
UPDATE 2: Again, when I recorded this, the libdvdcss programme that allows you to play DVDs used to be kept at medibuntu.org. That is no longer the case. The repository was deemed obsolete but an alternate (free, open source, and I believe with the same potential legal issues discussed in the tutorial) is now available:
1. Open a new terminal (ctrl+alt+t)
2. Paste in the following lines of code:
sudo apt-get update
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
You may be asked for your password, again just enter it and don't worry that it's not showing asterisks. Hit enter.
3. You're done!
Vidding on Linux with Cinelerra: Tutorial 2
Cinelerra is quite good about importing a wide variety of video and audio formats. However, this tutorial details how to convert media into formats that Cinelerra can read using Avidemux and Audacity.
Advanced Tips: As I noted, Cinelerra is fine with .vob files (the type you get on a DVD). It does not work with .mkv files (the type from BluRay) "out of the box". However, it's the container it doesn't like, not the video stream inside. If you change the container from .mkv to .mp4, it should work. The easiest way to do this is to throw it into AviDemux, leave the video setting on "copy", and change the format to mp4. Convert and you've got an .mp4 file Cinelerra should accept without having actually re-encoded the video stream (so there's no loss of quality). It may give you shit about the audio. If it does so, do the same thing but convert the audio to AAC, stereo, 48khz and that should fix it.
Also as I mentioned in the vid, if you are a responsible vidder and prefer lossless codecs, you probably know more about this than me, but I do know that Cinelerra should work with MJPEG, DV and DNxHD. More detailed instructions for preparing media are available here
Vidding on Linux with Cinelerra: Tutorial 3
This tutorial details setting up Cinelerra's global settings, and then tweaking individual project settings.
Vidding on Linux with Cinelerra: Tutorial 4
Finally! Basic editing in Cinelerra!
Vidding on Linux with Cinelerra: Tutorial 5a
Panning, zooming, fading in and out (the histogram-based effects).
Vidding on Linux with Cinelerra: Tutorial 5b
Using effects and transitions.
Vidding on Linux with Cinelerra: Tutorial 6
Rendering video out of Cinelerra.
For those attempting the more complicated rendering option in the above tutorial, here is the text I pasted into the cine_render.sh script:
#/bin/bash
mpeg2enc -v 0 -r 16 -4 1 -2 1 -D 10 -E 10 -g 15 -G 15 -q 1 -b 8600 -f 8 -o $1
The command to execute the cine_render.sh script (that I type into the terminal) is:
chmod 777 ~/cine_render.sh
ADVANCED TIPS - RENDERING H264 AND/OR RESOLUTIONS GREATER THAN 720X480: Okay, so I left this out of the above because doing this is a bit complicated thanks to Cinelerra's finicky rendering options, and I wanted to keep the video tutorials as a sort of "quick start guide". So to reiterate, all of the above will still work. But since HD footage is becoming ubiquitous, I think I should include this. The steps themselves should be easy enough to follow, but I'll try to throw in some context where possible:
First a word on xvid/divx vs h264. One of the big reasons h264 is better is efficiency. With two files encoded at the same bitrate - the h264 one will look way shinier than the xvid one. But if you just pump the xvid bitrate through the roof you can approach parity of shininess, you just end up with fucking enormous files. So since xvid plays smoother than h264 (at least on my computer, I imagine a faster machine would help), if hard drive space isn't an issue for you, you may want to try this. HOWEVER, if you'd rather just use h264 (and hell, I do,) read on!
Also, there are ways of getting the mpeg render described above to work with 1280x720, but to be honest, it won't get you as good quality as the below. SO!
1. Render as an avi per the instructions in the above tutorial. However, make the following amendments:
- Choose "Mpeg-4 Video" as the video codec, not "Microsoft Mpeg".*
- Set the bitrate through the roof. I recommend 8000000 (8000kpbs) to start.** Take it down to 7500000 (7500kpbs) if it freaks out on you, but that's happened to me like once in years of doing this.
- Leave the buffer at 500000 (500kpbs) - as noted in the above tutorial, it can freak out if the percentage of the bitrate is too high or too low. I find this number works well for any bitrate between 2000kpbs and 8000kbps.
- Leave the audio on mp3 per the above, unless it gives you any shit (it's happened to me on rare occasions), in which case change it to "Twos Complement" which is an uncompressed format and should fix it for you.
* We're using this codec rather than the Microsoft one because it will provide a better-looking video file. I didn't suggest it in the tutorial as the standard codec to use because it also creates files that half the shit on your computer will refuse to play (see below).
** It's this high because (see above) this is an intermediary file, so you want to crank up the bitrate so high you're sure you've gone way beyond the quality ceiling. Size isn't an issue at this point since this isn't for distribution.
2. You will now have a video file! It will be gorgeous! There'll be some loss of quality, but it should be essentially invisible to the human eye on the average screen! Unfortunately, it will also probably refuse to play in anything other than VLC player (available from the Software Centre). You've made an intermediary file that we can encode into something sensible for distribution. Unfortunately, AviDemux is one of the the programs that probably won't be willing to play it.
That's okay! We're going to use ffmpeg! If you don't have it installed:
- Search the Software Centre for ffmpeg and install it.
- Search the Software Centre for "libavcodec-extra" and install the one you find. I believe the current version is "libavcodec-extra-53". If you have 32-bit Ubuntu install the version with "i386" in the name. If you have 64-bit install the one without "i386". You will probably need Medibuntu repositories enabled for this - see instructions in the first tutorial. This is basically a bunch of extra options for ffmpeg.
You now have ffmpeg!
3. Ffmpeg is a command line programme. If this is intimidating there are a bunch of programmes that create GUI front ends for it. WinFF is one available in the Software Centre, and I've also heard good things about Sinthgunt, but I can't speak from experience, and sometimes these programmes limit you to preset templates. So go forth and explore, but I'm going to tell you how to do this from the command line.
- Make sure the file you're converting is in your home directory (the one that is named, err, your username). New terminals open by default "in" this directory and then you won't have to worry about navigating anywhere.
- Open a new terminal (ctrl+alt+t).
- Type the following:
ffmpeg -i cinelerrafile.avi -acodec libfaac -aq 100 -vcodec libx264 -preset slow -crf 12 finalfile.mp4
But replace "cinelerrafile.avi" with the name of the file you rendered out of cinelerra and replace "finalefile.mp4" with whatever you want your final file to be called.
Hit enter! :D It will convert! :D And show up in your home directory.
The above will create an .mp4 file with aac audio, encoded with h264. The "-crf" argument is what determines the quality, the lower it is, the higher the quality (though again, you reach a ceiling at a certain point). I find that 12 - 24 is a good range, so change this if you feel your files are too large. As it encodes you will be able to see what the bitrate is within the terminal.
You can set bitrate specifically, use different codecs, different containers, etc., the above is just what I've found works most reliably for me with the best mix of quality/size. Here is the ffmpeg documentation.
MORE ADVANCED TUTORIALS! Most of these have already been posted on this LJ before, and one or two aren't totally applicable to vidding, but are collected here for posterity. The last couple are new.
Cinelerra Tutorial: Dream Glow & Edge Detection effects
Cinelerra Tutorial: Make a Lightsaber!
Cinelerra Tutorial: Masks, Moving Masks, Split Screens (Using Masks!)
Cinelerra Tutorial: Colour Pass Effect (Sin City Effect)
Cinelerra Tutorial: Colour Correction
Cinelerra Tutorial: Animated Effect
Cinelerra Tutorial: 3D Transitions
Cinelerra Tutorial: Turn Day to Night
Cinelerra Tutorial: Creating New Transitions
Cinelerra Tutorial: Texture Overlays
Cinelerra Tutorial: Title Effects (including animated & 3D)
Cinelerra Tutorial: Light Bloom/Enhancing Light Sources
Finally, a few links:
The Cinelerra CV Manual: this is the official manual for the community version of Cinelerra (which is the version we are dealing with here; see here for information as to why if you're curious). The manual looks big and intimidating and probably isn't a good first step for a total beginner, but it's very comprehensive and very useful and will pretty much answer all your questions. So it's good to link it here for posterity.
Various Other Tutorials: The official Cinelerra CV site links to various other tutorials in various languages with various focuses. It's probably the most complete centralised repository of tutorial links I've found, though you can also just plain old search YouTube.
THE END.
:)
no subject
Date: 2011-02-28 02:07 am (UTC)no subject
Date: 2011-02-28 02:26 am (UTC)The first is that I genuinely get a better experience out of it. It's faster (because it needs lower minimum specs), it crashes less, it freezes up less. And now I'm used to it there are a number of things about the way Ubuntu, specifically, is set up that I enjoy. All the fuss that they have about the new "App Store" for Mac computers? Ubuntu has had that for a few years. Except all the apps are free! Well they used to be - they've added support for paid apps into the "Software Centre" in the last six months but they're very rare. Plus the centralised Software Centre means that updates to Ubuntu itself AND all your installed programs get bundled together (and then, unlike Windows, it doesn't freak out if you choose NOT to install any of them). So you don't have to go to each individual program, or program's home website and check for updates individually. So, err, yes, I just get a better computing experience out of it.
Secondly, while technically malware and viruses could be spread for Linux distros (including Ubuntu) on a practical level this is near unheard of, due to a combination of being more securely built and the fact it's much more obscure even than Mac, so no one bothers. This means I don't have to worry about anti-spyware or anti-virus stuff.
Thirdly, and probably least importantly, but it's still a nice thing, I like the philosophical aspect of using open source software. The more I learn about Microsoft and its business practices and attitudes the less I like them. And I'm not even a manic anti-Microsoft person; I wouldn't suggest someone change to Ubuntu just because of that - certainly it is an adjustment and not something someone who's happy with Windows
needs to go through.
But, for instance, Microsoft isn't selling you a copy of Windows - it's licensing it to you. Theoretically, it could revoke that license. It's why you don't actually have any right to hack around with the internal code of Windows. I mean, I wouldn't have the know-how anyway, but it means that technically, hacking into my own computer is illegal. And...on an underlying level it concerns me that if I pay a lot of money for an expensive machine, the software that makes it usable is not something I own or have much control over. Another example of Microsoft's behaviour was their decision to ban all modded Xboxes from their network even though many Xboxes had been modded for legal reasons, or Sony removing the right of PS3 owners to install an alternate operating system on it even if they're not using that operating system to conduct illegal activities, on hardware they've legally purchased.
Long story short, even though I don't personally make use of it, I enjoy knowing that the software I'm using is legally protected and no one can show up and declare that I cannot use it anymore, disable it or otherwise remove it from my control.
I hope that was helpful! If you have any other questions and I didn't scare you off with my mad person ramble, please let me know!
no subject
Date: 2011-02-28 10:12 am (UTC)I guess even on quite modern machines, video editing remains a system hog?
Is there like, a minimum sort of requirement on what sort of video card you need?
no subject
Date: 2011-02-28 12:12 pm (UTC)Regarding your actual question, yeah, video editing is a bit of a system hog, even now. But I think it probably has a worse reputation than it needs, and running Linux helps a LOT because the OS itself needs to use less of the system and so more of it's available to give to the editing program.
As an example, my last laptop was pretty good, although by no means anything close to top end (and would have had reasonably low specs by desktop standards). It had 2 gigs of RAM and a 2.0ghz dual core processor. It had a fairly low end video card - mostly that's going to be an issue for complex 3D gaming or really high grade effects compositing rather than basic video editing. With this set up I never attempted to run any of the "big names" I mentioned above, but I was running Ulead VideoStudio which...ran okay, but used to have issues with playback lag. It was totally something I could work around, but having only ten seconds of "in sync" playback whenever you started using fast cuts or adding effects to be played back in realtime was annoying. It was also something I just assumed I had to live with until I put Linux on the computer and discovered that Cinelerra, a way more advanced program, had WAY better playback even with LOADS of effects on multiple tracks. It had a bit of lag, but nothing close to what it was on Windows (on a lower end program), and it used to self-correct and catch up on the playback much better and more quickly.
Now I have a new computer (4 gigs RAM, 2.3 Ghz Core i5, onboard [i.e. kind of crappy] graphics card with 256megs dedicated RAM) it runs like a dream. Even with very complicated split screen effects, it might fall slightly out of synch for a second or two before picking itself up when playing back within the program.
Wikipedia informs me that the minimum specs for Cinelerra are 256megs of RAM and a 500Mhz processor. Frankly I think this is a little optimistic and likely a relic of a very early release back in 2003 or something when the CV version was first released; minimum specs aren't mentioned on the official site. I imagine it would install and work with that but...I wouldn't like to thin how slow it'd be. I guess if I were making a totally uneducated guess, I'd say that it runs well on 2 gigs RAM and a 2ghz processor, and you could probably manage okay with 1.5 Ghz and 1gig. But that's...a wild guess based on my own experiences with it.
no subject
Date: 2011-02-28 04:40 pm (UTC)no subject
Date: 2011-02-28 10:02 pm (UTC)I believe there's a lot of piracy and/or surreptitiously doing stuff to let you reinstall a free trial in the vidding scene - though there are also a lot of people who purchase things legally - and I'll, err, leave that comment there. ;) Which again is another reason I like Linux because that kind of thing stops being an issue to wage moral war in your own mind over. And also removes a potential serious financial barrier into the hobby because realising you're stuck with Windows Movie Maker forever can be depressing in itself. ;)
no subject
Date: 2011-02-28 11:59 pm (UTC)And yeah, I do think software producers price themselves out of millions of sales sometimes.
no subject
Date: 2011-02-28 02:19 am (UTC)no subject
Date: 2011-02-28 02:30 am (UTC)Basically, I fail at judging you for loving Vegas presets because they make your vids so goooooorgeous. ♥
Again, I'm really glad you like the idea of having done this - at which point I'm rambling because I shoulda fallen into bed about half an hour ago!
no subject
Date: 2011-02-28 02:49 am (UTC)lobotomizing the raidersdoing something irreversible to it but it scares me.but you really can have a program that can do fancy editing shit without spending a lot of money or having a superawesome machine.
I think you could do could do fancy editing shit with two paper towel rolls, toothpicks, and a digital camera because you are awesome like that. :-) I mean you used to do cool things with WMM!
I will bookmark this, though. Because you never know and you've laid it out so neatly. :-)
no subject
Date: 2011-02-28 12:17 pm (UTC)Though that's not to say, necessarily, that you should. If you're comfortable with the program you have now, there may not be much bonus in going through a new learning curve (and the learning curve for Cinelerra can be quite steep) just for the sake of it being open source.
Also you're too kind, but thanks. I think 90% of cool effects is often just grit and determination.
Yay for bookmarking! Maybe one day you'll want to use this after all! :)
no subject
Date: 2011-02-28 09:00 am (UTC)no subject
Date: 2011-02-28 12:20 pm (UTC)Anyway, I'm super psyched that you might find this useful and hope that it's, um, understandable. If you ever have any questions, please feel free to drop me a line! :)
no subject
Date: 2011-02-28 12:32 pm (UTC)no subject
Date: 2011-02-28 09:52 pm (UTC)Thanks for letting me know that you might be able to make use of this! :D
no subject
Date: 2011-02-28 02:19 pm (UTC)THIS IS FANTASTIC. I am so impressed at the work you've done here. I might actually get my noggin around this vidding thing like I've wanted to for a while.
(Microsoft can rip my Ubuntu disks from my cold dead hands as far as I'm concerned, going back is not an option, and Steve Jobs scares me.)
no subject
Date: 2011-02-28 09:56 pm (UTC)Cinelerra really is a great program once you understand how it works - I think being a programmer is going to stand you in great stead since it'll give you the resolve to stick with it. The problem with Cinelerra is that it does have a bit of a vicious learning curve if you don't have someone to show you the ropes, and then a lot of people never get beyond that even though once you have, it's a really solid little program. So, yeah. I urge you to persevere! The world needs more vids! :)
(And I agree completely. I never thought I'd end up in this position but the more I find out about Windows the less I like it, but somehow Macworld, while undoubtedly better built, doesn't seem like the utopia it's often painted to be either).
no subject
Date: 2011-02-28 11:19 pm (UTC)no subject
Date: 2011-02-28 11:31 pm (UTC)no subject
Date: 2011-02-28 05:01 pm (UTC)no subject
Date: 2011-02-28 09:56 pm (UTC)no subject
Date: 2011-03-04 03:58 am (UTC)no subject
Date: 2012-07-29 08:01 pm (UTC)What did you use to make these screencasts? I recently attempted to make screencasts for a Blender tutorial, but I couldn't get any of the programs I tried to work properly.
no subject
Date: 2012-07-30 05:40 pm (UTC)I am totally glad that the tutorials make it seem useable and switch-to-able though. I really do like the program now that I've gotten to know it. That said, if Blender is working for you, I'm not sure what its capabilities are (I've always wanted to know more about editing video in Blender, but all the tutorials I find are focused on its modeling and animation features since they're more developed), so I'm not sure what Cinelerra can offer you that Blender can't?
Either way, though, good luck! Moar linuxvidding! :D
As to screencasting, yeah, I hate pretty much all of the screencast options for Linux that I found, so I actually use a script someone put together and do it from a terminal and it works really well for me. Details here:
http://duanedesign.net/blog/?p=175
no subject
Date: 2013-03-28 03:12 pm (UTC)I'm making my
no subject
Date: 2013-07-07 10:37 pm (UTC)