I'd like to run DvdSubExtractor in a Docker container on macOS (aarch64), but no matter on which image I try to build this container from, whether it be an Alpine Linux, Debian, or Arch Linux image (all based on LinuxServer's KasmVNC Base Images), or using the Mono image combined with X11 forwarding, I always get stuck at the same point.
I'm able to open a subtitle file (combination, .idx
+ .sub
) and scroll through its contents, but when I try to start the OCR process
nothing useful appears on screen, and the GUI seems strange, with labels like 'label7' (see screenshot). However, I still can
toggle the Italic checkbox and see that Italic mode is on, so the GUI isn't completely halted.
Inside the container, an ExceptionLog.txt
file is written, with always the same error message (see attached file).
The source code of DvdSubExtractor can be found elsewhere on GitHub.