jit.movie not reading video
Hi there,
I have developped a patch on a windows computer which basically load a video, gets the number of frames, and uses a counter to go from the first frame to the last one. It runs fine on windows but I came across an issue when trying the patch on a Mac computer.
When trying to read a video I get the message jit.movie:
file not playable - possibly unsupported codec
jit.movie: error loading file video.mov
, which I don't understand because the codec of the file I used was h264
And when I manage to load the movie, I obtain 0 when sending the message framecount to the jit.movie.
I don't know if this is relevant, but I get the message " jit.viddll.engine: unable to load object bundle executable " (although avf is set instead of viddl) in the console when I load the patch.
Thanks for your help !
there's definitely something funky going on with your install if the viddll.engine won't load and h264 files won't load. Please send a message to support
Thanks a lot for your reply, I going to contact the support.
I had the same problem too. My Max 8 had its bundled viddll and an additional viddll package, coming from the days when viddll wasn't native in Max but had to be installed through the package manager. I manually removed the last one and now seems to work fine, with no error messages.