mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 13:35:43 +00:00
[QUESTION]How to get Teletext pages with possible subtitles without actual extraction #457
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 @workflowsguy on GitHub (Nov 1, 2018).
CCExtractor version (using the --version parameter preferably) : 0.87
In raising this issue, I confirm the following:
My familiarity with the project is as follows:
Necessary information
-out=reportAdditional information
When running
ccextractoragainst a video file, I get an output e.g. like this:I would like to get this information without
ccextractorautomatically extracting the subtitles because I need to specify the actual page to extract from based on service name and desired language.I thought the option
-out=reportwould achieve this, but for the same video file I get the outputIs this a bug/limitation in the
reportparameter or is there a different way to achieve this?