Unknown1User / ps3mediaserver

Automatically exported from code.google.com/p/ps3mediaserver
0 stars 0 forks source link

[Media files] Better Parsing: MKV Header 'Default Track' flag and 'Forced Display' flag unrecognized #648

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue #1
>What steps will reproduce the problem?
1. MEncoder subtitle language priority: [none]
2. Play mkv with multiple subtitle tracks, one subtitle track has 'default
track' flag set true.

>What is the expected output? What do you see instead?
Expect to see 'default' subs, instead see no subs.

Issue #2
>What steps will reproduce the problem?
1. MEncoder subtitle language priority: [none]
2. Play mkv with multiple subtitle tracks, one subtitle track has 'forced
disply' flag set true.

>What is the expected output? What do you see instead?
Expect to see 'forced' subs, instead see no subs.

What version of the product are you using? On what operating system?
v1.10.51, 

If you are transcoding a media file, which engine are you using (mencoder,
avisynth/mencoder, tsmuxer?)
MEncoder

n.b.  if mkv file has no subtitles set as 'default track' = true, then
subtitles should default to off.

Original issue reported on code.google.com by dynami...@gmail.com on 16 Jan 2010 at 6:01

GoogleCodeExporter commented 9 years ago
Unfortunately ffmpeg doesn't retrieve this kind of information, so until ps3ms 
switch 
to another parser (mediainfo?), you're out of luck

Original comment by shagr...@gmail.com on 31 Jan 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Check the forum. I implemented patch which can read tag of subtitles(thanks to 
new 
ffmpeg builds) so when it is tagged as "forced" it will load automatically.
Also it will display this info in transcode folder so you can see what subtitle 
track is it.
Better something than nothing:-)

Original comment by ExSportCZ@gmail.com on 1 Feb 2010 at 12:59