Package conduit :: Package datatypes :: Module Video
[hide private]

Module Video

source code

Classes [hide private]
  Video
Functions [hide private]
 
mimetype_is_video(mimetype)
Returns: True if the given mimetype string represents a video file
source code
Variables [hide private]
  PRESET_ENCODINGS = {"divx": {"vcodec": "mpeg4", "acodec": "ac3...
Function Details [hide private]

mimetype_is_video(mimetype)

source code 
Returns:
True if the given mimetype string represents a video file

Variables Details [hide private]

PRESET_ENCODINGS

Value:
{"divx": {"vcodec": "mpeg4", "acodec": "ac3", "arate": 44100, "abitrat\
e": "64k", "format": "avi", "vtag": "DIVX", "file_extension": "avi", "\
fps": 15}, "ogg": {"vcodec": "theora", "acodec": "vorbis", "format": "\
ogg", "file_extension": "ogg"}, "flv": {"arate": 22050, "abitrate": 32\
, "format": "flv", "acodec": "mp3", "mencoder": True, "file_extension"\
: "flv"}}