Hi,
This is an old thread but I was in the same position: lots of videos to process from MiniDV firewire capture (multiple scenes, want to keep these segments/date/etc...). I also want to deinterlace/upscale them with QTGMC (Andrew Swan technique on Youtube) and save them to ProRes422 Quicktime for further editing on mac. One by one, this is a very long task...
Here's my workflow:
I use the
Create AVS files.bat (ref:
https://stackoverflow.com/questions/...-with-avisynth ) to create my script.
I drag and drop all .avi to a .bat files that refers to a master .avs with my wanted settings. It creates .avs for all segments.
Then, I first need to open a single .avs file in
VirtualDub and do it the way I would want it (Full Processing mode, Compression: ProRes, etc...)
and then Queue Batch Operation / Save Video : Select Quicktime mov / Add to Job Queue.
I open the Job Control, Select Batch Wizard, drag all my .avs script I want, output folder, etc., and then I should have the Add To Queue as a Quicktime MOV option instead of avi... (Check image attachement)
Hope this help!