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,002
» Latest member: HideoGojira
» Forum threads: 5,787
» Forum posts: 84,589

Full Statistics

Latest Threads
New Here! hello! :)
Forum: Presentation
Last Post: HideoGojira
1 hour ago
» Replies: 0
» Views: 7
Cobra (1986, Sylvester St...
Forum: Released
Last Post: greekguy80@gmail.com
Today, 01:01 AM
» Replies: 8
» Views: 8,389
I'm in CANADA, EH?
Forum: Presentation
Last Post: greekguy80@gmail.com
Today, 12:58 AM
» Replies: 0
» Views: 40
The Thing (1982) LD audio...
Forum: Requests, proposals, help
Last Post: SwatDB
Yesterday, 05:07 PM
» Replies: 1
» Views: 103
New Here
Forum: Presentation
Last Post: indianparasite
Yesterday, 05:02 PM
» Replies: 0
» Views: 44
Klexos AKA icebox616's Wi...
Forum: Released
Last Post: Cryogenicality
Yesterday, 02:09 PM
» Replies: 0
» Views: 59
Dumb & Dumber 1994 Intern...
Forum: Released
Last Post: Daffy_Duck
2025-04-22, 12:18 PM
» Replies: 3
» Views: 881
Police Story IV: First St...
Forum: Released
Last Post: Serums
2025-04-22, 11:11 AM
» Replies: 31
» Views: 8,082
Thunderbolt (霹靂火)--1995 J...
Forum: Released
Last Post: JohngPR
2025-04-21, 11:39 PM
» Replies: 24
» Views: 10,193
Jackie Chan's "Who Am I?"...
Forum: Released
Last Post: JohngPR
2025-04-21, 11:30 PM
» Replies: 20
» Views: 4,498

 
  Mode Average in Avisynth
Posted by: nightstalkerpoet - 2018-03-09, 09:17 AM - Forum: Script snippets - Replies (1)

A member on OT sent me Mode.dll for avisynth. I'm not on my project computer - hopefully someone can test this out?

File attached.



Attached Files
.zip   Mode.zip (Size: 117.65 KB / Downloads: 3)
Print this item

  Armageddon 35mm Trailer Regrade + Cinema DTS + Dolby Headphone
Posted by: deleted user - 2018-03-08, 01:28 AM - Forum: In progress - Replies (13)

Started this one out just wanting to do a Dolby Headphone track for Armageddon. The Blu Ray track didn't satisfy me, so I set out on a quest to find the best audio. Made the other thread for that, if you remember.

Ended up getting the Cinema DTS from a generous donor. Decided to use it, because it was A) a nice new skill to learn and B) It sounded a bit better than the other tracks I had tried.

It still wasn't quite ideal for the Dolby Headphone thing. The center was too loud for my taste. Ended up just reducing the center channel by 3 dB and including that as an extra track; let's call it the TomArrow mix (original is still included of course). That pretty much did the trick for me personally.

Anyway, by then I had invested such a ridiculous amount of time I thought why not go full retard; so I ordered a 35mm trailer from eBay. Went ahead and scanned individual frames with my 35mm scanner (somehow I weirdly pulled the whole trailer through it without having to cut it up, lol). Used DrDre's ColorMatch to create a 3D Lut. That worked really well. Did some mild adjustments to the 3D LUT in Photoshop and 3D LUT Creator, et voila.

Here's a lazy comparison between vanilla Blu Ray and my regrade: http://screenshotcomparison.com/comparison/133846

Man, this was fun. Some of the trailer shots still had the cables in them used to pull around the exploding cars, but they had been retouched out of the final movie.

Anyway.

Looks much more cinematic now, if you ask me. No annoying punchy colors (lower saturation), almost none of the horrible green cast over everything, nice contrast and tones, but whatever, you can see it yourself. Now, in combination with the Cinema DTS, I think it feels so much more like a "real movie" and less like a Disney Channel cartoon.

Okay, anyway, there's still a few things I wanna do before I release (final video encode is finished):
- Sync the LD AC3 and PCM tracks to include them (kindly provided by zoidberg while I was working on the grading!)
- Create a Soundtrack-only audio track made from the bootlegged score and the official soundtrack. Most of the score is already synced, soundtrack still missing.
- Actually, that's already it.

Anyway, I expect this to be finished anywhen between 1 week and 2 months, depending on how my laziness allows it. Now that I finally found a way to do a nice actual encode (and succeeded), I feel motivated to bring my first big project (kinda) over the finish line.

Final file will be a 4:4:4 1920x800 10bit x264 mkv file around 30GB, with Cinema DTS + two Dolby Headphone tracks as lossless FLAC (the normal one and my special mix), the LD PCM as FLAC, LD AC3 as AC3 (assuming I don't need to change the speed, which I think I don't need to do), FLAC soundtrack-only track, FLAC Soundtrack Dolby Headphone track (experimental) and the Criterion commentary tracks as AC3.

That's it. Possibly I forgot to mention something but whatever. Oh yeah, there will be a little (but to most people likely meaningless) surprise, but I will not mention it until the release. Smile

P.S. If the DTS track from that super rare and super expensive LD were to turn up and be as good as everyone says, I'd totally include it as well.

Print this item

  Blu-ray subtitle conversion tool (sub2bd)
Posted by: bronan - 2018-03-05, 08:34 PM - Forum: Converting, encoding, authoring - Replies (153)

sub2bd is a small front-end I made to speed up Blu-ray subtitle conversion using avs2bdnxml. The basic idea is you pick your input file (ASS/SSA - see later in the thread about SRT support), set a few parameters, and then a .SUP is spit out for you. I used easySUP in the past for subtitle conversion, but was always running into various issues. Luckily, avs2bdnxml works great, even with those pesky ones with multiple lines of text appearing on screen at once that tends to cause flickering and other glitches.

[Image: KD9AAgy.png]

Installation:
- Download sub2bd 0.93
- Install Avisynth & .NET 4.0 runtime

Directions:

  1. If the source subtitles are in an MKV, extract them with a tool like MKVCleaver. Note that MKVCleaver can also extract any fonts used, which need to be installed on your system for use with sub2bd. Otherwise, AviSynth will use its default font that usually doesn't look nearly as good.
  2. Select the subtitle file (SRT/ASS/SSA). The final converted .SUP file will be placed in the same folder with the same name, but with the .SUP extension
  3. Select the video's Resolution and Frame Rate
  4. Convert!

