0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PowerShellでWindowsにFFmpegをインストールする方法

Posted at

こちらの記事を参考にさせていただきました、ありがとうございます

powershell管理者権限

次のコマンドを実行します:
winget install --id=Gyan.FFmpeg -e
image.png

この画面から動かない。
image.png
)

一回くりっくして enterおしたらなおった↓ので、
他のウインドウがアクティブになていたせいかも。
image.png

これでバージョン確認できるけどpowershellの再起動必須
ffmpeg -version

成功画面
image.png

再起動しないと以下のようなメッセージがでます

用語 'ffmpeg' は、コマンドレット、関数、スクリプト ファイル、または操作可能なプログラムの名前として認識されません。名前が正しく記述されていることを確認し、パスが含まれている場合はそのパスが正しいことを確認して
から、再試行してください。
発生場所 行:1 文字:1
+ ffmpeg -version
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (ffmpeg:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException```
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?