UPDATE: This post is several months old now, and the process has been documented much more completely by Eugenia. If you're just starting out with this pulldown removal stuff, by far the best place to start is here:
http://eugenia.queru.com/2007/07/13/...-24p-pulldown/
.
.
ORIGINAL POST:
Well, heck, then I'll post the details. It's really not that complicated. It just FELT complicated while I was doing it.![]()
And it may LOOK lengthy and involved because this post is so wordy. But trust me, after some initial set-up, it's an incredibly simple process and works very fast.
Stuff you need to install:
AVISynth 2.5
the TIVTC plugin for AVISynth (excellent inverse telecine plugin)
dgmpgdec plugin for AVISynth (mpeg2 indexer/decoder)
VirtualDubMod
HDVSplit
Once you've got all that, here's what you do...
1) Capture your clips with HDVSplit. Let it do the scene detection for you. And capture them all into one folder. Again, I'll call it C:\clips
2) Copy my AVISynth template (attached) into that same folder. It's called "template.avs". It's a simple set of instructions for de-interlacing the m2t files, and it'll be run on every clip.
3) Run my batch file. I call it go.bat, and it's a simple one-liner that looks like this:
FOR %%f IN (%1\*.m2t) DO c:\dgindex\dgindex -if=[%%f] -FO=0 -OF=[%%f_] -AT=[%1\template.avs] -EXIT
So you'd just type "go.bat c:\clips" (without the quotes).
It's extremely inelegant so far, but it works. You'll need to adjust the path in this batch file so it points to the folder where you installed dgindex. All this batch does is run DGIndex (included with the dgmpgdec package above) on every clip in the folder. Each clip will get its own .d2v and .avs file, as well as a separate file containing the audio track. I must admit, I haven't been too concerned with audio during this procedure, so I'll have to play around with that aspect a bit.
4) At this stage you could theoretically import the .avs files directly into Premiere as clips using a third-party plug-in. But they'll edit VERRRY SLOWLY. So don't do this.
Instead, run VirtualDubMod. You can load each of the .avs files as if it were a video clip. They'll open as full 24fps 1080P video clips, and they'll look fantastic. And if you want to do them all at once, you can use VirtualDubMod's "Process directory" option. Everybody will have different needs at this point, and VirtualDubMod can probably do what you want. Resize them, make them Quicktime, Windows Media, whatever you need. It'll batch process them all. As I said, I use it to produce compressed low-resolution proxy clips for editing AND full resolution lossless clips to be substituted in after editing, all in one batch process.
Any questions, I can certainly try to help. And if there are any experts out there who want to help make this more elegant, I'd love some help!


Reply With Quote
