1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

(自分用メモ) ffmpeg

Last updated at Posted at 2018-12-16

ffmpegをmacで使った時のメモ書き (Linuxのほうが使いやすい気がする)

インストール

  • brewにて
    • $brew install ffmpeg

使い方

➜  ✗ ffmpeg -f avfoundation -list_devices true -i ""

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gpl --enable-libmp3lame --enable-libopus --enable-libsnappy --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-opencl --enable-videotoolbox
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
[AVFoundation input device @ 0x7ffa3f402b40] AVFoundation video devices:
[AVFoundation input device @ 0x7ffa3f402b40] [0] FaceTime HD Camera
[AVFoundation input device @ 0x7ffa3f402b40] [1] Capture screen 0
[AVFoundation input device @ 0x7ffa3f402b40] [2] Capture screen 1
[AVFoundation input device @ 0x7ffa3f402b40] AVFoundation audio devices:
[AVFoundation input device @ 0x7ffa3f402b40] [0] Built-in Microphone

参考

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?