Video.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dr. Pastor

    #1

    Video.

    Dear All:
    (I am a 100% beginner in Python.)
    What environment,lib rary,product should I
    import or study to manipulate cameras, video,
    fire-wire, avi files?
    Thanks you for any guidance.

  • Sybren Stuvel

    #2
    Re: Video.

    Dr. Pastor enlightened us with:[color=blue]
    > What environment,lib rary,product should I import or study to
    > manipulate cameras, video, fire-wire, avi files?[/color]

    That depends on what you want with it. Without more information I'd
    say "transcode"

    Sybren
    --
    The problem with the world is stupidity. Not saying there should be a
    capital punishment for stupidity, but why don't we just take the
    safety labels off of everything and let the problem solve itself?
    Frank Zappa

    Comment

    • Dr. Pastor

      #3
      Re: Video.

      Thank you Sybren.
      Where is it?
      Regards.

      Comment

      • SPE - Stani's Python Editor

        #4
        Re: Video.

        - pymedia: http://www.pymedia.org/
        - pyvideo: http://www.geocities.com/rtrocca/python/ (use avisynth)
        - videocapture: http://videocapture.sourceforge.net/

        If you are on Mac, you probably have access to everything by pyobjc.

        Good luck,
        Stani
        --
        Free python IDE for Windows,Mac & Linux with UML,PyChecker,Debugger,GUI design,Blender & more


        Comment

        • Peter Hansen

          #5
          Re: Video.

          Sybren Stuvel wrote:[color=blue]
          > Dr. Pastor enlightened us with:
          >[color=green]
          >>What environment,lib rary,product should I import or study to
          >>manipulate cameras, video, fire-wire, avi files?[/color]
          >
          >
          > That depends on what you want with it. Without more information I'd
          > say "transcode"[/color]

          Presumably this, found easily by typing that exact word into Google:



          Comment

          • Dr. Pastor

            #6
            Re: Video.

            Many thanks to you All.

            Comment

            Working...