mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
CCExtractor fails to extract srt,webvtt but spupng is ok from the same track #533
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 @Murmur on GitHub (Dec 30, 2019).
I made a small TS test file and a text file with detailed debug information.
http://akini.mbnet.fi/videos/test1_dvbsub.ts
http://akini.mbnet.fi/videos/test1_readme.txt
File has two dvbsub streams (0xc37 works for srt,vtt,png extract. 0xc4f works only for png extract):
CCExtractor test commands:
Results for text extract
out=srt+webvtt works fine for 0xc37 track but empty on 0xc4f dvbsub track.
out=spupng works fine for both dvbsub tracks.
This means have to use a standalone tesseract command line app to convert png to text file, use python or something script to write the final srt,webvtt text files.
@mridullpandey commented on GitHub (May 26, 2020):
hi can i take this up
@cfsmp3 commented on GitHub (May 26, 2020):
No need to ask - you can work on anything that is open :-)
On Tue, May 26, 2020 at 3:49 AM mridulpandey notifications@github.com wrote:
@cfsmp3 commented on GitHub (Mar 22, 2023):
@Murmur that link no longer works, please reopen the issue if you still have problems and can provide a sample