dukebw / lintel

A Python module to decode video frames directly, using the FFmpeg C API.
Apache License 2.0
261 stars 38 forks source link

Subtitle support? #30

Open murrdpirate opened 5 years ago

murrdpirate commented 5 years ago

I'm embedding my labels as subtitles using the .srt format. Any thoughts on adding the ability to extract subtitles along with the decoded frames?

dukebw commented 5 years ago

Hi there! In theory I think adding more features like this to Lintel would be great, but in practice I currently don't have time. If it's alright, let's leave this issue open for future me (or other keen persons).

murrdpirate commented 5 years ago

Sounds good. I'm not quite keen in this area, but I have an interest, so if I can make a solution I'll push it.