mircscripting.info Forum Index mircscripting.info
#mIRCscripting Forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

avisynth

 
Post new topic   Reply to topic    mircscripting.info Forum Index -> Paste Bin
View previous topic :: View next topic  
Author Message
ralarX
Quite Active


Joined: 23 Apr 2005
Posts: 45

PostPosted: Sun May 31, 2009 12:42 pm    Post subject: avisynth Reply with quote

alias avisynth { noop $findfile(I:\SmallMovies-S,*.avi,0,1,avisynth_avs $1-) }
alias -l avisynth_avs {
var %f = $+(I:\AVS\,$deltok($nopath($1-),-1,46),.avs) | if ($isfile(%f)) { return }
var %c = write $+(",%f,")
%c SetWorkingDir("L:\")
%c file = $+(",$1-,")
%c clip1 = AVISource(file)
%c count = Framecount(clip1) - 2
%c clip2 = clip1.Trim(1,count)
%c clip2 = reverse(clip2)
%c clip2 = clip1 + clip2
%c clip2 = FlipVertical(clip2)
%c return clip2
}
Back to top
View user's profile Send private message
XploreR
Quite Active


Joined: 28 Dec 2007
Posts: 48
Location: Behind you!!!

PostPosted: Mon Aug 17, 2009 6:47 pm    Post subject: Reply with quote

your post is not complete.

you NEED to give it a name, and to explain what it is for, and how to use it.

thank you.
_________________
Simple Things Are allways better!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    mircscripting.info Forum Index -> Paste Bin All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group