Advertisement
netang

work with ffmpeg, mp3, wave

Aug 19th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. ffmpeg -i time_series.mp3 -vn -acodec pcm_f32le -ac 1 -ar 44100 -f wav recovered.wav
  2.  
  3. ffprobe recovered.wav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement