Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,992
» Latest member: JohngPR
» Forum threads: 5,782
» Forum posts: 84,577

Full Statistics

Latest Threads
Dumb & Dumber 1994 Intern...
Forum: Released
Last Post: Daffy_Duck
7 hours ago
» Replies: 3
» Views: 826
Police Story IV: First St...
Forum: Released
Last Post: Serums
8 hours ago
» Replies: 31
» Views: 7,917
Thunderbolt (霹靂火)--1995 J...
Forum: Released
Last Post: JohngPR
Yesterday, 11:39 PM
» Replies: 24
» Views: 10,041
Jackie Chan's "Who Am I?"...
Forum: Released
Last Post: JohngPR
Yesterday, 11:30 PM
» Replies: 20
» Views: 4,421
Workprint Collection - Bl...
Forum: Released
Last Post: Pineapples101
Yesterday, 07:36 PM
» Replies: 0
» Views: 42
Media player recommendati...
Forum: Everything else...
Last Post: ThePipes
Yesterday, 03:11 AM
» Replies: 58
» Views: 22,342
Films that used silver re...
Forum: Official and unofficial releases
Last Post: gateway2000X
2025-04-20, 02:25 PM
» Replies: 30
» Views: 32,956
New user from Australia
Forum: Presentation
Last Post: Serums
2025-04-20, 06:58 AM
» Replies: 1
» Views: 96
New user from california
Forum: Presentation
Last Post: Serums
2025-04-20, 06:57 AM
» Replies: 1
» Views: 55
Shaolin Soccer [DUB Editi...
Forum: Released
Last Post: Serums
2025-04-20, 06:56 AM
» Replies: 3
» Views: 3,642

 
  TSMC (Temporal Soften Motion Compensated)(Denoiser)
Posted by: althor1138 - 2017-02-12, 03:27 PM - Forum: Script snippets - Replies (28)

This is perhaps better than LDDENOISE and it's much faster. This is what I use on laserdiscs nowadays as it seems to be better at removing the analog noise of laserdiscs.

It's quite simple actually and the dependencies are only:

Avisynth 2.6
Temporal Soften (this is an internal filter)
MVTOOLS2 (version 2.6.0.5 or higher)

The only things you really need to tinker with are tradius(temporal radius) and mthresh(motion threshold). Everything else I never change but I put them in as options in case you want to change the blocksize, for example. The only thing I ever adjust actually is mthresh.

mthresh=70 will denoise basically only stationary stuff.
mthresh=120 will denoise slightly moving stuff.
mthresh=180 will denoise moving stuff but not extremely high motion.

Anything over 180(depending on the source) can start to risk loss of detail that, imo, is unacceptable. However, 70-120 denoises A LOT but still looks good.

These numbers above are based on a few sources that I've tested. Every source is different and requires tweaking. Feeding an already denoised clip via auxclip helps mvtools in 2 ways. It will be more precise when calculating motion vectors and prevents mvtools from thinking that noise is motion. This will allow you to use the same settings more or less. What I mean is that, for example, mthresh=140 will give kind of the same results in different clips. I usually use a motion compensated fft3d denoiser for this as it denoises well even when there is motion without artifacting.
FFTMC

Here is the function for TSMC. Download the avsi and place it into your plugins folder.
TSMC

EDIT: I also wanted to add that if anybody has any ideas to make this better feel free to chime in. I'm by no means an avisynth guru and am open to improvement!

A quick how to use avisynth and this denoiser:

1) Go download avisynth 2.6 or avs+ and install it:
https://github.com/pinterf/AviSynthPlus/releases
I recommend going with avs+ as it's regularly maintained by Pinterf and has many newer features.

2) Download mvtools2. Navigate to the avisynth folder in Program Files and extract the mvtools2.dll file into the plugins folder inside the avisynth folder.
https://github.com/pinterf/mvtools/releases
Again, I recommend Pinterf's version as it is more up to date with more features.

3) Go to the TSMC link above and save TSMC.avsi to your avisynth plugins folder.

4) open notepad and write a script to load the video file and denoise it. Here's an example:

Code:
Source=avisource("c:\temp\starwars.avi")
FFTclip=fftmc(Source,2,1,500,4,2,0)
TSMC(Source,3,120,255,4,FFTclip)

Save this wherever you want it as starwars.avs or whatever you want to name it. Just make sure you have .avs as the extension.

