mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[QUESTION] Subtitle Extract #734
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 @gqtn on GitHub (Jan 5, 2023).
CCExtractor version: 0.88
In raising this issue, I confirm the following:
Necessary information
ccextractor "test.ts" -datapid 0x25 -dvblang por -o a.txtAdditional information
Hi.
I have a ".ts" file with the below specs:
I want to extract the subtitle content of
stream 0:4 (0x25)to a ".txt" file only. However, when I tried to use-datapid 0x25, I can't see anything:But, when I use the
-pn 1option, I can see the rows normally:I would like to know the reason for this. I can be forgetting something, and sorry if I did.
Thank you.