Followers
0
Following
0
Joined
Last Online
-
sm
I am new to Pythonista. Is there any way to access video clips (.mov files) recorded on iphone from pythonista? The photos.get_count() function returns the count including the video clips but photos.get_image() function fails for video clips. Is there any other module to read ".mov" files?
-
sm
The "CaptureMedia" mentioned in the article seems to be for a different purpose altogether. What I am looking for is a way to read ".MOV" files in iPhone's "Camera Roll". (The "photos" module reads ".JPG" files but does not read ".MOV" files in the "Camera Roll")