Package imagizer :: Module NommeVideo
[hide private]
[frames] | no frames]

Module NommeVideo

source code

Classes [hide private]
  Video
main Video class
  parser
this class searches all the jpeg files
  HTML
Functions [hide private]
 
FindFile(RootDir)
returns a list of the files with the given suffix in the given dir files=os.system('find "%s" -iname "*.%s"'%(RootDir,suffix)).readlines()
source code
 
RelativeName(Name) source code
Variables [hide private]
  local = 'UTF8'
  webEncoding = 'latin1'
  fileEncoding = 'UTF8'
  VBitrate = 600
  ABitRate = 64
  x264opts = 'subq=7:nr=100:me=umh:partitions=all:direct_pred=au...
  mplayer = '/usr/bin/mplayer'
  mencoder = '/usr/bin/mencoder'
  sox = '/usr/bin/sox'
  convert = '/usr/bin/convert'
  avimerge = '/usr/bin/avimerge'
  VideoExts = ['.avi', '.mpeg', '.mpg', '.mp4', '.divx', '.mov']
  ThumbExts = ['.thm', '.jpg']
  RootDir = '/home/jerome/workspace/imagizer/doc'
  UpperDir = '/home/jerome/workspace/imagizer'
Variables Details [hide private]

x264opts

Value:
'subq=7:nr=100:me=umh:partitions=all:direct_pred=auto:b_pyramid:bframe\
s=3:frameref=5 -ofps 24'