dannphou / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

Support for dynamically changing subtitle properties during playback #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, xy-VSFilter (same as stock VSFilter and MPC-HC ISR) doesn't support 
dynamically changing subtitle properties (for example ASS styles or header 
values such as Script Resolution) mid-stream, for example on a Matroska Ordered 
Chapters Segment switch point, so being able to dynamically switch these 
parameters will be a huge improvement (for one, there no longer would be a need 
for the inclusion of Styles that are only used in other, linked Segments).
Aside from that, I can see other uses as well, for example being able to switch 
Script Resolution along with video resolution when using Ordered Chapters to 
link multi-resolution files.

[I am aware that this is already somewhere on the To-Do list.  I only created 
this issue so that I could track the progress of this, and to be able to link 
to it if needed.  I hope my summary is correct, below is a list of posts on the 
matter I used as sources.  Please correct me if I'm wrong somewhere!]
http://forum.doom9.org/showthread.php?p=1621950#post1621950
http://forum.doom9.org/showthread.php?p=1622001#post1622001
http://forum.doom9.org/showthread.php?p=1622006#post1622006
http://forum.doom9.org/showthread.php?p=1622341#post1622341
http://forum.doom9.org/showthread.php?p=1622352#post1622352

Original issue reported on code.google.com by TheDarkS...@googlemail.com on 1 May 2013 at 2:54