Here is the script I'm using:
LoadPlugin("C:\temp\avs\plugins\depan.dll")
i = ConvertToYV12()
mdata = DePanEstimate(i)
DePanStabilize(i, data=mdata)
This works good but the borders grow and shrink a lot. I am mostly looking for the compensation for the shaking up and down from the old 8mm footage. The video shakes up and down slightly due to teh dragging of the film in the projector. Only this film does it.
Depan seems to help it a bunch! I want to tweak depan to only worry about the vertical aspect. Can that be done?
LS
+ Reply to Thread
Results 1 to 9 of 9
-
-
I found this article and tweaked his settings and got terrific results using the Deshake filter for Virtualdub.
http://www.filmshooting.com/scripts/forum/viewtopic.php?p=21909&sid=25b43dfea0a251bf0e206325851dd381
Lannie -
Now that it works I wanted to do the entire video. Now VirtualDubMPG2 crashes about 25% into the footage. The program just stops and dissapears.
ARGH
Lannie -
Looks like I'm back to DePan and AVIsynth for this.
Virtualdub will not stop rashign when using DeShaker.
Anyone help me out here with DePan?
LS -
Heck I never thought of that!
I discovered Deshaker was crashing on a new scene detection or a frame with a ghosted or double image. There were flash bulbs going on in this footage and it would crash on each of those.
I ran it piece by piece and it is done. The footagee is smooth.
However I like the thought of the rotate so I don't have to piece everything together. I have another film that is slightly jumpy and Deshaker went right through it no problem.
Thanks guys!
LS -
DePanEstimate and DePanStabilize have paramaters to limit the X or Y correction
dymax
dxmax
Thus try
DePanStabilize(i, data=mdata, dxmax=0 )
not sure if you need to add that to DePanEstimate too?? try it out -
I'm trying to use DePan in on of my scripts. But I have a hard time figuring out what the hell it all means (the functions and variables)
I'm guessing you can take the whole clip and gjive it a name 'i',
so that will become a 'clip' wich you can recall through a function within the script?
Please help me out what to use.
I have this DV-footage that needs that has a non-steady picture (camera, walking and filming, hope you get the picture)
I really don't understand a word of all that russian-englisch gibberish in that DePan manual.
What the hell is DePanInterleave and whatdo all the parameters mean?
I got so far to understand what the difference is between temporal (timeline, jeez),
and spatial (radius within same frame, whattaname)
any scripts with explenation of the varuables would be helpful so
I can tweak some (if nec.) my own would be helpful.
Similar Threads
-
Movement tracking while decoding
By mrjocke in forum ProgrammingReplies: 4Last Post: 5th Jan 2012, 07:48 -
How to get DePan for AviSynth to fix Screen Shake?
By VideoFanatic in forum RestorationReplies: 45Last Post: 30th Nov 2011, 07:49 -
Need to Remove Logo for a set time at a set place.
By Ensign in forum EditingReplies: 3Last Post: 11th Sep 2009, 15:39 -
x264, set quantizer to 10 and vary keyinterval to reach set target bitrate?
By frifox in forum Video ConversionReplies: 6Last Post: 20th Feb 2009, 15:59 -
Shareware to simulate mouse movement?
By atihelp in forum ComputerReplies: 2Last Post: 24th Jan 2008, 12:20