Tagged Questions
2
votes
2answers
146 views
Import[] bug (video)?
I have the following code:
frames = Import["myvideo.avi",{"Frames",{50,60,70}}];
This imports frames 1,2, and 3 of the video, not 50,60 and 70. It imports the ...