VobSub2SRT
VobSub2SRT copied to clipboard
Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
Last login: Wed Jun 24 15:49:24 on ttys001 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details,...
I'd like to contribute it to the project, here's the script in full just in case: ```python import argparse import subprocess import os import re def read_language_from_idx(idx_file_path): with open(idx_file_path, 'r',...
'error: ‘TessBaseAPI’ has not been declared' is thrown many times in the make listing. .configure output: ./configure -- Source: /home/fritz/Downloads/VobSub2SRT -- Binary: /home/fritz/Downloads/VobSub2SRT/build -- Build type: Debug CMake Warning at...
The first command should be without `--with-all-languages` (see https://github.com/danschultzer/receipt-scanner/issues/61) And the second one gives me `Error: Non-checksummed download of vobsub2srt formula file from an arbitrary URL is unsupported! `brew extract`...
Hi, This error caused if i do the conversion in any folder but not /root - Test 1: I run: cd /tmp; then run: `vobsub2srt eng2` it will throw error...
And the changes in #80 because of Tesseract 5 being the norm in newer distros and that MR allows this to compile against it too.
It looks like it can't cope with tesseract 4's language data files: open("/usr/share/tesseract-ocr/4.00/tessdata/eng.traineddata", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=4113088, ...}) = 0 read(3, "\30\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096) = 4096 write(2, "Failed loading...
``` [ 60%] Building CXX object src/CMakeFiles/vobsub2srt.dir/vobsub2srt.c++.o /mnt/ssd/pikaur/build/vobsub2srt-git/src/vobsub2srt/src/vobsub2srt.c++: In function ‘int main(int, char**)’: /mnt/ssd/pikaur/build/vobsub2srt-git/src/vobsub2srt/src/vobsub2srt.c++:301:32: error: ‘UINT_MAX’ was not declared in this scope 301 | if(conv_subs[i].end_pts == UINT_MAX && i+1 <...
This is on my MacMini running Mojave: > $ brew install --HEAD https://github.com/ruediger/VobSub2SRT/raw/master/packaging/vobsub2srt.rb 2>&1 | tee -a ~/Homebrew-install.log > `brew extract` or `brew create` and `brew tap-new` to create a...