5) Open Virtualdub. Navigate to your starwars.avs file and open it in virtualdub. It should pop up in virtualdub already denoised via avisynth.

Print this item

  [request] VUDU grab/capture
Posted by: Docsap - 2017-02-12, 02:53 PM - Forum: Requests, proposals, help - Replies (4)

Hey guys, I'm looking for someone able to capture/grab two films (hdx) off VUDU for me, could anyone help..? Shy

Print this item

Question Finding "that" title in your collection
Posted by: spoRv - 2017-02-10, 02:32 PM - Forum: Everything else... - No Replies

I don't know if this happens only to me... so I would write here to know if I'm the only one, or there are some other "lucky" ones like me! Big Grin

Example 1: DVD movie; I was sure I had that title... asked to others in the family, someone remembered it, someone told me I was crazy... I searched a lot between the titles scattered around different rooms in the house - they are few hundreds, after all... nothing... searched in unthinkable places... nothing... so I thoght that maybe I was crazy... few days later, I visited my sister, and she came out with "Do you remember I borrowed THAT movie from you some weeks ago? No? Well, maybe I picked it up without asking you..."  Dodgy lesson number one: write down every title you lend and borrow, and ask friends and relatives to inform you about them...

Example 2: LD movie: after the last quest, I thought "may be this title at someone's else house? not a laserdisc, for sure!" and "are you sure you have REALLY this title? yes, according to the list I made that is 100% accurate", and also "why don't you put them in SOME order? because I'm lazy and... hey brain, shut up!"

So, I began from the shelf #1, trying to find it just reading the titles of the movies on the spine with the right colors... many shelves after, nothing... maybe the spine color wasn't right... restart, fast reading... an hour later, nothing... OK, probably I missed it, time to read the title one by one, not so fast... well, I found it... at the end... it was near the 3000 point out of 3200... lucky as usual!  Cry lesson number two: put your movies in "some" order; possibly, write a list in a spreadsheet that points each title to a shelf position - it will be easier to spot it between fifty ones instead thousands!

Print this item

  Partially Field Blended NTSC DVD info
Posted by: Booshman - 2017-02-09, 12:45 PM - Forum: Capture and rip - Replies (36)

I inverse telecined some DVD's and I have come across some field blended footage. I'm curious if anyone could tell me why some footage would contain blended fields when the th rest is fine?

To give an example. I IVTC'd a disc with six episodes of a cartoon. There was one episode with the intro full of blended fields. The same episode had just a few frames that were blended in one scene. Another episode has several minutes of blended fields in chunks thoughout.

How would this happen duing the mastering of the disc? Has anyone run into this issue before?

I'm going to try and get the PAL version of the disc to see if the same issue is present, but it's a bit frustrating to have to go to the extra effort.

Print this item

  [idea] "gritty" version
Posted by: spoRv - 2017-02-08, 08:43 PM - Forum: Requests, proposals, help - Replies (1)

These days I'm toying with Alien 3 and Alien Resurrection; today, in particular, I rewatched the Alien 3 trailer present in the PAL UK LD, that I think it's a rough 35mm scan... ok, it's (heavily) cropped, so only a bit more than half image is present: still, it's very nice, cinematic.. "gritty" in a way...

So, I thought to imitate that look; using the BD as base, I regraded it using the LD as color reference (and contrast, too); then, I tweaked a lot contrast, increased a bit the saturation, and added a coarse grain plate; at the end - apart colors, which I didn't even attempted to touch - result is pretty similar, and quite interesting; colors "pop" up better, and the image is more alive; the price to pay are crushed blacks and clipped whites - most noticeable in very dark shots, and where there are very bright objects or during light flashes.

ALIEN 3 - top BD untouched, bottom "gritty" version:
[Image: A3_BD_Vs_gritty.jpg]

ALIEN RESURRECTION - top BD untouched, bottom "gritty" version:
[Image: A4_BD_Vs_gritty.jpg]

and three direct high def comparisons
BD Vs BD regraded: http://screenshotcomparison.com/comparison/199970
BD Vs "gritty": http://screenshotcomparison.com/comparison/199971
BD regraded Vs "gritty": http://screenshotcomparison.com/comparison/199972


Opinions on the whole "gritty" idea? Stupid, futile, unortodox may come to mind... any other? Big Grin

