oggvideopreview

Get preview images from Theora videos in Ogg files
Download

oggvideopreview Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Price:
  • FREE
  • Publisher Name:
  • Fredrik Portstrom
  • Publisher web site:
  • http://fredrik.jemla.eu/

oggvideopreview Tags


oggvideopreview Description

Get preview images from Theora videos in Ogg files oggvideopreview is a simple Python module to get preview images from Theora videos in Ogg files. It uses libogg and libtheora.It's designed to be simple. If you have additional requirements, please modify the C source code.Installation:python-oggvideopreview uses distutils.python-oggvideopreview requires the libraries libogg and libtheora. http://xiph.org/downloads/To build: ./setup.py build To build and install: ./setup.py installExample:import oggvideopreviewimport Imageimport sys# May raise IOErrordef get_video_image(path): size_x, size_y, aspect_numerator, aspect_denominator, image_data = oggvideopreview.make_preview(path) return Image.fromstring("RGB", (size_x, size_y), image_data) Requirements: · Python


oggvideopreview Related Software