logo Sign In

Doctor M

User Group
Members
Join date
1-Feb-2005
Last activity
7-Jul-2025
Posts
2,544

Post History

Post
#439461
Topic
Star Wars OT & 1997 Special Edition - Various Projects Info (Released)
Time

hairy_hen said:

Combined with the non-defeatable 4 db reduction in total volume that comes from the Dialnorm parameter in the AC3 stream, the result sounds very anemic, much less powerful than it should.

Non-defeatable?  Why didn't you ask: http://www.coises.com/software/vobdnorm.htm

The only problems are that it's command-line, only works with VOB files, and you will need to do each VOB separately (it doesn't automatically move to the next file).

Still, it does just what it says on the tin: it lets you rewrite the dialog norm to any value without re-encoding.

Post
#438818
Topic
GOUT image stabilization - Released
Time

Probably a stupid question, but did you try dgdecod with the cpu > 4?

I've had pretty good success and it's fairly fast.

cpu: 0 to 6 (default: 0)
Post-Processing Quickset Options.
(Y=luma, C=chroma, H=horizontal, V=vertical)

- 0: DISABLE POST-PROCESSING
- 1: DEBLOCK_Y_H
- 2: DEBLOCK_Y_H, DEBLOCK_Y_V
- 3: DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H
- 4: DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V
- 5: DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V, DERING_Y
- 6: DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V, DERING_Y, DERING_C

You can use cpu2 if you want to disable/enable specific options (such as the strong deblocking).

Post
#438593
Topic
GOUT image stabilization - Released
Time

Having compared more what is available, I will make this completely uninformed statement:

The PAL GOUT discs of ANH and ESB were cropped and zoomed when being transferred from the master, removing any advantage PAL might have had in preserving detail.

ROTJ is cropped more at the top but LESS at the bottom allowing it to retain a few more lines of resolution than the NTSC disc.  Probably still the same master though.

And one piece of wild speculation: The master used in both versions probably contains MORE detail than is apparent on the DVDs. 

I'm starting to wonder if it was intentionally reformatted to letterboxed to reduce detail (and in hopes of a resell in anamorphic later should the inital release go well enough).

The PAL ROTJ would suggest that (since if you used the same NTSC master, there would be no more detail (or lines when formatting) to gain.)

Edit: Although a less conspiracy minded answer might be that some nitwit just overcropped the NTSC ROTJ during tansfer.

Post
#438581
Topic
GOUT image stabilization - Released
Time

http://aptirrelevance.com/otscreenshots/index.php has screenshots for comparison which include PAL & NTSC GOUT, but that is ANH only.

The gist of the other thread is that ROTJ is probably slightly improved in PAL vs NTSC, but not ANH and ESB.  The reason is unclear.

Also be aware, the PAL DVDs seem to be cropped more (in ANH and ESB, just differently in ROTJ).

http://originaltrilogy.com/forum/topic.cfm/Are-the-PAL-GOUT-DVDs-upscaled-from-the-NTSC-masters/topic/6531/

http://originaltrilogy.com/forum/topic.cfm/GOUT-improved-versions/topic/11377/

Post
#438386
Topic
The Middleman - The Doomsday Armageddon Apocalypse [Custom Bonus DVD] (Released)
Time

This is sort of a cross-post, but only because I scrapped the original project (which was to be a fan edit using the graphic novel) and transitioned to a preservation.

The original thread is here, which the admins can feel free to lock or delete.

This is a custom 5th disc to go with The Middleman Complete Series DVD set.

The final episode of the series was never filmed, but later turned into a graphic novel.  In 2009 at Comic-Con most of the cast was reassembled and they performed a complete table read of the episode.

It ties up all of the plot threads left over from season 1, and is riddled with great call-back gags.

This DVD contains that table read with subtitles (that were necessary because of audio quality and the rapid line delivery).

The menus are custom and closely match the rest of the discs in the set.

It also includes:
The Middleman Exclusive Interviews by ComicsOnline (following the table read).
“Dinner” faux Public Service Announcement (missing from disc 4)
TV Premiere Trailer
Wendy Watson Trailer

