-
Notifications
You must be signed in to change notification settings - Fork 16
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
most working but some give errors #12
Comments
We are invoking Lines 55 to 60 in 661bc68
Apparently the output of the |
Maybe we can make the |
The output is empty for that one. For a normal one it is something like |
Ok, that is a problem. Do you get a non-zero exit code? Maybe the video file is unsupported by ffmpeg or it is corrupt in some way 🤔 |
I don't think so, the code goes further. |
Contact me at huuubAThuuubDOTcom and I give you an FTP user where you can download the problem videos? That is maybe easier... |
I think you can close/remove this one. |
any help?
Traceback (most recent call last):
File "/home/jeroen/.local/bin/subsync", line 4, in
subsync.run()
File "/home/jeroen/.local/lib/python3.6/site-packages/subsync/main.py", line 42, in run
m.mfcc(duration=args.duration, seek=not args.start)
File "/home/jeroen/.local/lib/python3.6/site-packages/subsync/media.py", line 83, in mfcc
transcode = Transcode(self.filepath, duration=duration, seek=seek)
File "/home/jeroen/.local/lib/python3.6/site-packages/subsync/ffmpeg.py", line 28, in init
self.length = self.__length()
File "/home/jeroen/.local/lib/python3.6/site-packages/subsync/ffmpeg.py", line 57, in __length
match = re.search(r'(\d\d):(\d\d):(\d\d).(\d\d)', duration[0])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: