Truman.............
I'm having problems with this. Is this a valid argument for the "trim" command?b I looked at the manual but it wasn't very clear about this.
#example only
#random values that compare to my project
Trim(100,199)
Trim(254,299)
this is towards the end of the script after all the resizing is done. Last step I believe. Thanks man!!
+ Reply to Thread
Results 1 to 3 of 3
-
-
They are valid, but it makes little sense and you will be surprised by the outcome. Usually Trim() function is used with + (Unaligned splice) to edit out frames you don't want. And they are usually used in the beginning of the script, so you can save a lot of unnecessary processing. In the example you gave, you did a lot unnecessary processing, then decided you only needed a small portion of it. It will be better this way:
Clip=Source()
Trim(100,199) + Trim(254,299)
#Filter chains -
Thanks man, that makes sense. I'm not sure now as to the reasoning I had for putting it at the end. So, thanks again!!
Similar Threads
-
AVISynth Question
By Alexstarfire in forum Newbie / General discussionsReplies: 6Last Post: 6th Jul 2010, 11:22 -
Avisynth Script Question
By MegaTonTerror in forum Video ConversionReplies: 4Last Post: 22nd Aug 2009, 21:28 -
CCE, AviSynth and MP4 Question
By Maikeru-sama in forum Video ConversionReplies: 5Last Post: 31st Mar 2008, 11:19 -
MKV, CCE and AviSynth Question
By Maikeru-sama in forum Video ConversionReplies: 10Last Post: 14th Jan 2008, 16:35 -
Avisynth-Tweak color-question
By SerbianBoss in forum EditingReplies: 4Last Post: 9th Sep 2007, 09:30