Change-list:
  • 0.93 - Fixed wrong resolution being passed to avs2bdnxml
  • 0.92 - Fix for forcing UTF8 encoding on temp file, now attempts encoding detection
  • 0.91 - Allow drag/drop on Batch tab. Internal refactoring and cleanup, minor tweaks.
  • 0.9 - Hide avs2bdnxml process window to prevent accidental user interaction, new Progress tab
  • 0.85 - Batch add window now accepts multiple files
  • 0.8 - Automatically calculate runtime duration. Added drag and drop onto form for ASS files.
  • 0.7 - Forced Unicode encoding on temp file
  • 0.6 - Fixed overwriting SUP file
  • 0.5 - Fix for unsupported double byte characters in file name or path
  • 0.4 - Added fix for stalling out with non-Latin characters at the beginning or end of ASS. Added options for Strict mode, Optimize Buffer, and Ugly mode in avs2bdxml (see https://forum.doom9.org/showthread.php?t=146493 for info on these)
  • 0.3 - Added 4K resolution support
  • 0.2 - Fixes for framerate issues
  • 0.1 - Initial Release

Print this item

  Guide: Upgrade to AviSynth+ for high bit depth support
Posted by: deleted user - 2018-03-05, 01:27 PM - Forum: Audio and video editing - Replies (3)

Now that the age of HDR is here and also with x264 supporting 10 bit encoding, I've been annoyed by AviSynth's lack of support for bit depths above 8 bit per channel.

I've known for a while that AviSynth+ natively supports higher bit depths, but been always concerned that it may break compatibility with older plugins and scripts, which would be pretty stupid.

Luckily, I read today that AviSynth+ is actually very compatible with old plugins and upgrading to it is actually fairly easy.

This shall be a short guide on how to upgrade to AviSynth+ while keeping your old scripts functional and making use of higher bit depths, based on my initial experiences.

1. Get the newest release of AviSynth+. There are some older releases floating around, which led to me initially being unable to use the higher bit depth feature. You can find the newest release here: https://github.com/pinterf/AviSynthPlus/releases

2. According to the documentation, you can leave your old AviSynth installed and install AviSynth+ over it. During installation, you are given the (default) option to simply make use of the old plugin paths for the older compatible plugins. Upon deinstallation of AviSynth+, the old paths etc. would be restored and you would be safely switched back to your old AviSynth. I personally felt that this was cumbersome and deinstalled AviSynth first opting for "do not delete plugin paths"; this did not delete my plugin folders. Then I installed AviSynth+ which gave me the same option I mentioned from the documentation - to keep the old plugin folders in the path and automatically load any needed plugins from there.

3. After the installation, pretty much everything *should be* as you're used to it.


4. Get VirtualDub FilterMod and use this instead of normal VirtualDub for previewing your work. This is because normal VirtualDub does not support deep color/high bit depths and will throw an error if you attempt to use higher bit depths.

5. Note that AviSynth+ (as well as VirtualDub Filtermod) comes in both 32 bit and 64 bit version in the same package. Which version gets actually used depends *solely* on whether the app you use AviSynth with (avisynth being a library) is 32 bit or 64 bit. This means that if you open your avs file in VirtualDub Filtermod 64 bit (it's a seperate file called veedub64.exe), then you are using the 64 bit version of AviSynth+ which does NOT have access to the 32 bit plugins of the old AviSynth that you need. Hence, use the normal 32 bit VirtualDub Filtermod and you're good! Same goes for ffmpeg versions btw. - a 64 bit ffmpeg will call the 64 bit AviSynth+ library.

6. Test one of your scripts. If you, like me, get a popup called "System Exception - Access Violation", then you have some incompatible plugins in your plugins folder. I had this error and made post about it over on Doom 9 (Permalink). AviSynth+ uses an AutoLoader for plugins. This means that when you call an unknown function, the plugin directories are scanned for plugins. If there is any plugin in your plugin folder that is not fully compatible, it will throw this error (even if the plugin you are trying to use *is* compatible). There are two solutions to this. First solution: Move all your plugins into a temporary folder, then move them back in batches while testing the script again - that way you can find out which plugin (likely some unimportant niche plugin you never used anyway) is making trouble. Second solution: Add ClearAutoloadDirs() to the beginning of the script. This will completely disable AutoLoading. Then simply manually load every plugin you need like this: Loadplugin("C:\Program Files (x86)\AviSynth\plugins\ffms2.dll")

7. To use higher bit depths, use the ConvertBits function. It's as simple as srcclip = srcclip.ConvertBits(16) for 16 bit depth per channel. This should not create any visible change in your preview, as your display (likely) and VirtualDub (likely) only supports 8 bit preview anyway. But it will improve postprocessing as long as the filters support it. For example, if you do some kind of averaging of various sources or color/levels manipulation, you will have 255x the former precision per channel and 16,777,216x more available colors in the spectrum overall. I think you can go even deeper than 16 bits per channel.

8. The resulting script can be encoded as you are used to it. If you want to use a 64 bit software for encoding, like x264 64bit builds, then you can use a neat little software called avs2pipemod to pipe your 32-bit AviSynth script into a 64 bit tool. For example, here's an overly convoluted commandline I am using to pipe a 16 bit depth 32bit AviSynth+ script into 64 bit ffmpeg, where I apply a 3D LUT and further pipe it into x264 64 bit for final encoding:

Code:
avs2pipemod -rawvideo grain-16bitversion.avs|ffmpeg -f rawvideo -pix_fmt bgra64le  -s 1920x800 -r 24000/1001 -i pipe:0 -c:v prores -vf lut3d="collectall-sorted-REFERENCE_50p_50p_8bit.secondtry.mat.cube.darkenedinPS-nobluehue.CUBE" -pix_fmt yuv444p16le -vcodec rawvideo -f rawvideo - 2>null2 | x264_x64_10bit_tmod.exe --preset=veryslow --tune=grain --b-adapt=2 --deblock=-3:-3 --rc-lookahead=60 --keyint=400 --min-keyint=40 --me=umh --merange=64 --psy-rd=1.0:0.10 --aq-mode=3 --qpstep=40 --partitions=all --no-dct-decimate --bframes=16 --no-dct-decimate --no-fast-pskip --deadzone-inter 0 --deadzone-intra 0 --aq-strength=4 --aq3-mode=1 --aq3-strength=4 --aq3-boundary=820:224:36 --trellis=2 --qcomp=1 --subme=11 --ref=8 --crf 30 --output="Armarendron.264" --profile high444  --input-csp i444 --output-csp i444 --input-res 1920x800 --input-depth=16 --frames=216988 --fps=24000/1001  -

(Yes, it does actually work!)

Conclusion

Upgrading is really a breeze and of course totally worth it. The only problem you *may* encounter are some incompatible plugins in your plugin folder resulting in nasty error messages. But, Uncle Tom already told you what to do about that (step 6), so no need for worrying. How compatible is it? Well, I haven't tested THAT much yet, but let me just say ... there's this rather obscure AviSynth plugin called FQSharpen, written by some random dude with terrible horrible documentation that likely wasn't touched for 10 years ... and it works! FFmpegSource2 also works!

Oh, regarding that avs2pipemod I recommended ... for some reason it flips the image for me ... dunno why. FlipVertical() at the end of my script put that error out of its misery!

Print this item

  Identifying end credits fonts
Posted by: trondmm - 2018-03-04, 11:22 PM - Forum: Requests, proposals, help - Replies (5)

Hi.

I'm trying to identify the fonts used in this Disneyland (actually "Walt Disney Presents") Christmas episode from 1960, so that I can recreate the end credits. Does anybody have suggestions for fonts that can be used?


[Image: mpv-shot0017.jpg]  [Image: mpv-shot0018.jpg]

The font used for the names is fairly similar to Impact, but I'm sure it's possible to find a font that's a better fit.

[Image: mpv-shot0019.jpg]  [Image: mpv-shot0020.jpg]

I have several other episodes ripped from DVD, BD and HD recordings, where the credits use the final font. Here's one example.
[Image: mpv-shot0022.jpg]

Obviously Disney didn't use digital fonts in 1960, so it's very possible that the exact fonts has never been available digitally (I wouldn't even be surprised if they were originally made in-house at Disney). So I'm mostly looking for fonts that are a close match.

Print this item

  new screenshot comparison site?
Posted by: spoRv - 2018-03-04, 03:53 PM - Forum: Everything else... - Replies (3)

Well, caps-a-holic is very nice and professional, but it has almost nothing on HDTV or fullscreen DVD, and doesn't allow user entries; screenshotcomparison is simple and allow user entries, but it has also empty and wrong entries; diff.pics and framecompare allow user entries and, most important, more than two pics comparison, but lack a search engine...

Now, it will be nice to have a lightweight site like one of the latter, which DOES not host internally pics (so, a lot less bandwidth and web space), and allow something more; namely, a search engine, a fullscreen comparison, and a slide to see the before/after; I hunted high and low, but without success...

So, maybe we can do it - we made this very forum, at the end, so it would be a walk in the park.

For the moment,I set up a simple comparison here: http://ultimateaspectratio.co.nf/TheArrival.html

The idea is simple:

  • setup a free subdomain
  • main page will be a simple search engine
  • an input page (maybe password protected, so only our members could add pics, and so spam will be avoided) with FIVE simple variables:
    • name of the movie (which will appear in the page title)
    • URLs for both images
    • releases for both images
  • a script (PHP?) will create a new page named as the movie, and feed the other four variables to the easy js
that's all!

PROs: barebone, fast, low bandwidth and webspace usage
CONs: relies on external picture hosting that would eventually disapper one day (but screenshotcomparison hosted itself the image, and look what happened few months ago...)

There is a coder (or more than one) among us, so I'm pretty sure he could say it's quite easy to do so...

Print this item

  FEMALE PRISONER SCORPION series
Posted by: The Griff - 2018-03-04, 01:45 PM - Forum: Requests, proposals, help - Replies (7)

Anyone keen on tackling the FEMALE PRISONER/CONVICT SCORPION series that Arrow put out on blu ray towards late '16?

The colours and contrast of the transfers were just off and a radical departure from previous releases.

http://screenanarchy.com/2016/08/have-yo...-blue.html

Apparently they get worse as the series progresses (I haven't brought myself to view them, yet). So, who's to blame?

From Arrow:

"A set of low-contrast 35mm prints struck from the original 35mm film elements were supplied by Toei Company, Ltd. These prints were scanned in 2K resolution on a pin-registered 4K Northlight Scanner. Picture grading was completed on a DaVinci Resolve and thousands of instances of dirt, debris and light scratches were removed using PFClean software. Overall image stability and instances of density fluctuation were was also improved. All restoration work was completed at Pinewood Studios.

The images on all four Female Prisoner Scorpion films favor a noticeably cyan/blue look throughout. This look was inherent in the film materials supplied and relates to how these lab materials were created, as well as how the original elements have faded over time. With these restorations, we have aimed to present the films as close to their intended original style and appearance as possible."


Fair enough.

I found this example of somebody's quick attempt to mimic the look of the DVD, which suggests something can be done:

[Image: gAv7neb.gif]

For comparisons of the individual 4 films, see here.

I will personally* suck the toes of any one who can rescue these movies from a fate worse than death.

And, of course, I'd be happy to help out with source materials if/where necessary.





*may not actually be me. May be a (poorly) paid proxy in my stead.

Print this item

  Star Trek: The Motion Picture Laserdisc Subtitles Screencaps
Posted by: iguanaclerk - 2018-03-04, 07:54 AM - Forum: Requests, proposals, help - Replies (6)

Hi, I was wondering if anyone who has a copy of Star Trek: The Motion Picture on Laserdisc could post screencaps of how the alien subtitles look (during the opening Klingon scene and during the Kolinahr). The HDTV and the Director's cut use burnt-in subtitles in the Star Trek II font, and the BD uses generic soft subs. A quick search shows the the laserdisc has the original subtitles using a font from the Bauhaus family.
At some point I'm going to do an updated version of my TMP Director's Cut Recreation (I already made new opening credits with a title card animation to match the DVD). It would be nice to have a reference for the subtitles with the exact font and its placement on the screen.

Print this item

  project analysis: The Arrival (1996) UAR
Posted by: spoRv - 2018-03-04, 05:13 AM - Forum: Restoration guides - Replies (1)

During these days I worked a lot onto this project, because I spent so much time in previous versions, that I wanted to give it another spin...

Previous versions:
The Arrival [spoRv] *BD-25* - OriginalTrilogy - FanRes
The Arrival (1996) [Fundamental Collection™ #008] - FanRes

I did also an upscaled fullscreen 1.33:1 version, but as it seemed nobody cared about this, I deleted the file - that wasn't that great, indeed; still, has a lot of potential, as the BD frame is mainly the center of the fullscreen frame, obviously cropped, with a bit more image on one or both sides, apart few shots where the added image is bigger, but not so much.

So, I thought to do a UAR version (Hybrid Vs UAR - a simple guide), that will do justice to the fullscreen. Of course, as source for the latter the PAL Italian DVD is used, while for the letterbox version I had the BD, what else? Well, yes and no... yesterday I've found a letterbox DVD, so it is there as well.

Let's see one frame in particular, randomly chosen, but with vertical lines to see better the alignment between the two sources used in the UAR:
[Image: The_Arrival_frame_028010_DVD_bicubic.jpg]
[Image: The_Arrival_frame_028010_DVD_WS_bicubic.jpg]
[Image: The_Arrival_frame_028010_BD_untouched.jpg]
as you can see, fullscreen and letterbox DVDs are almost identical, while BD is very different regarding colors and contrast.

So, first attempt was to combine FS DVD and BD, as I had no other LB source (at that moment); of course, BD was regraded to be as closer as FS DVD as possible... I was sure to get a good result, as previously tested UAR projects: WRONG! Yes, BD it has a lot better detail than DVD, but the image doesn't align perfectly, as well as color grading:
[Image: The_Arrival_frame_028010_test1b.jpg]

Then, I found the LB DVD, so I thought to regrade the BD using is as reference; this should be better than using the FS DVD, which has a different aspect ratio, hence now color matching could be as good as it can be; I was sure to achieve the right result: WRONG! Yes, now it's better than previous attempt, color wise, but still not aligned:
[Image: The_Arrival_frame_028010_test5.jpg]

I gave up, end using the LB DVD instead of the BD, as they both have the same contrast and color grading: RIGHT! Yes, alignment and color grading were OK, as expected; as well as inferior resolution due to SD sources:
[Image: The_Arrival_frame_028010_test4.jpg]

I was almost happy with it, when suddenly I had a flash of genius: why don't I reform the BD, to be as closer as LB DVD? So, after various resize and related crop trials & errors, thanks to WarpedResize, that stretches only sides or center of the image, I finally get a version that is almost right for the whole film (I hope, still finish to test):
[Image: The_Arrival_frame_028010_BD_reformed_and..._WS_BD.jpg]

Then, feed both to first pass of the AutoOverlay plugin, to get the BD better aligned with the LB DVD, then result was used to feed the second pass of the AutoOverlay align:
[Image: The_Arrival_frame_028010_test6.jpg]

I was almost there; a little tweak to colors, a grain plate... et voilà le jeux sont fait!
[Image: The_Arrival_frame_028010_test7.jpg]

Comparison between fullscreen DVD and UAR: http://screenshotcomparison.com/comparison/133547

About color grading: after few days of testing, I realized that slightly corrected DVD colors are not that bad, and *may* be more theatrically accurate than BD - due to some clues like fullscreen format, dirt and speckles and the fact that at the time was not infrequent to use interpositive prints as sources instead negative.

Print this item

  DaVinci Resolve *.dll problem
Posted by: Beber - 2018-03-01, 01:09 AM - Forum: General technical discussions - Replies (21)

Hey, guys.

I've been trying to install DaVinci Resolve, since I just learned that there is a free version, so I was like "let's give it a try and learn color correction to see if I can do something with Die Hard With A Vengeance myself". But although it's "successfully" installed, I cannot launch the damn thing! I have an api-ms-win-core-synch-l1-2-0.dll alert that I can't seem to correct. All my attempts at googling solutions have failed so far. I even download the f***ing .dll file and pasted it in the right folder as I read here: https://www.dll4free.com/api-ms-win-core...0.dll.html, only to find out that I already had the damn .dll and even a more recent one! Why the hell is it not working?! I hate computers!!! This is exactly the kind of things that, about 10 times a year, makes me want to throw the f***ing thing out the window!

Print this item