PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.44k stars 359 forks source link

Remove TextSubtitle, add dialogue property #1456

Closed WyattBlue closed 2 months ago

WyattBlue commented 2 months ago

AssSubtitle is used even for non ASS/SSA formats. These changes make that more obvious to users. FFmpeg does not export ass_split.h, so the dialogue getter is implemented directly in Cython.