What's new? | Help | Directory | Sign in
Google
videoparser
Python parser to retrieve header information from various video formats, like ASF, AVI and Matroska
  
  
  
  
    
Show all Featured Downloads:
videoparser-0.1.1.tar.gz
Join project
Project owners:
  michaelvantellingen

VideoParser

Python parser to retrieve header information from various video formats.

It is still in early development, some values for formats are missing or could be incorrect

Supported video formats

Usage

import videoparser

parser = videoparser.VideoParser()
print parser.parse_file(<filename>)

Download

http://pypi.python.org/pypi/videoparser/