Home | Trees | Index | Help |
|
---|
Package ewa :: Module transcode |
|
Exceptions | |
---|---|
TranscodeError |
Function Summary | |
---|---|
Executes LAME to transcode a file to a new bit rate, sample rate, and mode. | |
transcodes master file at masterPath to specified bitrate, samplerate, and mode using transcodeFunc, by default one using LAME, to perform the transcoding. |
Function Details |
---|
lameTranscode(newBitRate, newSampleRate, newMode, masterPath, newPath, quiet=True)Executes LAME to transcode a file to a new bit rate, sample rate, and mode. |
transcode(masterPath, newPath, newBitRate, newSampleRate, newMode, allow_master=False, transcodeFunc=<function lameTranscode at 0x301527b0>, **transcodeKwargs)transcodes master file at masterPath to specified bitrate, samplerate, and mode using transcodeFunc, by default one using LAME, to perform the transcoding. Returns either masterPath or newPath, depending on if the master path or new path should be used after possible transcoding. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jan 3 10:13:56 2007 | http://epydoc.sf.net |