You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
OS: Windows 10 WSL Debian
python version 3.9.2
subsync version 0.4.20
Describe the bug
I get a Framerate was not specified and cannot be read from the MicroDVD file. error when trying to use ffsubsync on a .sub file, although I used --frame-rate FRAMERATE to specify the frame-rate.
Expected behavior
Frame-rate should be read from the command line argument and the program should carry on.
Output
[13:16:58] INFO extracting speech segments from reference 'video.mkv'...
INFO Checking video for subtitles stream... speech_transformers.py:259
INFO Video file appears to lack subtitle stream speech_transformers.py:264
100%|██████████████████████████████████████████████████████████████████████████████████▉| 5460.0/5460.051 [01:01<00:00, 88.96it/s]
[13:18:00] INFO ...done ffsubsync.py:444
INFO extracting speech segments from subtitles file(s) ffsubsync.py:134
['unsync.sub']...
INFO detected encoding: WINDOWS-1252 subtitle_parser.py:85
ERROR Framerate was not specified and cannot be read from the MicroDVD file. ffsubsync.py:223
The text was updated successfully, but these errors were encountered:
Environment (please complete the following information):
Describe the bug
I get a
Framerate was not specified and cannot be read from the MicroDVD file.
error when trying to use ffsubsync on a.sub
file, although I used--frame-rate FRAMERATE
to specify the frame-rate.To Reproduce
What I have tried:
Expected behavior
Frame-rate should be read from the command line argument and the program should carry on.
Output
The text was updated successfully, but these errors were encountered: