I would like to take the size of the cropped image and reduce it by a percentage. Something like this:
DirectShowSource("F:\batman\batman.mpg")
AutoCrop(mode=0,hMultOf=4,samplestartframe=200,sam ples=5)
LanczosResize(**Autocrop Reported new Width x 0.5**,**Autocrop Reported New height x 0.5**)
I know the above is nonsense but what would be required to achieve this?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Originally Posted by daveoggy
You can try this...
clip=DirectShowSource("F:\batman\batman.mpg")
LanczosResize(clip.width()/2,clip.height()/2)
you will have to be careful with non-mod_x resizes. Some filters/codecs will only work with specific size, i.e. mod8, mod4, or mod2 sizes.
T
Similar Threads
-
Simple Question re Premiere CS5
By jkholmes in forum Newbie / General discussionsReplies: 10Last Post: 3rd Mar 2011, 21:50 -
Is adding intro as simple as AVISynth?
By Aristocles in forum Authoring (DVD)Replies: 2Last Post: 16th Nov 2009, 00:19 -
AviAddXSubs simple question (hopefully!)
By vladman2nd in forum SubtitleReplies: 1Last Post: 8th Jul 2008, 01:01 -
Simple Mplayer Question
By Maikeru-sama in forum Newbie / General discussionsReplies: 6Last Post: 29th May 2008, 21:10 -
Embarassingly simple capture question
By eclipse95 in forum Capturing and VCRReplies: 5Last Post: 16th Nov 2007, 13:12