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: 5,509
» Latest member: Spidey42410
» Forum threads: 5,902
» Forum posts: 85,615

Full Statistics

Latest Threads
Crocodile Dundee 1986 Aus...
Forum: Released
Last Post: X5gb
10 hours ago
» Replies: 25
» Views: 6,178
U-571 Laserdisc
Forum: Requests, proposals, help
Last Post: alexp2000
11 hours ago
» Replies: 2
» Views: 159
hello
Forum: Presentation
Last Post: Bizonr
Yesterday, 03:24 PM
» Replies: 1
» Views: 195
Saving Private Ryan audio...
Forum: Movies, TV shows and other
Last Post: dvdmike
Yesterday, 02:38 PM
» Replies: 1
» Views: 581
Planet of the Apes sequel...
Forum: Released
Last Post: jonno
Yesterday, 02:36 PM
» Replies: 12
» Views: 4,464
Ripping Seamless Branchin...
Forum: Capture and rip
Last Post: Beber
Yesterday, 01:52 PM
» Replies: 11
» Views: 5,830
Hello,
Forum: Presentation
Last Post: okus100
Yesterday, 12:38 PM
» Replies: 0
» Views: 40
Casablanca 1984 CBS/Fox H...
Forum: Requests, proposals, help
Last Post: Johnny-5
Yesterday, 01:05 AM
» Replies: 3
» Views: 1,871
Jackie Chan's "Who Am I?"...
Forum: Released
Last Post: Serums
2025-09-13, 11:27 AM
» Replies: 28
» Views: 8,876
Dazed and Confused Fullsc...
Forum: Released
Last Post: Wak Nanook
2025-09-13, 05:15 AM
» Replies: 1
» Views: 395

 
  Poltergeist (1982) - Uncompressed Trailer Audio
Posted by: Croweyes1121 - 2020-11-21, 06:34 PM - Forum: Requests, proposals, help - No Replies

Anyone have the original uncompressed audio for this trailer?

EDIT: Got what I needed, guys. Thanks! Smile

Print this item

  Love Streams (1984) R2 DVD synced to Criterion Blu-ray
Posted by: spaceboy710 - 2020-11-21, 07:38 AM - Forum: Released - Replies (2)

R2 DVD has less noise reduction and sounds better IMO. Synced to Criterion Blu-ray

PAL to NTSC done in UsEac3To

Will Criterion ever stop with their no-noise nonsense?

Print this item

  Hello
Posted by: Frankensteiner - 2020-11-21, 03:12 AM - Forum: Presentation - Replies (4)

I just stumbled on this website while looking to replace a Blu-ray soundtrack of a favorite movie of mine back to its Laser Disc state (a music rights issue as always) just for my own enjoyment, I shouldn't have been surprised to see there is an entire community of people who do similar things. Keep up the good fight, comrades.

Print this item

  Home Alone DVD 2.0 synced to UHD
Posted by: spaceboy710 - 2020-11-20, 05:59 PM - Forum: Released - Replies (2)

NTSC 2.0 DVD release synced to UHD. PM if interested

If anyone has the LD synced, I'd love that as well.

Print this item

  [Solved]: Barry Lyndon English mono from Criterion BR
Posted by: TheHutt - 2020-11-20, 02:52 PM - Forum: Requests, proposals, help - No Replies

Hello,

For my Stanley Kubrick's "Barry Lyndon" restoration project (for German localized version), I would love to include the English mono audio track.
This is contained on the Criterion Blu-Ray. Alas, I only have the Warner BR with the 5.1 audio.

I would be grateful if anyone could share it with me.


Edit: Got it.

Print this item

  First Strike (1996) Uncut (Laserdisc rip) neural network
Posted by: maksnew - 2020-11-20, 08:41 AM - Forum: In progress - Replies (17)

