My Video Editing “Stack”
Tuesday, September 23rd, 2008I have edited many hours of video for fun and for school. I did one or two projects with windows Movie Maker, but ever since I got my Mac two years ago, life has been good and I use Final Cut Express for my primary compositing tool. Invariably, however, I use a lot of tools besides final cut to get the job done.
Here’s a typical situation: We want to make a music video. We’d like to have some shots where we are on the moon or in some exotic place – hence, we need a green screen. On the background we want some videos which happen to reside on YouTube. So the tasks will involve:
- Taking our video and laying it out in the desired order
- Importing movies from disparate sources in a variety of formats (flv, mp4, mov, avi)
- Add titles
- Get some music from iTunes
- Export our movie to YouTube
Here’s the tools used:
- Compositing is done entirely in Final Cut express. It has a chroma keyer that does very good green screening.
- I use either ffmpegX (ffmpeg for OS X) or FLVs Streaming Export Wizard to take a file from youtube and turn it into an mp4. 50% of the time ffmpeg doesnt work, and flv does, but one of them always comes to the rescue when the other fails.
- After most of the content layout, i can go to LiveType and do titling.
- Got iTunes music thats DRM protected? Owners of macs have it easy. Just import the music into iMovie HD, put a single photo in it, and export full quality. you can then ffmpeg that to strip out just the mp3, or just pop it directly into Final Cut Express. No wasted CDs!
- I find the following pipelines to be fairly descent for youtube export: 1) Export DV using quicktime conversion in final cut express. 2) Transcode the DV to FLV using ffmpeg. I should say, this is to render to flash video, not necessarily YouTube. I use this flash video along with SWFObject to host videos on my own server. This lets me choose whatever video size and quality i want.
When things get sticky, I also pull out the following tools:
– Audacity
– OpenCV (just program it yourself!)
– Gimp (you can do per-frame editing, and I have done so)
