-
Hi. I don't know where to ask this, so I'm trying here. Is there a version that runs on Linux, or a way to compile it for Linux? Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi there! It should be cross-platform and run fine on linux -- the only difference is that you'll need to figure out how to grab ffmpeg for your platform. If ubuntu, it's probably |
Beta Was this translation helpful? Give feedback.
-
Hmm, this is probably out of scope for an ffsubsync issue I'm afraid. Maybe try searching the ask ubuntu stackexchange? I did a search there and this looks like it could be relevant: https://askubuntu.com/questions/110656/ffmpeg-unmet-dependencies |
Beta Was this translation helpful? Give feedback.
Hi there! It should be cross-platform and run fine on linux -- the only difference is that you'll need to figure out how to grab ffmpeg for your platform. If ubuntu, it's probably
sudo apt-get install ffmpeg
. After that it's justpython -m pip install ffsubsync
and everything should be working, provided that the ffmpeg executable is somewhere on your$PATH
environment variable. Please let me know if that works; I'll keep this issue open for a few days or until I hear that it does :)