python-audiotranscode
python-audiotranscode copied to clipboard
transcode using installed codecs (lame mp3, ogg vorbis, flac, aac, wav)
Hello, Tried it and getting an 0 byte size file any idea about the issue ?
please, add this AMAZING module to pypy!
Hi, any chance to upload this module to pypi? It make the integration in other apps much easier. Thanks
currently only ffmpeg is supported. the settings used for ffmpeg can probably be copied to make libav's `avconv` work.
http://docs.python.org/2/library/mimetypes.html#mimetypes.common_types ``` >>> mimetypes.types_map['.tgz'] 'application/x-tar-gz' ```