omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Accessing video clips

    Pythonista
    2
    4
    1899
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sm
      sm last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        https://omz-forums.appspot.com/pythonista/post/6438894778187776

        1 Reply Last reply Reply Quote 0
        • sm
          sm last edited by

          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")

          1 Reply Last reply Reply Quote 0
          • JonB
            JonB last edited by

            That's exactly what it does. There is no bui,t in way to get movies from the camera role into pythonista. Capture media lets you 'upload' from camera roll to a we server hosted on your iDevice, basically it should do what you want.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors