Skip to content

Instantly share code, notes, and snippets.

@talhanai
Created January 22, 2020 15:56
Show Gist options
  • Select an option

  • Save talhanai/1348d811daa05085a24811a681ae5385 to your computer and use it in GitHub Desktop.

Select an option

Save talhanai/1348d811daa05085a24811a681ae5385 to your computer and use it in GitHub Desktop.
bash pseudo-script to convert an audio file into WAV
ffmpeg -n -i "$filename" ${outputdir}/${id}.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment