jamaal81 / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Subtitle load problem #488

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue seems to occur with version 0.62 and ordered matroska chapters which 
link to separate files. Specifically, the error occurs when a file has chapters 
that links to other files and when the chapter ordering starts with a linked 
file.

For example, there's a anime which has 11 episodes with 11 files for each 
episode plus 2 other files, one for Opening sequence another for the Ending 
sequence of the show, with each episode linking to the opening/ending.

Now if the chapter structure in episode is like this:
opening -> episode -> ending, then a problem occurs that the styled 
subtitles(SSA) for the episode doesn't load the font styles used (present as 
attachments in the mkv file), this also happens with the ending.

However, if the chapter structure is as follows:
episode -> opening -> episode -> ending, then there are no problems in loading 
the styles in any part whatsoever.

Player used was MPC-HC as part of Klite-codec pack v10.7.6. Problem lies with 
lav splitter as switching haali splitter loads styles properly, previous 
versions of the splitter (not exactly sure upto which version) did not have 
this issue.

Original issue reported on code.google.com by mantis2...@gmail.com on 29 Sep 2014 at 3:52

GoogleCodeExporter commented 9 years ago
That should be resolved already again.

Original comment by h.lepp...@gmail.com on 29 Sep 2014 at 2:51