View Single Post
Old 14th June 2004, 01:32   #5  |  Link
GoldBuggie
Registered User
 
Join Date: May 2004
Posts: 4
What i did in the end

Thanks for the input!

Since i didn't want to take away all the work i've put into creating that freezeframe file i decided to split it into 2 avifiles.

I had to create a little script that created 2 freezeframe files, which is very easy. The second file just needs the numbers subtracted by the beginning of the trim number.

Then I did this(in short):

...
Trim(18501,37852)
Import("freeze02.txt")

and a
...
Trim(0, 18500)
Import("freeze01.txt")

Which gives me 2 avi files. Then i created another avs file which joined those 2 avi files and with that file I am now doing decimate, filtering etc.
GoldBuggie is offline   Reply With Quote