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: 6,295
» Latest member: MadSpecialist
» Forum threads: 6,150
» Forum posts: 86,965

Full Statistics

Latest Threads
Batman Returns (1992) 35m...
Forum: Movies, TV shows and other
Last Post: Beber
1 hour ago
» Replies: 5
» Views: 134
Heat Theatrical Version
Forum: Released
Last Post: hoodwILL
Yesterday, 09:54 PM
» Replies: 29
» Views: 22,783
"Heat" director's cut reg...
Forum: Released
Last Post: hoodwILL
Yesterday, 08:58 PM
» Replies: 8
» Views: 3,447
Heat (1995) Laserdisc AC3...
Forum: Released
Last Post: hoodwILL
Yesterday, 08:51 PM
» Replies: 19
» Views: 13,738
Shout Factory acquires Go...
Forum: Official and unofficial releases
Last Post: CSchmidlapp
Yesterday, 06:25 PM
» Replies: 152
» Views: 50,621
Batman: The Animated Seri...
Forum: Released
Last Post: DocBrown
Yesterday, 04:25 PM
» Replies: 21
» Views: 16,822
DTS Cinema Discs
Forum: Released
Last Post: Kameraposti
2026-03-15, 07:25 PM
» Replies: 11
» Views: 11,673
Removal of Film Gate Weav...
Forum: Restoration guides
Last Post: TheNofalest
2026-03-15, 04:45 PM
» Replies: 1
» Views: 1,223
Jurassic Park 35mm 6.5K s...
Forum: In progress
Last Post: Daffy_Duck
2026-03-15, 01:42 PM
» Replies: 232
» Views: 141,760
Ghostbusters & Ghostbuste...
Forum: Released
Last Post: Kameraposti
2026-03-14, 10:00 PM
» Replies: 22
» Views: 1,363

 
  Terminator 2: Judgment Day (Special Edition) (1991) 4X3 DVD
Posted by: deblock - 2017-06-05, 04:59 PM - Forum: Official and unofficial releases - Replies (16)

Hi, was there a T2 (Special Edition) 4X3 DVD ever released?

There is a bad rip/capture of T2 in XviD in NTSC resolution, but PAL fps and the fps goes down to ~12 fps for some parts and I would like to know the source for this rip/cpature. Anyone know?

From the file, the resolution seems DVD quality. Thank you.

Print this item

  Article on videotapes decay and preservation
Posted by: Evit - 2017-06-05, 10:56 AM - Forum: General technical discussions - Replies (7)

I thought this would be an interesting read for some of us: Videotapes are becoming unwatchable as archivists work to save them
http://www.npr.org/sections/alltechconsi...-save-them

They mention a tape preservationist group, anyone has ever heard of them?

Print this item

  Showgirls - Improved Open Matte
Posted by: Colek - 2017-06-04, 07:10 PM - Forum: In progress - Replies (32)

This is just a quick project that apperantly will take me only few hours to finish, but decided to share.

Simply took the 720p open matte HDTV copy of Showgirls available, upscaled it to 1440p, filtered, sharpened, denoised, downscaled to 1080p, overlaid with clear Bluray copy (with reduced Chroma noise).

This just needs to be rendered now with .avisynth script and it's ready, except it'll take ~20 hours to do, so I am not in rush with doing so now Tongue

Quick comparision between Bluray and HDTV - http://screenshotcomparison.com/comparison/211764

[Image: image.png]
[Image: image.png]
[Image: image.png]
[Image: image.png]
[Image: image.png]

Print this item

  Twin Peaks
Posted by: IcePrick - 2017-06-04, 02:06 AM - Forum: Movies, TV shows and other - Replies (3)

Has anyone here been watching the Twin Peaks revival? I think it's pretty good so far (although perhaps a little indulgent in the weirdness).

Print this item

  Hello There
Posted by: TV's Frink - 2017-06-04, 12:15 AM - Forum: Presentation - Replies (2)

[Image: f99c72e7e39e8f85348f793e0b763e16.jpg]

