Harry

Results 19 comments of Harry

不好意思啊,这个项目有一段时间了,当时我啥都不懂。 https://github.com/harrynull/bilibili_blacklist/blob/master/src/database.ts#L2 数据库地址和端口在这里,可以考虑直接换成环境变量,应该不复杂。我暂时没有时间弄,如果你想搞的话欢迎发PR。

The dictionary's Save function simply calls `settings.Save()` and `settings` is asyncly initialized so maybe a race condition?

The problem is in `quantize_map(alpha, palette, rect->data[0], size, 3, rect->nb_colors);` (ocr.c:773). Comment this line out can solve the problem. With `quantize_map`: ![rawdo1](https://user-images.githubusercontent.com/7413706/36134478-084affe8-10c0-11e8-8e24-32602612171f.png) Without `quantize_map`: ![raw](https://user-images.githubusercontent.com/7413706/36134414-aa4d0bd4-10bf-11e8-9dca-c2776b2b6b8b.png) By the way, for reference...

I think that issue is to write unit tests for ccx_testsuite, instead of CCExtractor.

The video is in Cantonese; the subtitles are in Traditional Chinese. The result is not satisfying. Although some (~20%) of subtitles are extracted correctly, most of them are just random...

The zip files contain in total of 4 video files: **Star Wars Rebels_Disney Channel_2014-12-12_22-24.ts:** The video contains teletext subtitle. The output is generally good, except 2 lines missing. It is...

It is caused by some of the images are totally empty and invalid for some reasons. But it should not affect the output file.

@cfsmp3 It works well here: ``` 670 01:00:15,877 --> 01:00:20,676 Erao ol prlmuro ono onorla atoporlo pora prognnflarlo. 671 01:00:20,677 --> 01:00:23,116 Tardo. Mahana. ol ratOn 672 01:00:23,117 --> 01:00:27,756...

I wonder what the current state of AV1 support is. I added the codec but apparently I also need a payloader for it?