mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 05:25:44 +00:00
[QUESTION] set subtitle timing from live stream timestamp #422
Reference in New Issue
Block a user
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?
Originally created by @jakubvojacek on GitHub (Apr 20, 2018).
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.vttIs 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
@jakubvojacek commented on GitHub (Apr 21, 2018):
I read in the documentation about
-gtoption 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 belowAny idea?
@cfsmp3 commented on GitHub (Sep 20, 2018):
Duplicate of
https://github.com/CCExtractor/ccextractor/issues/965
I think