| Printable Version of Topic
Click here to view this topic in its original format |
| Unofficial VirtualDub Support Forums > Advanced Video Processing > "go To Last Keyframe" How To Do? |
| Posted by: DmitryF Aug 27 2010, 07:44 AM | ||
| Hi All! I need to join a lot of files captured from my cam grouping them by date/scene etc. I could easily doing it by next scenario: 1. Open file 2. Select range <Video start> - <last keyframe> (otherwise audio become out of sync) 3. Save as with "Add to jobs" flag Continue 1-3 till my mind and hands are in pain... 4. Join all files of group together 5. Do all again to process a next group I could use a batch file which do it for me by preparing a VirtualDub script and run it Script (taken from a "job" file):
The only differences between jobs are: 1. filename (I will do it by batch file) 2. VirtualDub.subset.AddRange(0,<LAST KEYFRAME NUMBER HERE>); But I couldn't find how to get the last keyframe of a file opened inside a script. Gurus, help me, please! Thank you in advance! |
| Posted by: phaeron Aug 29 2010, 09:40 PM |
| Just use VirtualDub.subset.Delete() instead. |