-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to be able to open mkv files #2
Comments
log plz |
Doesn't contain the error. What's logged to the console:
Then it just hangs. Tomorrow, I'll bring up a Ubuntu VM and try the same file with one of your release builds. |
There is static version on the release... you dont need to build from source. |
Example: https://github.com/eritpchy/videosubfinder-cli/blob/master/Build/Docker/cpu_static/test.sh try ./VideoSubFinderCli -i "/mnt/RipDrop/Shows/Supernatural/SEASON_03_DISC_2/00026-title_t02.mkv" -r -c -te 1 -be 0 -le 0 -re 1 |
This line of log is normal. |
Observe cpu usage |
Oh, okay. That log was a red herring then. I now see output(Pos: and Frame: logs) after adding "-te 1 -be 0 -le 0 -re 1" which are already default in the original version and per the help output. So, maybe that's the real issue? The 'hang' is probably just the base time it takes to process the episode because it returns much faster when using -e Re; building from source. The static release version output 'segmentation fault', but I assumed it's a Debian-issue. |
ok, i will fix it later |
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: </path/to/my.mkv> No such file or directory"
Admittedly, I had to do a lot of hackery get this repo to build on Debian bookworm, but my build of the original from SourceForge can load the same mkv file.
The text was updated successfully, but these errors were encountered: