logo Sign In

Post #557039

Author
Darth Mallwalker
Parent topic
The Official Dark/Sega Special Collection OT LD Release Thread (Not an SE Transfer) (Released)
Link to post in topic
https://originaltrilogy.com/post/id/557039/action/topic#557039
Date created
1-Jan-2012, 9:37 AM

^^^Yes, I found a bug.

My script had omitted this field:
http://img341.imageshack.us/img341/6136/52759.th.png

If you got the script and want to fix it, here's how.
First replace this line:

c52757 = trim(cBlackFilm, 0,-3) # last_frame=52759

with these:

c52757 = trim(cBlackFilm, 0,-2)
c52759 = \
unalignedSplice(trim(separateFields(trim(cSource, 66342,-1)), 1,-1) \
, trim(separateFields( cBlackVideo ), 2,-1) \
).weave.assumeFPS("ntsc_film")



And then this
cReel04 = cReel04 + c44469+c44470+c52756 + c52757+c52760 # last_frame=55747
becomes
cReel04 = cReel04 + c44469+c44470+c52756 + c52757+c52759+c52760

If you don't like the Weave() look, then you might try something fancy
like NNEDI() for example, to interpolate the missing field....