Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
21st December 2009, 10:54 | #101 | Link |
Registered User
Join Date: Oct 2002
Location: The Pandorica
Posts: 528
|
You're welcome...
__________________
PC specs for bug reports: Intel Core i7-4790K @4Ghz Win10(Linux VM) PCI express NVIDIA RTX 2060 SUPER graphics card http://twitter.com/cwebdesign |
2nd April 2010, 14:09 | #102 | Link |
Registered User
Join Date: Jul 2008
Posts: 31
|
Great script! Thank you.
A question, I want to pan first and then zoom out. Do I have to do it in 2 calls of the function? which is very difficult for the second call because I've to make sure the start match the end of the first call. or there's something in the parameter which I haven't found yet? thanks in advance Phuoc |
8th December 2011, 04:56 | #104 | Link |
Registered User
Join Date: Apr 2003
Location: USA
Posts: 107
|
AviSynth Plugin to zoom & pan HD video?
(Nice to be back again after several years!
Greetings to moderators & power posters - some of whom are new to me. Thanks for all the hard work you've been doing over the years! I haven't stopped using AviSynth!) Now, to matter at hand: Tried to use zoom plug-in in VirtualDub to pan & zoom in a HD res photo that I turned into video using Image Sequence. Alas, zoom there only supports 3 decimal digits or a max res of 999 pixels. I noticed that Ken Burns Effect didn't work either. (Someone asked in a post why his video output moved about wildly with this script. Didn't see an answer, but I suppose it's because this script relies on zoom.dll which seems to have the same limitation.) At least I couldn't get it to work for me. Also, ZoomBox script author said at end of his thread that he had given up trying to use his clever script with animate because it's simply too troublesome to code. My question: Does anyone know of zoom plugin or script that doesn't have the 3 digit limit on resolution? Or does ZoomBox work with animate? I couldn't get it to. Thanks in advance! |
8th December 2011, 10:58 | #105 | Link | |
Avisynth language lover
Join Date: Dec 2007
Location: Spain
Posts: 3,433
|
Quote:
I am not aware of any such limitation there. |
|
10th June 2012, 09:46 | #107 | Link |
Resize Abuser
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
|
It's been a little while but I would play around with the useZoomBox parameter; I think you can disable the usage of zoom.dll if you set this to 2 (the default).
__________________
Mine: KenBurnsEffect/ZoomBox CutFrames Helped: DissolveAGG ColorBalance LQ Animation Fixer |
8th July 2012, 19:56 | #108 | Link |
Registered User
Join Date: Sep 2009
Posts: 378
|
Trying to use KenBurnsEffect & Zoombox on 2.58, getting an error message:
"There is no function named Max" Line 60 http://avisynth.org/mediawiki/Intern...eric_functions Line 60 of ZoomBox script reads: modzoom = Max(Float(c.width())/Float(width),Float(c.height())/Float(height)) This is the example script I'm trying from this thread: Width=640 Height=480 Resize="BlackmanResize" Align=-5 b=ColorBars(480,480, "YV12").Trim(0,-1).ZoomBox(Width,Height,Resize, Align=Align) c=ColorBars(640,480, "YV12").Trim(0,-1).ZoomBox(Width,Height,Resize, Align=Align) d=ColorBars(720,480, "YV12").Trim(0,-1).ZoomBox(Width,Height,Resize, Align=Align) e=ColorBars(854,480, "YV12").Trim(0,-1).ZoomBox(Width,Height,Resize, Align=Align) f=ColorBars(960,480, "YV12").Trim(0,-1).ZoomBox(Width,Height,Resize, Align=Align) a+b+c+d+e+f Any ideas? I copy pasted the ZoomBox etc functions and saved into plugins folder, as an avsi file, like usual. Reopened the script, reopened avspmod too but same error. Last edited by Yellow_; 8th July 2012 at 19:59. |
8th July 2012, 20:23 | #109 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,011
|
I think Max may have been one of Stickboy's script/plugins.
EDIT, here: http://avisynth.org/stickboy/
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
Tags |
anamorphic, crop, dar, pan and scan, resize |
Thread Tools | Search this Thread |
Display Modes | |
|
|