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
#603471
Topic
Doctor Who
Time

doubleKO said:

Is it better to watch the classic series in production code order rather than air date order? I did it accidentally and the beginning of the serial mentioned something from the last serial I'd seen, but by air date it hadn't even happened yet. Not that it's much of big deal, I'm watching the third and fourth Doctors concurrently anyway.

I'll likely get into the audio adventures as well, but I'm kind of overwhelmed by the volume of material in the Whoniverse. I'm already familiar with Pertwee and Tom Baker which is why I started there, but I'm not sure whether to keep going with the fifth Doctor or check out the first two next. Any suggestions appreciated!

Check out William Hartnell (Doctor #1). He's a lot of fun!

Post
#603352
Topic
Retro Gaming - a general discussion thread
Time

I have a top-loading A/V Famicom (model HVC-101). With a NES->Famicom adapter, it's the best of both worlds. I get a clean composite signal with all of the benefits of the second-generation NES/Famicom consoles. Also, no modding required!

Yay!

Does anyone here enjoy Battle Kid: Fortress of Peril?

My favorite game is Mega Man 5. (Ugh, it's so weird to not type it as Megaman, but it's supposedly the correct way.)

Post
#603349
Topic
Wanted: Technidisc (a.k.a., Smear-free '93) Trilogy: I now own it!!!
Time

frank678 said:

AntcuFaalb said:

I just purchased a Panasonic LX-900U, a very highly-rated LD player known for its noise-free picture and lack of CLV smearing.

In fact, the ultra-rare high-end Runco LJR I/II is just a clone of this model with some added features!

I got a good deal, too.

sweet! are you planning to do a straight or a tweaked preservation so you can compare&contrast with myscamore's versions. Also are you still going to be preservaing your 92 vhs collectors tape - I'm interested to see how that stacks up against the technidisc, if theres any undiscovered differences

I plan to do a straight preservation of it. I'll be using TooT (better than MedianOfThree for laserdiscs), so I plan to take three captures of each side. (That's 27 in total!)

I'll keep it at 29.970, but will do a second release at 23.976 if a certain OT member is willing to help me with the manual IVTC'ing.

And, yes, I have many pending preservation projects. All will get done, in time... :-)

Also, I'll be using the following for the final results: http://originaltrilogy.com/forum/topic.cfm/Moth3rs-guide-to-LD-capture-colour-correction-using-AviSynth-emphasis-on-correction/topic/14582/

Post
#603218
Topic
Info: laserdisc captures - of resolution, resize and cleaning...
Time

OK, so you have 704x342 (after cropping all 4 black borders).

Considering PAL PAR, that gives us 768x342 square pixels, so the DAR is ~2.24. We want to maintain this DAR so that the anamorphically-encoded DVD video, when stretched on your widescreen TV, will have the same proportions as the source video.

Now, notice that 854 width that I was throwing around before. That's for NTSC. You get that by doing the following calculation: (480 * 16)/9 = ?.

For PAL, we do a similar calculation: (576 * 16)/9 = 1024. So we now know that when the video is displayed on your widescreen TV, it will have an approximate resolution of 1024x576.

Using the same method as before, we need to adjust the height. The calculation is (342 / 768) * 1024 = 456. So, you need to make the size 720x456 (before adding black borders) in order for it to look correct on your widescreen TV after the anamorphically-encoded DVD video is stretched.

(Notice that 1024/456 = ~2.24! This is our DAR!)

How much do you need to crop from the top to get 342?

I can write the correct code for you if you get me that value.