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 |
![]() |
#281 | Link | |
Registered User
Join Date: Dec 2004
Location: Gent, Flanders, Belgium, Europe, Earth, Milky Way,Universe
Posts: 665
|
I'm sorry to hear this... why?
Quote:
The trust parameter is very important too. It sets the scene change detection. I have tested this on many different clips and the result is almost always 100%, with trust=1.5. I will upload my new stabilizing script here today. ![]() Fred.
__________________
About 8mm film: http://www.super-8.be Film Transfer Tutorial and example clips: https://www.youtube.com/watch?v=W4QBsWXKuV8 More Example clips: http://www.vimeo.com/user678523/videos/sort:newest |
|
![]() |
![]() |
![]() |
#282 | Link |
Registered User
Join Date: Jan 2002
Location: Norway
Posts: 41
|
I just discovered this fantastic plugin and it does wonders for my digital camera movies! by just cropping 20 pixels around I get a much more stable picture on many of my movies!
I use the following for some of my canon camera movies Code:
loadplugin("C:\Util\canon2mkv\ffms2.dll") FFVideoSource("c:\full-path\MVI_9766.avi") loadplugin("C:\Util\canon2mkv\hqdn3d.dll") loadplugin("C:\Util\canon2mkv\DePan.dll") loadplugin("C:\Util\canon2mkv\DePanEstimate.dll") i = ConvertToYV12() mdata = DePanEstimate(i) DePanStabilize(i, data=mdata,method=0,dxmax=20,dymax=20,rotmax=0) crop(20,20,-20,-20) hqdn3d() ![]() ![]() ![]()
__________________
-- fluor |
![]() |
![]() |
![]() |
#283 | Link |
Registered User
Join Date: Nov 2006
Posts: 90
|
Hmm, i don't undestand why, but blur in DePanStabilize 1.101 not work for me.
Made it any size from 10 to 150 and don't see any difference ![]() Code:
vectors = MSuper().MAnalyse(isb = false,blksize=8, overlap=4,search=5) globalmotion = MDepan(vectors, pixaspect=0.911, thSCD1=500) DepanStabilize(data=globalmotion, cutoff=0.5, mirror=15,rotmax=5,prev=0,next=0,blur=50, pixaspect=0.911,subpixel=2,method=1) |
![]() |
![]() |
![]() |
#284 | Link |
AviSynth plugger
Join Date: Nov 2003
Location: Russia
Posts: 2,183
|
SSH4,
sorry. Blur is not implemented for rotation in current version 1.10.1. Try MDepan (..., rot=false) Also I discovered, that blur was accidentally not implemented at left side for subpixel=1.
__________________
My Avisynth plugins are now at http://avisynth.org.ru and mirror at http://avisynth.nl/users/fizick I usually do not provide a technical support in private messages. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|