Skip to content

Instantly share code, notes, and snippets.

@klaxa
Created October 2, 2012 22:29
Show Gist options
  • Save klaxa/ee9bdf4d7fcffa6dec29 to your computer and use it in GitHub Desktop.
Save klaxa/ee9bdf4d7fcffa6dec29 to your computer and use it in GitHub Desktop.
mkfifo /tmp/tmp
mplayer <file> -benchmark -vo null -ao pcm:file=/tmp/tmp &
ffmpeg -i <file> -an -i /tmp/tmp [options] <output>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment