[SVN4967] Stuck PGS subtitle on Avatar Collector's edition

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
RandomEngy
Novice
Posts: 50
Joined: Thu Mar 29, 2007 2:56 am

[SVN4967] Stuck PGS subtitle on Avatar Collector's edition

Post by RandomEngy »

On the primary title of Avatar Collector's Edition Blu-ray (length 2:58:09), the subtitle at 1:59:57 (English track #6) lingers for 10 minutes until the next subtitle. It happens in both the soft and burned-in mode.

Log: http://pastebin.com/cE7uvSAK (Yes this happens in a full encode as well)

If you need a copy of the blu-ray to fix this bug I can send you one.
Deleted User 11865

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by Deleted User 11865 »

This is a bit crude, but it should give an idea of what's going on:

http://paste.handbrake.fr/pastebin.php?show=3475

In order to investigate, you'd need to encode from a start point before 1:59:57 to an end point after 2:09:57 (feel free to include a few extra minutes before and after for safety). I like it better when using chapters as start/end points, but that's just me. And of course, x264 ultrafast to the rescue.
RandomEngy
Novice
Posts: 50
Joined: Thu Mar 29, 2007 2:56 am

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by RandomEngy »

Deleted User 11865

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by Deleted User 11865 »

There it is:

Code: Select all

[19:32:00] decpgssub: track 05, subtitle [regular]  with PTS    210210 (0 : 00 : 02)
[19:32:00] decpgssub: track 05, subtitle [empty]    with PTS        -1 (0 : 00 : 00) X
Not something I can fix, unfortunately. I'm really not familiar enough with HandBrake's A/V sync code.
Deleted User 11865

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by Deleted User 11865 »

Note that remuxing to MKV (via MakeMKV or otherwise) prior to encoding with HandBrake is likely to work around the issue.
Deleted User 11865

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by Deleted User 11865 »

RandomEngy wrote:Here's the log: http://pastebin.com/S0bnBHtW
Hmm, are you 100% sure this also happens with subtitle passthrough?
If so, please post a patched version's log for that too.
RandomEngy
Novice
Posts: 50
Joined: Thu Mar 29, 2007 2:56 am

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by RandomEngy »

I assume by subtitle passthrough you mean with "Burn In" unchecked. In that case, here's the log: http://pastebin.com/riqSLL5N

Looks like the same deal:

Code: Select all

[07:40:53] decpgssub: track 05, subtitle [regular]  with PTS    210210 (0 : 00 : 02)
[07:40:53] decpgssub: track 05, subtitle [empty]    with PTS        -1 (0 : 00 : 00) X
Have not run a full title encode in this manner however.
Deleted User 11865

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by Deleted User 11865 »

OK, then I guess I have to use workaround #1.
Deleted User 11865

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by Deleted User 11865 »

Rodeo wrote:OK, then I guess I have to use workaround #1.
So there we go: https://trac.handbrake.fr/changeset/4970

Not as good as a proper bugfix, but better than nothing.
RandomEngy
Novice
Posts: 50
Joined: Thu Mar 29, 2007 2:56 am

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by RandomEngy »

Awesome! I'll try this out today.
RandomEngy
Novice
Posts: 50
Joined: Thu Mar 29, 2007 2:56 am

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Post by RandomEngy »

It works! Fantastic.
Post Reply