CCAligner icon indicating copy to clipboard operation
CCAligner copied to clipboard

🔮 Word by word audio subtitle synchronisation tool and API. Developed under GSoC 2017 with CCExtractor.

Results 11 CCAligner issues
Sort by recently updated
recently updated
newest added

Couldn't figure why this error is popping up: Program aborted because an exception has occurred. Exception details: Type: 12UnknownError. Reason: [11-07 21:01:28][Fatal] /home/Sarthak/CCAligner/src/lib_ccaligner/recognize_using_pocketsphinx.cpp (148) : initDecoder | **Failed to create...

A few small changes appear to be needed: 1. escape double quotes in subtitle 2. add commas between subtitle objects Example: "subtitles": [ { "subtitle" : "Announcer: AND NOW A...

Getting error `AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'core_rnn_cell'` My TF is 1.13.1 and CUDA is 10.1 Guessing this is b/c of incompatibility b/w my version of TF and the...

There are two errors which cause Segmentation fault (core dumped). 1. When we are trying to read .wav data from /dev/null(try just nul in Windows) we get Segmentation fault error....

Running valgrind on ccaligner gives - ![screenshot from 2018-11-07 18-39-01](https://user-images.githubusercontent.com/42933260/48259139-17e7b800-e43d-11e8-9ce7-642e2cd0c51d.png) ![screenshot from 2018-11-07 18-39-16](https://user-images.githubusercontent.com/42933260/48259137-17e7b800-e43d-11e8-8548-40d2fca9171a.png) ![screenshot from 2018-11-09 19-53-45](https://user-images.githubusercontent.com/42933260/48267857-6905a500-e459-11e8-9490-6553ce57bd7f.png) ![screenshot from 2018-11-09 19-54-00](https://user-images.githubusercontent.com/42933260/48267856-6905a500-e459-11e8-8160-ff7f7a0748b4.png) ![screenshot from 2018-11-09 19-54-11](https://user-images.githubusercontent.com/42933260/48267855-6905a500-e459-11e8-87ea-a28000a21c3b.png) ![screenshot from 2018-11-09 19-54-29](https://user-images.githubusercontent.com/42933260/48267854-686d0e80-e459-11e8-92f0-70a8ad9d9128.png)

The current implementation of text tokenisation is pretty naive and doesn't cover all aspects. A nice tokenisation library should be able to generate all possible text tokens like currency, dates,...

enhancement
help wanted

Error handling is extremely important but is missing at many crucial places. There are some functions such as `fatal()` (see: https://github.com/saurabhshri/CCAligner/blob/master/src/lib_ccaligner/commons.cpp). Add error handling for those cases to make program...

easy

There are logger functions implemented in the program _(see: https://github.com/saurabhshri/CCAligner/blob/master/src/lib_ccaligner/commons.cpp)_ , but logging is not implemented everywhere. Use those functions and properly perform logging at relevant places.

easy

A docker of this with a simple API to access the commands would be awesome! I am having trouble getting the dependencies setup and it would be extremely nice if...