View Single Post
Old 8th February 2017, 23:01   #4572  |  Link
arrgh
Registered User
 
Join Date: Dec 2007
Posts: 96
Quote:
Originally Posted by arrgh View Post
hi
I have a feature request...
with MPC-BE/LAV-Filters /XySubFilter/madVR one can playback 3D-mkv like those produced with MakeMKV;

if for some reasons one needs to remux/rebuild such files one needs to preserve the individual 3D-plane for each subtitle...

one can do this by adding a small tag file (XML format, see appended txt-example) to each individual subtitle stream...

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
 
<Tags>
 <Tag>
    <Simple>
      <Name>3d-plane</Name>
      <String>6</String>
    </Simple>
 </Tag>
</Tags>
http://www.bilder-upload.eu/show.php...1486497309.jpg

it would be easier just to input this, like for example the delay...

Best Regards
...takes so long to approve even a small txt...

obviously the value "6" is just an example and must be replaced by the correct individual subtitle value

Last edited by arrgh; 8th February 2017 at 23:04.
arrgh is offline