has anyting invented a useable method to trim() videos using avisynth plugin or script function ?
i search google but only found this method outlined below, i adjusted it to the video i was trying to trim, but it did not work correctly.
trim(69,103)++trim(238,446)++trim(495,554)++trim(6 56,786)++trim(0,0)
i think what i am looking for is the ability to use an infinate number of trim() inside a function, or as many values i need to add as trims, something like this:
VideoTrim(69..103, 238..446, 495..554, 656..786)
i would get the number from virtualdub, not snipping any video portion, just getting the timelines frame number position.
i search google but only found this method outlined below, i adjusted it to the video i was trying to trim, but it did not work correctly.
trim(69,103)++trim(238,446)++trim(495,554)++trim(6 56,786)++trim(0,0)
i think what i am looking for is the ability to use an infinate number of trim() inside a function, or as many values i need to add as trims, something like this:
VideoTrim(69..103, 238..446, 495..554, 656..786)
i would get the number from virtualdub, not snipping any video portion, just getting the timelines frame number position.