extract subtitle *text* at selected timestamp and include it in posts #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
things to consider:
ok yeah i don't think ffmpeg is gonna be cooperative, what we should probably do is just extract the whole subtitle track as an srt, and then use the
srtlib
crate to parse it, and just iterate through to find every subtitle that starts before our timestamp and ends after our timestamp.