Print this item

Information common abbreviations/acronyms
Posted by: spoRv - 2017-06-03, 02:13 AM - Forum: Announcements - Replies (22)

These are some abbreviations for specific phrases commonly used in forums and boards.

Following is a list of some common acronyms and their meanings:

A F A I C — as far as I'm concerned
A F A I K — as far as I know
A F A I R — as far as I remember
A F K — away from keyboard
A S A P — as soon as possible
B B L — be back later
B B S — be back soon
B R B — be right back
B T W — by the way
C U — see you, used as a goodbye.
C U L 8 R — see you later
E O M — end of message
F A Q — frequently asked question
F C F S — first come first served
F Y I — for your information
F W I W — for what it's worth
G J — good job
G M T A — great minds think alike
H A N D — have a nice day
H T H — hope this helps
I I R C— if I recall correctly
I M H O — in my humble opinion
I M O — in my opinion
I M N S H O — in my not-so-humble opinion
I O W — in other words
L M A O — laughing my a** off
L O L — laughing out loud, or lots of laughs
n 0 0 b — newbie, meaning a newcomer not yet familiar with the rules
N P — no problem
O P — original poster
O T — off topic
O T O H — on the other hand
P I T A — pain in the a**
R O F L (or R O T F L) — rolling on the floor laughing
R U — are you?
T B H — to be honest
T I A — thanks in advance
T T Y L — talk to you later
W T F — what the f**k?
Y M M V — Your mileage may vary (you may see different results)

Print this item

Question loading a source divided in several files
Posted by: spoRv - 2017-06-03, 01:35 AM - Forum: Script snippets - No Replies

I wonder if there is a best way to load a 29.97fps (actually a 59.94 fields per seconds) interlaced source, divided in several parts, like a TV recorded program with commercial breaks cut away, or a laserdisc capture of several sides, and ITVC it, or if they are all the same...

Code:
# method 1 for MPEG-2
# load all parts on DGindex and save a single d2v file

LoadPlugin("C:\Program Files (x86)\Avisynth\plugins\dgdecode.dll")

film=mpeg2source("001-004.d2v").TFM(d2v = "001-004.d2v").TDecimate
...

Code:
# method 2 for MPEG-2
# load every part separately and save a d2v file for each one
# then TFM and TDecimate any part

LoadPlugin("C:\Program Files (x86)\Avisynth\plugins\dgdecode.dll")

part1=mpeg2source("001.d2v").TFM(d2v = "001.d2v").TDecimate
part2=mpeg2source("002.d2v").TFM(d2v = "002.d2v").TDecimate
part3=mpeg2source("003.d2v").TFM(d2v = "003.d2v").TDecimate
part4=mpeg2source("004.d2v").TFM(d2v = "004.d2v").TDecimate

film=part1+part2+part3+part4

...

# method 2 for avi
# TFM and TDecimate any part

part1=avisource("001.d2v").TFM.TDecimate
part2=avisource("002.d2v").TFM.TDecimate
part3=avisource("003.d2v").TFM.TDecimate
part4=avisource("004.d2v").TFM.TDecimate

film=part1+part2+part3+part4

Code:
# method 3 for MPEG-2
# load every part separately and save a d2v file for each one
# then TFM any part, and TDecimate the joined result

LoadPlugin("C:\Program Files (x86)\Avisynth\plugins\dgdecode.dll")

part1=mpeg2source("001.d2v").TFM(d2v = "001.d2v")
part2=mpeg2source("002.d2v").TFM(d2v = "002.d2v")
part3=mpeg2source("003.d2v").TFM(d2v = "003.d2v")
part4=mpeg2source("004.d2v").TFM(d2v = "004.d2v")

film=(part1+part2+part3+part4).TDecimate

...

# method 3 for avi
# TFM any part, and TDecimate the joined result

part1=avisource("001.d2v").TFM
part2=avisource("002.d2v").TFM
part3=avisource("003.d2v").TFM
part4=avisource("004.d2v").TFM

