Skip to content

Instantly share code, notes, and snippets.

@kanreisa
Created April 17, 2011 09:48
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 kanreisa/923898 to your computer and use it in GitHub Desktop.
Save kanreisa/923898 to your computer and use it in GitHub Desktop.
ffcopy - 動画ファイルのヘッダを修復する用
#!/bin/sh
ffmpeg -i $1 -vcodec copy -acodec copy ffcopy_$1
rm $1
mv ffcopy_$1 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment