I don't think they care. But of course you win, when you get what you like. Enjoy. I'd rather see the real movie.
+ Reply to Thread
Results 31 to 32 of 32
-
-
Hi hmm when i did try to stabilizing super 8mm i did try a method with imagemagick it did work very good
it auto crop the top to where the top of the frame starts and cut the frame 1080 down so you get only that frame
but when a black frame comes then this method fails :/
i use now a avisynth script that stabilizing on the sprocket holes and it works very good
but the sprocket hole must be the brightest so it does not work so good if i have to high the exposure
here is the .bat script code where it say IN (0,1,407) that mean image1.tga to image407.tga itīs the -gravity that do auto thing best if you read it on there homepage http://www.imagemagick.org/Usage/crop/
you have to edit this to -crop 1600x1080+0+0 to your own resolution and of course the input and output
and you do not need the -chop 0x10 you can delete that i have to crop first 10 lines from the top first because i did have a other frame that was visible on the top
Code:FOR /L %%i IN (0,1,407) DO (CALL :loopbody %%i) GOTO :eof :loopbody convert "F:\flicker\image%1.tga" -chop 0x10 -gravity South -background white -splice 0x1 -background black -splice 0x1 -fuzz 15%% -trim -chop 0x1 +repage -gravity North -crop 1600x1080+0+0 +repage "F:\crop2\image%1.tga" GOTO :eof
Last edited by MattiasN; 18th Oct 2013 at 18:26.
Similar Threads
-
Stabilizing wobbly cartoon
By Mephesto in forum RestorationReplies: 30Last Post: 27th Oct 2012, 06:19 -
Video stabilizing problems (software stabilisation)
By Bencuri in forum RestorationReplies: 15Last Post: 31st Aug 2012, 22:54 -
Postprocessing 1080/50i - stabilizing?
By v1ru5 in forum Newbie / General discussionsReplies: 4Last Post: 4th Sep 2010, 14:06 -
Video Stabilizing Effect on Encoding Quality
By Gargalash in forum Newbie / General discussionsReplies: 24Last Post: 15th Sep 2009, 13:06 -
Digital stabilizing software: all about the same?
By Persistence in forum EditingReplies: 9Last Post: 11th Aug 2009, 15:27