logo Sign In

Post #715870

Author
RU.08
Parent topic
Blade Runner: The Version You've Never Seen Before (Update: Beta Released)
Link to post in topic
https://originaltrilogy.com/post/id/715870/action/topic#715870
Date created
12-Jul-2014, 3:41 AM

zombie84 said:

Closer to being done than I thought. If only I could solve this damn interlacing problem. Womble's de-interlacer basically doesn't work, and 50% of the video here is interlaced. Any suggestions? I would hate to have every new shot full of interlacing artifacts, would kind of kill the thrill.

I had no trouble deinterlacing the beta in Avisynth:

mpeg2source("blade-runner-FIXED.d2v")

TFM(d2v="blade-runner-FIXED.d2v")

TDecimate()

I just watched the edit. I saw one problem at 17:50 with a badly interlaced shot. I'd already uploaded a MKV to demonoid (2.3GB and so far I've seeded 13Gigs on it). :) Had I seen it beforehand I would have corrected it, just needs QTGMC in that one shot.

Here's my script as you would use it on the beta with QTGMC used to correct that one shot:

mpeg2source("blade-runner-FIXED.d2v")

TFM(d2v="blade-runner-FIXED.d2v")

TDecimate()

crop(0,48,0,-48)

DeBlock_QED()

crop(0,12,0,-14)

addborders(0,60,0,62)

trim(0,25648 ) ++ \

trim(25649,25798).QTGMC(Preset="Slower").selecteven() ++ \

trim(25799,0)

Very good work on this fanedit - I've not actually watched it since I originally downloaded it (August 2011) - hence why I made the MKV and uploaded it for others to enjoy.