Guest User

Untitled

a guest
May 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. $ ffmpeg -f avfoundation -list_devices true -i ""
  2.  
  3. [AVFoundation input device @ 0x7fda1bc152c0] AVFoundation video devices:
  4. [AVFoundation input device @ 0x7fda1bc152c0] [0] FaceTime HD Camera (Built-in)
  5. [AVFoundation input device @ 0x7fda1bc152c0] [1] Capture screen 0
  6. [AVFoundation input device @ 0x7fda1bc152c0] AVFoundation audio devices:
  7. [AVFoundation input device @ 0x7fda1bc152c0] [0] USB Audio CODEC
  8. [AVFoundation input device @ 0x7fda1bc152c0] [1] Built-in Microphone
  9.  
  10. $ ffmpeg -f avfoundation -i ":1" -t 10 audio.mp3
Add Comment
Please, Sign In to add comment