All video is culled from the net so expect YouTube-ish quality or less.
The table read is cut together from 2 sources to fix some video issues.

DVD_ROM extras include a backup .SRT of the English subtitles and .PDF files of The DDA Graphic Novel Script and The Pilot Episode Sanction Script.

I’ll post screenshots, but I get the impression there aren’t a lot of MM fans here… so this is more of an FYI.

Post
#438160
Topic
GOUT image stabilization - Released
Time

CompMovieGuy said:

g-force said:

Chewtobacca said:

Stupid question: you guys do force film the video in DGIndex before using the script, don't you? 

Yes, force film is a must.

I think I would rather IVTC in AVS then use DGIndex's Force Film since its very hit n miss. Although I have never tried it on the GOUT so it could work well in that instance.

Any thoughts on that g-spot?

CompMovieGuy: What?  I know you've done a lot of great conversions, but this doesn't make any sense.  I'm assuming I'm misunderstand you, but for others who might not know...

DGIndex's force film doesn't inverse telecine video!

DGIndex INDEXES mpeg video so a frame based program like avisynth can work with it frame accurately and non-linearly as it would AVI content.

Force film or honor pulldown flags just determines if avisynth (or whatever program) will soft interlace progressive content whenever a pulldown flag is present.

I.e., add pulldown & interlacing where it isn't present in progressive material.

The only reason to use "honor pulldown flags" instead of "force film" is if your source is not 100% progressive (less than 95% is the rule of thumb, DGIndex will give you this number).  I have seen films/tv shows that have patches of hard telecining within progressive content.  (Anime is notorious for variable frame rate).

This is a problem because mpeg can have variable frame rate, AVI content must have a constant frame rate.

Using honor pulldown flags will make avisynth (or whatever) generate 29.97 interlaced video adding soft telecining in progressive areas and leaving hard telecined areas alone.

From 100% telecined you can then use an IVTC filter like telecide/decimate which will restore progressive frames from material that is soft telecined during playback.

Mind you, that still assumes that the interlaced portions are film sourced.  They can just as well be true video (59.94 unique fields) in which case you will need to deinterlace to 29.97p or use something like AnimeIVTC().

Or to rip off Doom9:

FORCE FILM WHEN YOU CAN, IVTC WHEN YOU CAN'T FORCE FILM, AND DEINTERLACE WHEN YOU CAN'T DO EITHER.

http://www.doom9.org/ivtc-tut.htm has more info for those looking to read up.  It refers to DVD2AVI but that's pretty much the same as DGIndex (which is build from it).

Post
#437812
Topic
Muxman is turning my subtitles red
Time

Muxman isn't turning your subtitles red.  .SUP files do not contain color information, just the subpicture images, so Muxman's default color palette is being used (which does not match up with your original colors).

