Command line video editing, courtesy of ffmpeg for windows and python25 ;)
each ripped dvd/avi is paired with a text file containing time codes for each movie (which are pre-determined scenes to be edited out).
The python script reads through the text file, looks for the AVI file with a matching name, and then runs an ffmpeg command line which grabs that section of the AVI and re-encodes it as its own AVI file. Easy peasy japanesie. hours saved? ~20 on this portion of the project, roughly 60 hours total by the time i'm done. Much much easier than manually cutting each scene out using premiere, etc.
Comment