Searched refs:audio_raw_filename (Results 1 – 1 of 1) sorted by relevance
480 def get_length (audio_raw_filename): argument488 cmd = "mplayer %s -vo null -ao null -frames 0 -identify" % audio_raw_filename691 def compress_audio (audio_raw_filename, audio_compressed_filename, audio_lowpass_filter=None, audio… argument703 cmd = cmd + ' ' + audio_raw_filename + ' ' + audio_compressed_filename736 def delete_tmp_files (audio_raw_filename, verbose_flag=0, dry_run_flag=0): argument738 file_list = ' '.join([GLOBAL_LOGFILE_NAME, 'divx2pass.log', audio_raw_filename ])