View Single Post
Old 3rd January 2012, 20:30   #5  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,546
Frame 1500:

Code:
insertbeforeAA=1500    insertlengthAA=-1
Frames 1700 to 1704: 5 damaged Frames in a row.
This is not implemented directly as Replace, here up to 3 in a row are possible.

But using pure Frame Insertion in Unipolator up to seven missing frames are implemented.

No sweat here:
First Trim() away the defect frames, then apply Unipolator for Frame Insertion:

Code:
Trim(0,1699) ++ Trim(1705,0)
What was frame 1705 now becomes frame 1700.

Then call Unipolator again

Code:
insertbeforeAA=1700    insertlengthAA=5
and the motion gap between 1699 and 1700 ( the old 1705) should be populated by 5 freshly interpolated frames becoming the new 1700, 1701, 1702, 1703, 1704.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 3rd January 2012 at 21:04.
Emulgator is offline   Reply With Quote