Video Editing Woes
Comments
I could possibly have the export and edit commercial steps out of order--I don’t know for sure if it will allow you to edit first. If not, export to DV, then edit, and just Save your file. No need for a second Export.
There is another solution that uses Roxio’s Toast, but that’s another $80. I did find an Applescript that controls a Unix app that splits MPEGs into multiple files. It allows you to set split points in the Quicktime timeline (regular version is ok for this), and then feeds that information to a command line app that splits it up for you, naming them sequentially, with your commercials (or other edits) removed. Then you drag the whole mess of files into Toast’s DVD / VCD window, and it will rejoin them, and use each file break as a chapter marker, which is convenient.
Bad thing about Toast--again, it’s $80, and you can’t make nifty menus and motion indexes like you can with iDVD. They aren’t bad, but Toast is really a burning app, not a design app.
I couldn’t figure out how to demux with Diva, but mpgtx worked for me. It’s also a wrapper for a command-line utility, so that could be better for AppleScripting, but I don’t know for sure yet.
I also edited your steps above a little to correct a couple of things (adding AIFF to m2v instead of the other way around and exporting to DV before editing).
Figuring this AppleScript stuff out enough to actually do something is going to take some effort…
AppleScript is “human language”, so honestly, it’s a bit more cryptic to sort out for people used to coding.
Sort out what you want to do in pseudo-code, and I’ll try to help you script it.
Umm… steps 1 - 6a from the list above? Basically, I’d just like to get to the point where I can actually start editing the video.
The extra preparation will make you apprec...it will benefit the final quali....it will allow you to enj....I got nothin.
why not ebay the capture card and get a mac one? sounds like it would save a shitload or problems....
btw i got a capture card for like $50 bucks and it does mpeg 1, 2, and 4. Not a bad price for what it does.
k what the hell CC, does your site hate me?
http://www.msicomputer.com/product/netpc/netpc_detail.asp?model=TV@nywhere
twas the url i wanted.
Just an update, for Greggo’s benefit mostly, I stayed up until 3am last night creating said Applescript. It’s not pretty and I wouldn’t distribute it to others in its current state, but I now have a drag and drop solution that eliminates steps 1-6a, or rather, does it with little user input.
As far as I know, Quicktime is fully Applescriptable, though I’ve never done scripting for it before. I’ll load up its dictionary/library and look around.
Apple could go a long way to help out and accept MPEG-2 files within iDVD, or by removing the very arbitrary 2gb clip size limit in iMovie. Either of the two would be of assistance. iDVD is what surprises me more, I guess. Of course, I’m used to DVD Studio Pro, and I guess there’s a reason that movie houses don’t use iDVD. I found out today that iDVD won’t keep 16:9 either, and had to make my DVD in DVDSP, which I don’t mind, but for personal use, iDVD is a heck of a lock quicker to make something that looks and operates niftily.
Anyway, back to the task at hand, and for anyone who I know will stumble on this thread within a few weeks, as Chris’s site comes up as #1 for oh, every Google search I do: here is the current list of steps required for removing commercials from an MPEG-2 captured television show, and putting it on DVD.
Requires Quicktime Pro, the Quicktime MPEG-2 Playback component, iTunes, iDVD, and DiVa
1) Demux the MPEG-2 with DiVa
2) Open the audio file (.mp2) with iTunes, and convert it to AIFF
3) Open the demux’d video file (.m2v) in Quicktime Pro, and the AIFF
4) Select All in the AIFF. Then, in the video file, with the marker at the zero position on the timeline, use the Edit menu command “Add Scaled”, which will join the two in a way that Quicktime is happy with it.
5) Export to a DV Stream
6) Open the DV stream in Quicktime Pro and edit out the commercials
7) Drag and drop the DV Stream file into your iDVD project and create your DVD
By Derek Jones on February 12, 2004 at 07:07pm link