CCExtractor / ccextractor

CCExtractor - Official version maintained by the core team
https://www.ccextractor.org
GNU General Public License v2.0
705 stars 422 forks source link

[BUG] Could not extract subtitle from Korean cable TV program. #1065

Open unicode45 opened 5 years ago

unicode45 commented 5 years ago

Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

CCExtractor version (using the --version parameter preferably) : 0.87

In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):

My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):

Necessary information

Video links (replace text below with your links) https://drive.google.com/open?id=178d2zf-JZguJc7rU5n80FzophufaW_Rb

Additional information

I could not extract Korean subtitle from these kind of cable TV programs although my TV can display subtitles properly. I've also read #713 and #805 issues and also check the file with mediainfo(it contains PAT/PMT info) Could you check the recorded file?

Thanks,

MatejMecka commented 5 years ago

VLC seems to find 4 Closed Captions but I wasn't able to play them

MatejMecka commented 5 years ago

From a Quick run in debug mode CCExtractor reports unrecognized user data on all caption blocks i've seen so far:

00000000 | 64 08 84 08 02 0E 02 1B 02 12 FF FF FF FF FF FF  | d ?       ??????
00000016 | FF FF FF FF FF FF                                | ??????     

Feel free to dig more :)

unicode45 commented 5 years ago

@MatejMecka Thanks for your replay.

VLC could not display it. Altough Mediainfo says there's no data on EIA-708, ffprobe could detect eia_608 (Stream #0:1: Subtitle: eia_608) on it.

According to eia/cea-608-b, Korean Data channel 1 and 2 is a bit different. Please check 'Table 4 Special Assignments' at page 17 below. http://jackyjung.tistory.com/attachment/499e14e28c347DB.pdf

Thanks,