Home
last modified time | relevance | path

Searched refs:norm_cmd (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/tools/
Dnormalize.py30 norm_cmd = ['ffmpeg', '-i', ifile, '-af', 'volume=%fdB' % adjust] variable
31 norm_cmd += encopt + [ofile]
32 print ' => %s' % ' '.join(norm_cmd)
33 subprocess.call(norm_cmd)