You can use a program like DVDSubEdit (free) (http://download.videohelp.com/DVDSubEdit/) or DVDRemake Pro (pay but awesome) to correct the colors manually after authoring.  (IfoEdit and PGCEdit might also work, but I've never tried.)

Now if you are muxing with Muxman and then using a program like VobBlanker to substitute your newly remuxed movie into the original full DVD, the original DVD's color scheme will take over and self correct your problem.

Post
#436024
Topic
GOUT image stabilization - Released
Time

Chewtobacca said:

Thanks, Doctor M. 

I am really interested in whether this latest version of the script takes NAB into account, as I am almost ready to encode with it.  One option might be to make a non-anamorphic MKV or AVI with the script that would automatically be resized on playback.

Feeling stupid, but what is NAB?

I think you'd want an anamorphic MKV if you are resizing it anyway during playback.

Post
#435640
Topic
GOUT image stabilization - Released
Time

I agree, I'm not sure I would crop the left/right.  We aren't building DivX here, most DVDs contain up to about 8 black lines on each side.

Since 96 lines are cropped top/bottom at the start of the script, I would suggest:

Spline36Resize(720,384).Crop(0,14,0,-10).Addborders(0,90,0,90)

THIS IS A GUESS.  I do not currently have the discs ripped to inspect the actually video for the second cropping (which is a weird decision...  Why isn't the cropping done once... or before the resizing for that matter?)

Btw, Spline36 provides better and sharper upscale quality than Spine16 without adding ringing and without any apparent speed impact.

There is also Spline64, but I've heard arguments that it isn't as good as 36.

 

(cough)Edit: (cough) to addborders...

Post
#434227
Topic
Info: Other region DVD's & Blu-ray's with Special content NOT available in the US.
Time

Blunt rip from TDB:


First up today, there's been a small degree of panic in some quarters online in the last couple days about director James Cameron's recent comments on the remastered Aliens transfer. Cameron was video interviewed over at Coming Soon.net about Avatar, and about 5:30 into the clip he talks about the new Aliens HD master for the upcoming Blu-ray. To quote: "It's spectacular. We went in and completely de-noised it, de-grained it, up-rezzed, color-corrected every frame, and it looks amazing. It looks better that it looked in the theaters originally. Because it was shot on a high-speed negative that was a new negative that didn't pan out too well and got replaced the following year. So it's pretty grainy. We got rid of all the grain. It's sharper and clearer and more beautiful than it's ever looked. And we did that to the long version, to the 'director's cut' or the extended play."

As you might expect, all that talk of de-noising and de-graining has some fans freaked out that the release is going to suffer the same excessively DNR-ed fate as Fox's recent Predator: Ultimate Hunter Blu-ray. Here's the deal: Everyone we trust who was involved, and/or has actually SEEN the new Aliens HD master for Blu-ray, reports to us that the film looks terrific. To the degree that DNR was used, it was applied carefully and with a light hand, with an eye toward striking the proper balance between maintaining the detail and integrity of the image and the desire to reduce grain and address the deficiencies of the stock used at the time. There is apparently STILL grain left in the image, it's just no longer excessive or distracting. Plus, Cameron is no slouch when it comes to the presentation quality of his films on disc, and he approved this transfer and master. Look, there's a VERY big difference in digital mastering when the filmmakers are directly involved in the process, as opposed to when they're not. So we're told the disc looks great, we trust that it looks great and I'll personally work to directly confirm that. My own feeling is that Predator was probably an aberration. Fox has generally been doing very good mastering work for Blu-ray in the last year or so, and I suspect this is going to be a non-issue when we all get our hands on the Aliens disc. 'Nuff said for now. By the way, it's a good interview at Coming Soon, so do check it out.

Post
#434060
Topic
Info: Other region DVD's & Blu-ray's with Special content NOT available in the US.
Time

digitalfreaknyc said:

Doctor M said:

Speaking of, just saw an interview with James Cameron talking about his decisions to extend movies (specifically Avatar, but also the current BD restoration of Aliens)... and he said there are a few nice deleted scenes from True Lies he's considering putting back.

Enough with the giant smurfs already, I want some TL in a special edition BD.

Btw: is there interest in a full DVD PAL2NTSC DVD9 conversion of True Lies?

 You don't need a PAL2NTSC.  There's already a 16x9 version in NTSC from the Japanese Disc.

I'm currently making a blu-ray of the HD version with all extras.

Well, the difference is I could FIND the PAL anamorphic, I've never come across the Japanese DVD.  I made this a year or two ago.

Edit: I'm guessing you are referring to the D-Theater version.  Heh heh, HD digital VHS, I can't believe that format ever existed.

Here are for some screenshots, the picture is very soft (and a bit dirty (or the grain transferred poorly)).  I wouldn't be surprised to find out it was upscaled.

Really, is it worth the labor for the year or two until there is an official BD?

Screens:

Post
#433846
Topic
Info: Other region DVD's & Blu-ray's with Special content NOT available in the US.
Time

Speaking of, just saw an interview with James Cameron talking about his decisions to extend movies (specifically Avatar, but also the current BD restoration of Aliens)... and he said there are a few nice deleted scenes from True Lies he's considering putting back.

Enough with the giant smurfs already, I want some TL in a special edition BD.

Btw: is there interest in a full DVD PAL2NTSC DVD9 conversion of True Lies?