vansante / go-ffprobe

Library to easily get the ffprobe output of a given file
MIT License
182 stars 45 forks source link

StreamTags struct: add Title field #11

Closed ttys3 closed 5 years ago

ttys3 commented 5 years ago

some movie maker will add Title filed to tags in subtitle type stream. like:

  "tags": {
                "language": "eng",
                "title": "Eng-DD5.1£cXcY"
            }
vansante commented 5 years ago

Thank you!