logo Sign In

Chewtobacca

This user has been banned.

User Group
Banned Members
Join date
25-Jul-2009
Last activity
19-May-2021
Posts
2,093

Post History

Post
#699724
Topic
The Abyss - Special Edition (1989) BluRay Project - see Page 2 (Released)
Time

I'm frustrated, rather than hostile, because I find it hard to work out what you're saying half the time because you rarely write in sentences, which makes it harder to get your tone, which I often find brusque.  I saw that post but wasn't sure whether you were obliquely saying that we were barking up the wrong tree or suggesting a course of action.  Obviously, it's now clear that it's the former.

Post
#699635
Topic
The Abyss - Special Edition (1989) BluRay Project - see Page 2 (Released)
Time

_,,,^..^,,,_ said:So nor it is any HDTV version, isn't true?

Of course!  Perhaps I should have said: "...any version we currently have..."  I'll edit my post.  My point is that none of us, as far as I am aware, are in a position to know what the original colors were, so there are no "right" colors to which we have access.  We either keep the colors of the new cap, which will undoubtedly be the main source for a custom version, or correct it to give an aesthetically pleasing (but not theatrically accurate) result.

Post
#699622
Topic
The Abyss - Special Edition (1989) BluRay Project - see Page 2 (Released)
Time

    _,,,^..^,,,_ said:  the question is: which is the RIGHT color grading?

I don't think any of us are currently in a position to know, so I see no point in assuming that any version we currently have is accurate.  Why not either color-correct the extended scenes to match the new cap and insert them or color-correct the whole film to something that most of us like aesthetically?

Post
#699452
Topic
The Abyss - Special Edition (1989) BluRay Project - see Page 2 (Released)
Time

Is the DTS-ES from the Chinese DVD the best audio source?  Fortunately, it's full bitrate – at least according to dvdcompare.   If I had a copy, I would be willing to start work on a script cutting the new cap to fit it.  We could take the extended scenes from elsewhere.  I'm willing to bet that Andrea would be willing to help with color correction.

Post
#699260
Topic
The Audio Preservation Thread
Time

I hate to be "that guy", but I do wish that people would not resample the audio.

  • If the issue is that the guide track is 48 kHz, one can resample that track to 44.1 kHz and discard it after editing.
  • If the issue is BD compatibility, people can either resample it themselves or two tracks (one that has been resampled and one that hasn't) can be released.

Moreover, resampling before release stops people from using better methods if/when they become available.

Post
#697072
Topic
BD authoring help - I need some testers and experts
Time

The problem that tsMuxeR has with b-frames occurs only with streams that have both b-frames and pulldown, which is not the case with your encoding; however, I wouldn't use it either.

Why are you still feeding multiAVCHD?  Just mux the elementary stream with EasyBD Lite and see if this works.

I really am at loss as to why you're still experiencing problems.  Perhaps your PS3 is faulty or needs a firmware update or something.

Post
#693184
Topic
BD authoring help - I need some testers and experts
Time

MeGUI occasionally gives me problems too.  That's why I use the command-line.  I always download the latest version from here.

This is the sort of command-line I use.

x264 --pass 1 --bitrate xxxxx --bluray-compat --level 4.1 --preset slow  --tune film --keyint 24 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim bt709 --transfer bt709 --colormatrix bt709 --merange 24 --stats ".stats" --output NUL "onput.avs"
x264 --pass 2 --bitrate xxxxx --bluray-compat --level 4.1 --preset slow  --tune film --keyint 24 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim bt709 --transfer bt709 --colormatrix bt709 --merange 24 --stats ".stats" --output "output.264" "input.avs"

You can use the slower profiles if you like.

Re: --open gop

If the switch is not in the command-line, the GOPs are closed.

Re: --tune grain

It is not usually recommended for BD, so use --tune film.

Post
#693138
Topic
List of Blu-ray with altered aspect ratios
Time

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

I don't think so...we are in a preservation forum, and it will be interesting for us to know if there are open matte version of our preferred movie; even if 1.78:1 open matte is not the intended aspect ratio, sometimes "more is more"... (^^,)

Also, if there are some P&S BD versions they MUST be listed here!

I agree with mumbles3k here, Andrea.  Unless you change your criteria, you will end up with an all-encompassing list that will not be of any use to anyone.

Why must P&S (in the original sense) BDs (if they exist) be listed?  If your list is only for altered AR on BD, you should remove the open-matte Gladiator because it's from HDTV.  If it's for any film that has ever had its AR altered, then you will have a list of almost every film ever made.

A list of open-matte versions that people like is a good idea, but I think that it should be a separate thread and that you should work out what you want to do with this one.

Post
#693042
Topic
BD authoring help - I need some testers and experts
Time

_,,,^..^,,,_ said:Well, as I'd like to use multiAVCHD (now that I understood how to use it), I think EasyBD should not be used anymore, right?

Yes.  I wondered why you were using it when you were using multiAVCHD.

For encoding, I used... please don't shoot me... VirtualDub

Bang!

Stop using VirtualDub.  You should use the command-line because compared to all the other stuff you do it's a piece of cake.  If you must use a GUI, use MeGUI.