Skip to content

Instantly share code, notes, and snippets.

@parshap
Last active December 20, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parshap/d2d1da189d6ebe236f9c to your computer and use it in GitHub Desktop.
Save parshap/d2d1da189d6ebe236f9c to your computer and use it in GitHub Desktop.
> ffmpeg -i test.mp3 -codec copy -f mp3 pipe:1 > piped.mp3
> ffmpeg -i test.mp3 -codec copy -f mp3 saved.mp3
> ffprobe -show_format piped.mp3
[mp3 @ 0x9c4f0e0] Header missing
...
> ffprobe -show_format saved.mp3
... normal output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment