I want to zoom into about 4-5 minutes of my video using Video Pad Editor, I suppose I mean magnify the central part. This is because the details are a little too far away.
But I don't know if it is Zoom or Magnify or Crop I should use! Any ideas welcomed.
rookkeeper
+ Reply to Thread
Results 1 to 3 of 3
-
-
Avisynth appears to be something you can use on Videopad editor (Never used it but looked it up on internet.) I'd use Avisynth and the VD_Zoom.avsi plugin for Avisynth. This Plugin gives a lot of options for where to zoom in, how much, gradual zoom in/out, and a lot of other control for the zoom.
A script such as this is typical:
Code:DirectShowSource("C:\PathToVideo\Video.flv") converttoRGB32() Import("c:\PathToZoom\vdub_zoom_alone.avsi") VD_Zoom(480,240, 240, 120, 100, 400, 84734, 85666, 0, 0, 0, "p_bicubic", 400, 100, 85667, 85700)
function VD_Zoom(clip clip, int "width", int "height", int "focusX", int "focusY",
\ int "start_per", int "end_per", int "start_Frame", int "end_frame",
\ int "red", int "green", int "blue", string "mode", int "start2_per",
\ int "end2_per", int "start2_frame", int "end2_frame")
Similar Threads
-
PotPlayer - Zoom video region to full screen
By masster in forum Software PlayingReplies: 5Last Post: 22nd Nov 2015, 13:46 -
zoom (magnify) in video editing - newbie
By ben410 in forum EditingReplies: 1Last Post: 18th Jun 2015, 20:48 -
Ulead Video 11Plus pan & zoom
By jakhall in forum EditingReplies: 1Last Post: 24th Dec 2014, 10:54 -
How to convert *.mkv to *.avi with copy video part and re-encode audio part
By pxstein in forum Video ConversionReplies: 13Last Post: 1st Aug 2014, 10:24 -
Video techniques - shaking zoom in and zoom out effect?
By Mylo in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 5Last Post: 12th Oct 2011, 11:08