Replies: 1 comment
-
Ok I was just being a moron |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm running moviepy 1.0.3 with a local install using pip on a Windows machine using conda. Running VideoFileClip.subclip to cut a
.mkv
or.asf
into pieces calls fl_time, fl, outplace, set_make_frame, a wrapper, get_frame, two lambda functions, another wrapper, get_frame, a lambda function, and get_frame which raises a TypeError in theffmpeg_reader.py
function :int() argument must be a string, a bytes-like object or a real number, not Index
.The argument t seems to be an Index for some reason.
Anyone has an idea on how to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions