-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
"Video file appears to lack subtitle stream" #203
Comments
Could you try The "video file lacks subtitle stream" is just informational and means that ffsubsync will try to use the audio to sync instead instead of subtitles (which are preferable when they're available). The error is because webrtcvad is trying to import pkg_resources which isn't found for some reason. |
Hi, thanks, this what I tried. It seems that setuptools is already installed:
Also, I want to mention again, that it's not always like this, just with some files. I could not yet determine on which files exactly it happens. |
@RicardoCapricciosa probably you're not installed setuptools in the same environment where ffsubsync was installed. Assuming you used pipx to run ffsubsync originally, please try the following:
|
This should be fixed in the latest release. Feel free to open a new issue if it persists after upgrading. |
that worked, thanks! |
Environment (please complete the following information):
python --version
): richa@quantumk:/mnt/h/Media/Movies$python3 --version
Python 3.12.3
subsync --version
): richa@quantumk:/mnt/h/Media/Movies$subsync --version
ffsubsync 0.4.26
Describe the bug
I get the following error with some files
To Reproduce
It just happens with some mkv files. They in fact do have subtitle tracks included, but not srt, but PGS. But that should not even matter in my opinion because ffs should use the audio to sync the suppolied srt subs as input.
Expected behavior
the subtitles should be synced and written to the stated output file
Output
see above
Test case
[Optional] You can bundle additional debugging information into a tar archive as follows:
This doesn't work either, it errors with
The text was updated successfully, but these errors were encountered: