All pastes #2075966 Raw Edit

Untitled

public text v1 · immutable
#2075966 ·published 2011-06-07 04:54 UTC
rendered paste body
for i in $(ls *flv); do mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="cancion.wav" $i; done