You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
I have checked that the issue I'm posting isn't already reported.
I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
I have used the latest available version of CCExtractor to verify this issue exists.
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
I have never used CCExtractor.
I have used CCExtractor just a couple of times.
I absolutely love CCExtractor, but have not contributed previously.
I am an active contributor to CCExtractor.
Necessary information
Is this a regression (did it work before)? [x] NO | [ ] YES
What platform did you use? [ ] Windows - [x] Linux - [ ] Mac
What were the used arguments? ccextractor -out=webvtt -nobom -s -nofc -udp 239.10.10.4:5004 -o test.vtt
Is it possible to force ccextractor to set the timing in generated vtt to be aligned with stream timestamps? With -unixts, I managed to have the timing starting either from zero or from unix timestamp, but I need it to start with stream timestamp (I am then processing the subtitles and stream with packager to create DASH and unless timestamps are aligned, it wont play). The stream timestamp I am refering to is easily gettable from ffprobe in the start parameter.
I read in the documentation about -gt option but that does not seem to be working for me. In the documentation, it states, that its only available for mpeg2 streams but what I got is h264, see ffprobe below
CCExtractor version (using the --version parameter preferably) : 0.87
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
ccextractor -out=webvtt -nobom -s -nofc -udp 239.10.10.4:5004 -o test.vtt
Is it possible to force ccextractor to set the timing in generated vtt to be aligned with stream timestamps? With
-unixts
, I managed to have the timing starting either from zero or from unix timestamp, but I need it to start with stream timestamp (I am then processing the subtitles and stream with packager to create DASH and unless timestamps are aligned, it wont play). The stream timestamp I am refering to is easily gettable from ffprobe in the start parameter.Would it be possible for you to add this?
Thank you
Jakub
The text was updated successfully, but these errors were encountered: