View Full Version : Restore dropped frames
erratic
22nd November 2003, 15:02
DynaPel MotionPerfect (http://www.dynapel.com/com/private/mp_overview.htm) can fill gaps in video by insertion of new interpolated frames.
Is this possible with Avisynth (or Virtualdub)?
Can anyone write a filter that would restore dropped frames by inserting new interpolated frames?
mf
22nd November 2003, 15:16
Originally posted by erratic
DynaPel MotionPerfect (http://www.dynapel.com/com/private/mp_overview.htm) can fill gaps in video by insertion of new interpolated frames.
Is this possible with Avisynth (or Virtualdub)?
Can anyone write a filter that would restore dropped frames by inserting new interpolated frames?
FrameDbl (http://www.trbarry.com).
erratic
22nd November 2003, 15:27
FrameDbl will generate extra frames to double the frame rate of movies from 24 to 48 FPS to give smoother motion. It does this using a motion compensated approach to interpolating between frames.
I guess the filter would have to be rewritten to only insert a new frame where a frame was dropped. Does it work well with interlaced video, by the way?
mf
22nd November 2003, 20:41
Originally posted by erratic
FrameDbl will generate extra frames to double the frame rate of movies from 24 to 48 FPS to give smoother motion. It does this using a motion compensated approach to interpolating between frames.
I guess the filter would have to be rewritten to only insert a new frame where a frame was dropped. Does it work well with interlaced video, by the way?
1) You can probably insert a single frame by means of ApplyRange and Trim()
2) You'll be better off with something like DGBob() (http://www.neuron2.net) (or TomsBob (http://www.avisynth.org/index.php?page=ShareFunctions))
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.