Print this item

  [No Longer Available] Army of Darkness - Open Matte (Upscale Project #3)
Posted by: PDB - 2017-02-07, 08:37 PM - Forum: Released - Replies (13)

[Image: oMNPk7y.jpg]

Army of Darkness - Open Matte (Upscale Project #3 v1.0)

See project origin here: https://fanrestore.com/thread-1071.html

Video:
The open matte DVD was upscaled with a combination of super-resolution and nnedi with filters to reduce macro-blocking and edge enhancement/halos. The resulting image was further processed and then re-grained with a real grain best matching the BD version. The video was then color corrected with a 35mm LUT and color matched to some 35mm frames and the 35mm trailer scan from book of the dead (www.bookofthedead.ws)

Audio:
1. Dolby Surround PCM 2.0 from the wide screen laserdisc

2. Dolby Digital 5.1 from the open matte DVD.

Pics:
[Image: XVzvGnJ.jpg]

[Image: 0aa96PV.jpg]

Thanks:
MrBrown: for the open matte DVD
BusterD: for capping the laserdisc

Print this item

  Event Horizon BD fix
Posted by: spoRv - 2017-02-06, 09:18 PM - Forum: In progress - Replies (117)

It should be a well known problem, but, to whom is not aware of this, Event Horizon on Blu-ray is stretched vertically - or, rather, squeezed horizontally, I could correct, as it has more image on the sides, in comparison to the old DVD and the LD (SE DVD has the same problem, though). Leaving the height unaltered, obviously the aspect ratio is wrong...

Provisional plan:

  • de-stretch the video, diminishing the height and taking the aspect ratio from 2.35:1 to the best value - that, according to someone, should be around 2.42:1, if not higher
  • regrade it using the old color grading found on LD or first DVD edition as color reference, to get a more colorful version, and, probably, one nearest theatrical version, and get rid of the pink tint problem
  • add eventually a grain plate when needed
  • add the DTS Cinema track
  • add the PCM track from lasedisc, as it seems more punchy and less dry, according to widescreenreview
The most comprehesive comparison up to date:
https://diff.pics/tdBWbjLk40mg/1
https://diff.pics/5yKLGVrUDzA0/1
thanks to markymark!

Blu-ray screenshots: http://www.blu-ray.com/movies/Event-Hori...creenshots
Old DVD screenshots: https://edgeofthefringe.wordpress.com/tag/event-horizon

There is also a useful DVD review which compares four different editions from several regions, that used two different color gradings, but I can't retrieve it... EDIT: here you are: http://sd.caps-a-holic.com/vergleich.php...eichID=121 - thanks to MrBrown!

Print this item

  The "pink tint" problem
Posted by: spoRv - 2017-02-06, 08:59 PM - Forum: Official and unofficial releases - No Replies

Lately me and PDB talked about the "pink tint" problem (provisional name, until someone would bring up a better one!); so, without further ado, let's talk about

THE "PINK TINT" PROBLEM


What is it?
It was noted that some releases, often from 1990s and 2000s, present a pink blanket that was not obviously present in the theatrical version.

Why does it happen?
It is still not clear if it was a problem arised during the telecine tranfer, a byproduct of color regrading process, due maybe to get natural skin tones always, even when it's not the case, or something else... who knows? Do you know it? Please post a comment!
 
Which titles are affected?
At the present, it seems any title could be affected.

How can I find if a title is affected?
Sometimes is so clear you have not to look for, you will be able to say that a given title has the pink tint problem few minutes after you start to watch it... but it's not always the case; as our brain is a great tool, we adapt what we watch to "balance" the wrong colors, and we interpret them as right... that's why, often, you have watched a pink tint prolematic title without knowing it (me included!).

The most easy way to find it out is a direct comparison between different editions; in this case, usually it's quite easy to find it out. But it's always possible to desume it even without a direct comparison; just look for some clues:

  • bright lights: flashes, explosions, fire, flames, spaceship engines; if not directly pink, you can spot it in the halos
  • bright objects: white walls, that's the best choice... but also water, that, instead of blue, cyan, green, it could have a magenta, violet color; sky as well, could be violet instead blue
  • too natural skin tones: even when they should not have natural color (the one you can get in a bright sunny day), in the pink tint titles often they have it... or, at least, they seems more natural than what it should be... a face under a blue light should have a colder tone, why a face in front of a torch should have a warmer one; instead, in a pink tinted title often they look natural under both circumstances
Usually the problem is extended to the whole movie, but sometimes is confined only in selected shots, scenes, or film rolls.

How can I get rid of it?
You can always get another edition - if it exists, or make a color correction to remove or reduce it; probably there is also a good method to fix it "on the fly" using your display/player saturation/tint/brightness/contrast/gamma/color levels settings.

Can you list some titles?
The following is a short list just to get an idea of what a pink tint problem could appear; few notable titles could be added in the future, if someone would like to note them in the comments.

Star Wars trilogy GOUT DVD/HDTV
Star Wars trilogy 2004 DVD/HDTV (less severe than GOUT)
Star Wars trilogy preque DVD/HDTV(low)
Star Wars trilogy 1997 G'Kar and TB DVB (higher in Mos Eisley)
Alien 3 DVD/BD box sets (low)
Alien Resurrection DVD/BD box sets (mild)
Event Horizon BD/DVD SE (mild)

waiting for your feedbacks!

Print this item

  Alien 3 Workprint Cut Restoration (Project CRT)
Posted by: PDB - 2017-02-06, 03:42 AM - Forum: In progress - Replies (16)

[Image: kbjRzgn.jpg]

Project Info:

There were two goals with this project. The first goal for me was the complete one project for each of the movies in the the Alien Trilogy. Alien was a regrade to the 95 LD with the Sensurround track, Aliens was the TV Cut (eventually the TC also) regraded to the 95 LD and the final was Alien 3 to be cut the Workprint (WP).  In other words its an attempt to re-cut Alien 3 as close as I can to the tape(s).

For example, in order to recreate the WP's opening credits I had to make 24 cuts to TC and 19 edits to the 5.1 soundtrack. That involved moving shots to recreate the flow of the WP and then covering up the sound edits by rebuilding the 5.1 dialog and music track. And that's one example. In the end I will try to make this as close to the WP as possible. For unique WP shots I will either use close substitutes from the AC/TC, for example the unique EKG shot from the opening of the WP is replaced with the exterior Sulaco shot from the same time or find the original footage if I can. I was able to recover a few WP shots from trailers and EPK video. Things such as Ripley "for the last time" shot and Golic's original death when releasing the Alien. Some shots like the "bigger cage" shot will have to be left out altogether.

I was going to keep the existing color timing until one day I came across some lobby cards for Alien 3 and they looked a lot like the color timing on the WP tape. So I thought I should use the tape as a basis even though it most likely is theatrically inaccurate. Point of fact: there are actually 3 WP tapes. One without a time code (which I don't have) and two with a time codes. The two with the time codes are from the same source but differ slight, with one tape having title cards for the reel changes and the 20th Century Fox logo. The colors are also similar with a heavy bias towards blues , oranges a lot of red but with one tape having a lot of green in its picture also. I balanced the look between the two tapes to come up with an average that I'll refine some more after editing is finished.

This is actually the most difficult project I've undertaken. Not only does it have a massive amount of editing of video but also audio, a new territory for me.

Video:
2010 Blu-Ray (AC and TC) video color regraded to the Workprint tapes and cut into the WP edit

Audio:
1. 2010 Blu-Ray Dolby Digital 5.1 re-built from scratch from the AC/TC BD but adding in dialog from the WP tape if needed.

2. The soundtrack from the original WP tape that is dialog and sound effects only, no music.

Pics:
BD/WP regrade (WIP)
[Image: cEZnznk.jpg]
[Image: 6SxySf4.jpg]
[Image: P6z8bV1.jpg]

Print this item

  The Matrix Open Matte / Original Colour?
Posted by: Farstarbuck - 2017-02-04, 06:28 PM - Forum: Official and unofficial releases - Replies (78)

I seem to have come across something from my past that I've had for years but never really gave a second thought.
After joining this board a while back now it has reignited my passion around Laserdisc's and other versions of movies.
Currently re bought a Laserdisc player and currently working my way through buying all my fav discs again.

Anyway, I found a disc I got back in 2005 of the Matrix from eBay. I can't even remember why I got it to be honest, I just did.

From looking at it again it seems to have something close to the original colour timing of the movie when first released and also is cropped in 1:85 which looks fantastic on a HDTV, admittedly its only in 720p but still looks amazing.

Here are some screenshots from it, I'm thinking it would be great to replace the audio with maybe the LD PCM or something as the audio that comes with is okay.

[Image: Matrix%202_zps9kaw4p4w.png]

[Image: Matrix%204_zps1srez3q9.png]

[Image: Matrix%205_zpspild9oic.png]

[Image: Matrix%201_zpsgpaqzpix.png]

Print this item