videosubfinder-cli icon indicating copy to clipboard operation
videosubfinder-cli copied to clipboard

Results 6 videosubfinder-cli issues
Sort by recently updated
recently updated
newest added

Trying to run in `docker.io/library/python:3.10.12` ( Debian 12 (bookworm) ) on huggingface with https://github.com/eritpchy/videosubfinder-cli/releases/download/6.10.2-ci/videosubfinder-cli-cpu-static-linux-x64.tar.gz ```bash strace /home/user/app/p/VideoSubFinderCli.run --verbose -c -r -i "/tmp/gradio/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/input.mp4" -o "/tmp/gradio/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/output/input" -ces "/tmp/gradio/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/output/input/subtitle/raw_vsf.srt" -te 0.9305555555555556 -be 0.7916666666666666...

I was trying this for because the original CLI doesn't work over SSH/without a screen(GTK error). When I run the same command, I get: "m_VC.isOpened(): 1 path: No such file...

On MacOS, brew downloads opencv 4.8.0 This leads to issues with the CLI looking for 4.0.7 files in the 4.8.0 installation folders. You can find the last version of 4.7.0...