13
6

More than 5 years have passed since last update.

ffmpeg -an で撮影済みビデオの音を消去

Last updated at Posted at 2014-10-13

-an はオーディオを disable にするオプションです。下記のコマンドで音が消せます

ffmpeg -i 入力動画 -vcodec copy -an 出力動画
13
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
6