This module is intended to be used as an audio helper for manipulating audio files.
bt_audio.
baseaudio
This class takes from input a video file. The process will:
Example usage:
>>> import bt_audio >>> bt_audio.baseaudio().run('infile', 'outfile')
splitaudio
Split audio from video with ffmpeg.