film=(part1+part2+part3+part4).TDecimate

Code:
# method 4 for avi
# join all the parts, then TFM and TDecimate

part1=avisource("001.d2v")
part2=avisource("002.d2v")
part3=avisource("003.d2v")
part4=avisource("004.d2v")

film=(part1+part2+part3+part4).TFM.TDecimate

I always use method 2 for laserdisc captures; I'm using the same for Harry Potter.

Print this item

  A cleaned 35mm Jurassic Park?
Posted by: bloodta - 2017-06-01, 05:28 AM - Forum: Requests, proposals, help - Replies (1)

Is there a cleaned, more accurate version of Jurassic Park out there?

Print this item

  hey peeps
Posted by: OogieBoogie - 2017-06-01, 02:11 AM - Forum: Presentation - Replies (5)

Really interesting site you guys (and gals?) have going on here. I've only known about fanres for the last couple of years, one of my first was jerryshadoe's Last of the Mohicans which I adore, but have grown to love it, not every film, but the concept behind it as it were.

Anyway, just thought I would say hi and thanks to all that are involved with providing/sharing these gems

Print this item

  The Umbrellas of Cherbourg (1964): Restored US Master
Posted by: The Aluminum Falcon - 2017-05-31, 11:53 PM - Forum: Released - Replies (3)

Project Info
The Umbrellas of Cherbourg, shot on Eastman stock, faded from its colorful brilliance soon after release.

In 1992, a restoration was carried out from separation masters, which brought the film back to its full splendor; at this time, the soundtrack was remixed in 5.1 audio. This restoration also suffered from separation misalignment, as can be clearly seen in its sole available HD rendition, the Japanese Blu-Ray.

In preparation for the film's 2013 French Blu-Ray release (whose transfer later carried over to both the UK and US BDs), the film was digitally restored, with the separation misalignment corrected. A newer 5.1 remix was done, which was closer to the original mono. Unfortunately, the new restoration has a blanket yellow tint, and the original mono was not included in the French, UK, or US BD releases.

This preservation, working from an already high-quality restoration, merely removes the yellow tint from the video and restores two title cards to their original color (red instead of white). A reference used was one of the rare pre-restoration sources: the 1984 Japanese LD. Though this was taken from an already somewhat faded 35mm print, it was still evident that the text of the two title cards were incorrect in both restored versions. 

Aurally, this has two audio tracks: the theatrical mono ripped from the Japanese LD and the 5.1 DTS-HD from the Studio Canal UK BD.

Note that the mono may also be available on the JP BD, but Moshrom, one of this forum's audio experts, seemed to think otherwise. As the Japanese LD is evidently print-sourced (with 35mm) and it does seem strange that the JP BD would use the 1992 restored video but not the restored audio, the mono here is from the LD. The 5.1 DTS-HD from the Studio Canal UK BD was used rather than the Criterion track, which used noise reduction.

Credit to Moshrom, whose blog post summed up a lot of this film's aural history: http://blah-ray.blogspot.co.uk/search/la...%281964%29

Video

  • US BD - color-corrected
Audio
  • 2.0 LPCM French Mono Audio (from JP LD)
  • 5.1 DTS-HD French 2013 Restoration Remix (from UK BD)
Subtitles
  • English (from UK BD)
Screenshots 
US BD
[Image: 1.png]

Restored US Master
[Image: 1_CUSTOM.png]

US BD
[Image: 2.png]

Restored US Master
[Image: 2_CUSTOM.png]

US BD
[Image: 3.png]

Restored US Master
[Image: 3_CUSTOM.png]

US BD
[Image: 4.png]

Restored US Master
[Image: 4_CUSTOM.png]

Title Card from Restored US Master
[Image: TITLE_CARD.png]

Project Status
Seventh project completed and released!

Final Product
1080p BD50.

Though, by design, if you want to fit this on a BD25, you merely need to convert the DTS-HD to DTS, and it should fit perfectly.

Print this item