Hello everyone, this full version of the film is most likely not when it will not be released in full HD quality, and the DVDs that are on the network are just awful, I apparently have captured from the Hong Kong Mei Ah Laserdisc but it has Chinese and English subtitles that cannot be turned off right away. Perhaps someone has good copying from LD without such non-disabled subtitles?

I plan to make an upscale with LD 1080p using the neural networks of the Topaz program and its successful Gaia processing algorithm - CG 5

Print this item

  Citizen Kane (1941) PCM audio Spanish Bluray synced to US Bluray
Posted by: sertoli - 2020-11-20, 04:52 AM - Forum: Released - Replies (3)

Citizen Kane (1941) PCM audio Spanish Blu-ray (Resen) synced to US Blu-ray

More noise. More details.
The sound of US Blu-ray is muffled.

More info:
https://blah-ray.blogspot.com/search/lab...%281941%29



[Image: 61cICovYm8L._AC_SY679_.jpg]

[Image: 81k7RS9-DjL._SL1325_.jpg]

Print this item

  ColorMatch 3D (new colormatching tool)
Posted by: deleted user - 2020-11-19, 06:42 AM - Forum: General technical discussions - Replies (19)

Just something I was working on:

https://github.com/TomArrow/ColorMatch3D/releases

[Image: 3j0PMJPF_t.png]

Give it an input and output image. Hit the red button, wait, then click the export button.

Benefits over DrDre's colormatch:
- Blazing fast. Depending on image size and your CPU, it can be less than a second
- Should be able to deal with more complex changes in theory due to a completely different algorithm

Downsides over DrDre:
- Doesn't generalize well. It will only match the colors in the image and no others, so applying the LUT to any other image will result in garbage. It might not even generalize well across an entire scene, so its use currently is to match single frames and maybe very similar frames.

Todo for the future:
- Try to integrate some interpolation option to make the 3D LUTS generalize better.
- Create an AVISynth plugin

The algorithm is childishly simple: Create an RGB cube in the size of the output LUT (32x32x32 atm). Take each color in the source image and create a vector to the color in the output image. Average all these vectors and place them in the RGB cube. Export RGB cube as LUT. Profit.

As you can see, the algorithm explains both the downsides and upsides. If I manage to do some interpolation (or maybe extrapolation is a better word), it would probably slow it down quite a bit, but maybe it could be made optional and controlled somehow, aka you could choose how much interpolation is to be done. We'll see.

Important note: Most of the options in the tool don't actually do anything, so don't bother with them. They are stuff I wanted to implement or might implement some day. The only option that really does anything currently is the "Aggregation Variable" being set to Absolute or Vector. Absolute is the old algorithm I had for months but it wasn't precise enough. Instead of averaging vectors, it was averaging absolute values, which gave decent results but in some situations the results were disappointing. The Vector algorithm is default now and solves that issue.

Edit: Since this is open source, feel free to contribute if you want to ofc.

Print this item

  Barry Lyndon - German Version
Posted by: TheHutt - 2020-11-18, 08:02 PM - Forum: In progress - Replies (18)

[Image: h9ze6S2.jpg]

An acquaintance has asked me to check the possibility of restoration of Stanley Kubrick's Barry Lyndon. As with all of Kubrick's movies prior to Full Metal Jacket, the German theatrical version featured fully localized titles and intertitles.

The DVD/BluRay only contains the original English credits / intertitles. Therefore, I decided to give it an evaluation, what can be done.

Print this item

  Perfume: The Story of a Murderer Blu Ray Open Matte
Posted by: maksnew - 2020-11-18, 07:39 PM - Forum: Requests, proposals, help - No Replies

Hi friends, can anyone have a Blu Ray of this movie in Open Matte?

https://allesoverfilm.nl/recensies/4005/...r/blu-ray/

Open Matte on these discs
https://www.blu-ray.com/movies/Perfume-T...ray/14439/
https://www.blu-ray.com/movies/Perfume-T...ray/26899/

Print this item