logo Sign In

AntcuFaalb

User Group
Members
Join date
8-Jun-2012
Last activity
9-Feb-2025
Posts
4,267
Web Site
https://ssl.reddit.com/r/AMPSdeux

Post History

Post
#652514
Topic
Please explain "Bit-Perfect Audio Capture" for LaserDisc PCM
Time

A "bit perfect" audio capture means that Every. Single. Bit. in the capture is the same as what's stored on the digital medium (in this case, the digital track on an LD).

Some older sound cards did digital post-processing (programmed in the driver) on the TOSLINK input (e.g., band-pass filtering) without notifying the user and without giving the user a way to disable it. Hell, some even did it in the hardware.

I know this sounds absurd since all the sound card needs to do is dump the PCM bytes it receives over the TOSLINK input onto the HDD, but this wasn't (and isn't) always the case. This is why some sound cards advertise "bit perfect" audio capturing.

It's not a gimmick. It's a response to the stupidly-written overzealous drivers of yesteryear.

Post
#651898
Topic
The Hobbit Rankin/Bass Animated Film..... (Released)
Time

muddyknees2000 said:

Would I be able to extract the individual frames from this....or will it blend them together thereby resulting in ghosted images and things of that nature?

Yes, assuming that the person who captures it is using a good capture card (e.g., the Blackmagic Intensity Pro), then we can assume it won't do any frame-blending or any other kind of hocus pocus.

Post
#651887
Topic
The Hobbit Rankin/Bass Animated Film..... (Released)
Time

muddyknees2000 said:

AntcuFaalb said:

muddyknees2000 said:

Is it lossless on the quality aspect? (audio doesn't matter, only video)

All you need to do is to capture it uncompressed over HDMI using something to either ignore or strip HDCP.

drngr might be able to help.

Individual frames going to be preserved?

Please rephrase this question. I don't understand what you're asking here.

Post
#651885
Topic
The Hobbit Rankin/Bass Animated Film..... (Released)
Time

timdiggerm said:

AntcuFaalb said:

muddyknees2000 said:

Is it lossless on the quality aspect? (audio doesn't matter, only video)

All you need to do is to capture it uncompressed over HDMI using something to either ignore or strip HDCP.

drngr might be able to help.

Given that it's streaming from a webservice, and they're the ones that compress it....

That's true. I should have explained myself better.

This method would, under ideal conditions, result in no more quality loss.

It would be, for all intents and purposes, an absurdly-large duplicate of the compressed video stored on Amazon's servers.

That's what I thought muddyknees2000 was asking for.

Post
#651829
Topic
Info: The Matrix - with original theatrical color timing?
Time

Andrea: Colourlike doesn't make a new histogram every 1000 frames when you set every=1000. It samples the movie in 1000-frame-steps and still makes one histogram. All the every argument does is change the sample size.

My script generates a new histogram for every frame. That's the difference.

You should see results immediately with my script because it's not doing a WriteHistogram for the entire movie at one time, just the frame it's currently on.

Post
#651479
Topic
Laserdisc Ripping?
Time

dark_jedi said:

Thank you for the response, it just sucks you can't find any real in depth info online regarding this, if you think of anything else to add please do, thanks again.

well I did find this,

http://support.creative.com/kb/ShowArticle.aspx?sid=10843

Do you have that dialog window available with the drivers/applications that were installed to support your sound card?

Post
#651298
Topic
Info: Recommended Editions of Disney Animated (and Partially Animated) Features
Time

We need to take a closer look at the Snow White LD.

I'm still having trouble believing that it was reanimated. It makes no sense.

(It was, of course, the first film to ever be 100% remastered in a computer, but that doesn't necessarily mean that it was reanimated ala Sleeping Beauty.)

Why, after going through the whole reanimation process, would they do one of the following?

  1. leave the gate-weave in
  2. re-insert the gate-weave
  3. print to film and then to LD
Post
#651282
Topic
Info: The Matrix - with original theatrical color timing?
Time

_,,,^..^,,,_ said:

AntcuFaalb said:

You might not have write-access to the directory Avisynth is running from.

Try changing "hist1.txt" and "hist2.txt" to something like "C:\<...>\hist1.txt" and "C:\<...>\hist2.txt".

Replace the "<...>" with a directory you know for certain that you can write to as the current user.

Alternatively, you can try running whatever program is executing the script as an administrator.

I followed your instruction and, despite the fact that this time the two histogram files were written (but are small, 5Kb, it's normal?) I continue to have the same error messages...

Turisu said:

Forgive my ignorance but can chroma from an SD source really be combined with luma from an HD source without any perceivable loss in image quality?

Chroma is less "noted" by the human ey ethan luma... for example, a full HD luma resolution is 1920x1080, while chroma is 960x540 (1/4th) while VHS is 350x480 luma (NTSC) and 30x480 chroma(1/12th)!

Consider that PAL DVD has only 720x576 luma and 360x288 chroma, but when upscaled it will reach the same HD resolution, and, as chroma is less "important" (to the human eye) than chroma, the eventual artifacts given by the upscaling process will pass unnoticed.

Let's discuss this one-on-one in a web-chat sometime soon. It'll be a lot easier (and faster!) than trying to do this on the forum.

Post
#651208
Topic
Info: The Matrix - with original theatrical color timing?
Time

_,,,^..^,,,_ said:

Evaluate: System exception - Access Violation
([ScriptClip], line 4)

or

Evaluate: System exception - Access Violation
([ScriptClip], line 4)

the histogram files are not written, too. Can you help me, please?

You might not have write-access to the directory Avisynth is running from.

Try changing "hist1.txt" and "hist2.txt" to something like "C:\<...>\hist1.txt" and "C:\<...>\hist2.txt".

Replace the "<...>" with a directory you know for certain that you can write to as the current user.

Alternatively, you can try running whatever program is executing the script as an administrator.