pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
256 stars 136 forks source link

pycaption/webvtt.py: Add languge param to WebVTT.write() #153

Closed slatwrok closed 3 years ago

slatwrok commented 7 years ago

If a CaptionSet has multiple language the vtt write should be able to select between the the languages. This param allows the language selection.

ana-nichifor commented 3 years ago

Hi, thanks for your contribution! I opened a new PR with your commit in order to solve the conflicts with master so I'll close this one.