-
Notifications
You must be signed in to change notification settings - Fork 446
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
[BUG] X-TIMESTAMP-MAP doesn't show up with DVB subs #1166
Comments
Info for some who wants to fix it: This is the line that calls the function that adds the header (as well as the subtitles) when the input file isn't dvb: ccextractor/src/lib_ccx/ccx_encoders_common.c Line 1160 in 3a18151
This is the line that calls the function that doesn't do that: ccextractor/src/lib_ccx/ccx_encoders_common.c Line 1220 in 3a18151
So you basically want to second line to the the same thing as the first line. Feel free to ask more information if my instructions are unclear. |
This is the line in ccextractor/src/lib_ccx/ccx_encoders_webvtt.c Line 281 in 3a18151
You want this line to be called in |
Hello I am a newbie and I'm interested in solving this issue.Both the functions have the line write_webvtt_header(context) with the same context.What exactly is the issue?Can you elaborate about buffer and bitmap at bit. test1_dvbsub.zip Min PTS: 21:54:50:849 |
Looking back at the code, I think this might be solved by #1137 (if it ever gets merged). |
I believe this issue has been resolved due to the introduction of #1464. Anybody can easily attach the X-TIMESTAMP-MAP by utilizing the --timestamp-map option. |
CCExtractor version: 0.88
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
arguments:
Video link: http://akini.mbnet.fi/videos/test1_dvbsub.ts
Related to #1127 in goal though they have different "symptoms" and arise in different cases.
The text was updated successfully, but these errors were encountered: