DVDragon
15th October 2002, 08:03
I've got a .m2v i need to trim from frame 0-12892, and from 14001 to the end. I just want the middle portion. I've tried but all that i can get to work is the trimming of the first part.
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll")
mpeg2source("C:\BLADE\blade.d2v")
Trim(12892,0)
BilinearResize(100,100)
ResampleAudio(44100)
Not sure how to get the other part. Any help would be appreciated.
I did do a search but couldn't find what i was lookin' for.
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll")
mpeg2source("C:\BLADE\blade.d2v")
Trim(12892,0)
BilinearResize(100,100)
ResampleAudio(44100)
Not sure how to get the other part. Any help would be appreciated.
I did do a search but couldn't find what i was lookin' for.