I am versed using vDub, AviSynth, deinterlacing, deshaking, etc. But what I have now is a video that stutters. This is the way it was filmed many years ago and there's nothing I can do about it now...or is there?
Is there a filter out there to reduce stuttering video, blend frames, make it smoother? I looked but came up empty.
+ Reply to Thread
Results 1 to 15 of 15
-
-
What format?
Your computer details are blank.Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
I have an AVI from an old 8mm film that had problems during filming. It seems the reel was rolling around in the camera improperly and so the resulting film stutters as it is "missing" parts of the action. I could imagine a filter that would blend frames in some way to reduce this stutter. Does such a filter exist?
-
Hard to tell. He seems to have done a lot with 8mm film to "restore" it, but not sure if his film suffered from stuttering or not. Is there some sort of playback smoother? Something I can set to a high value to create a more frame-blended result?
-
There are certainly ways of removing duplicate frames, blending between frames, even motion interpolation between frames. But if the problems are random it won't be a matter of picking a filter and letting it figure out what needs to be done. You'll have to isolate the problem areas yourself.
-
Unfortunately, the problem areas are all over and too many to isolate. I was thinking something like "slow motion" on tv....where frames are blended together. I could try something like this to get a smoother result where necessary. I was just unable to locate a filter that is like this.
-
How would a filter know selectively which areas to isolate ? Or did you want to apply it selectively to sections? Or do you want to just blend/blur everything ? Or motion interpolate everything ?
There are scripts that can detect dupes and fill them in with interpolated frames, but you still haven't described accurately what the problem is. Is the jerkiness from dupes, or decimated (missing) frames, or field order issue, or misplaced frames etc... ? -
The frames are "missing", due to the film not properly threading inside the camera when it was filmed. So instead of someone running across the screen with all frames of film smoothly, the running is jerky and stutters due to these missing frames.
I would not expect a filter to know exactly where these "missing" frames are, nor how many frames are "missing". But if there was a filter to smooth motion, I could apply it selectively, in areas where it would help. Ideally with an intensity setting, so some areas could be smoothed more than others. -
One approach might be to use mvtools2 to generate missing "in-between" frames . They are not "dumb" blends, they are motion interpolated new frames. I don't know of anyway to autodetect where / how much or intensity , so you would not only have to specify the locations, but the number of frames to replace per section. So it will be quite a bit of work, but a lot less than something like photoshop
-
-
Here's a script for replacing bad frames with motion interpolated intermediates:
http://forum.doom9.org/showthread.php?t=128649
It might work here.Last edited by jagabo; 20th Oct 2011 at 20:32.
-
I think that replaces existing damaged frames, not insert missing frames. (I guess you could insert a few blank frames, then replace them, or modify the function)
Note Gavino made some improvements to that Morph function:
http://forum.doom9.org/showthread.php?t=161154 -
That's right.
A simple way to insert the additional frames (they don't have to be blank, of course) is to use DuplicateFrame() to repeat the frame before each missing one.
Similar Threads
-
Any way to keep smooth mpeg2 playback with Handbrake?
By Forty0zFreedom in forum Newbie / General discussionsReplies: 11Last Post: 26th Apr 2012, 15:58 -
Premiere Pro CS5 Green Bar, Smooth Playback, Choppy Export
By bowmah in forum Newbie / General discussionsReplies: 10Last Post: 27th Jan 2011, 22:38 -
DVD to MP4 conversion playback not quite smooth.
By scottb721 in forum Video ConversionReplies: 1Last Post: 21st Jun 2010, 09:45 -
How to test smooth x264 1080p playback?
By tsoukkis in forum Software PlayingReplies: 1Last Post: 26th Oct 2009, 06:43 -
WMV settings for smooth playback
By sumario in forum EditingReplies: 0Last Post: 3rd Jul 2008, 20:31