-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support X-TIMESTAMP-MAP
for WebVTT
#34
Comments
Yes, the To handle this, it would be necessary to know what is the time scale of the
|
to solve this problem i made a workarround 🤣 |
It would be good to have some support for this, but I'm not sure how to implement this. If anyone has experience with |
Note for implementation of |
Here is how SubstitleEdit implemented it: How it "detect" the presence of
The function that return of how much the subtitle need to be delayed: Here is how an fork of ffmpeg (not official ffmpeg !) implemented it: anssih/FFmpeg@65af023 |
On the vtt subtitle fragments, when opened in the subtitle edit, it does a correction/conversion, showing the "translated" times, but with pysubs2, as well with ffmpeg or another program where I can do a simple direct conversion from vtt to srt, this "translation" of the respective times does not happen... I tried to find the logic behind it and noticed that there is a delay based on the MPEGTS value, found at the beginning of the subtitle... does it have anything to do with it?
I am attaching a file where you can see this problem that I mention
file-1_vtt.zip
The text was updated successfully, but these errors were encountered: