I'm trying to import frames from a video with the extension .avi, using this piece of Mathematica code:
Import["video.AVI", {"Frames", {5, 6}}]
But I get this error:
Cannot import data as videoformat.
What is the problem?
I'm trying to import frames from a video with the extension .avi, using this piece of Mathematica code:
Import["video.AVI", {"Frames", {5, 6}}]
But I get this error:
Cannot import data as videoformat.
What is the problem?
I checked it with 64-bit OS and it worked. Apparently It only work in 64-bit version of windows (7).
Import["video.AVI"] Import["video.AVI" ,"AVI"]
What messages do you get?
– Searke Apr 04 '16 at 15:47