Tweak Your Mac Terminal: Command Line macOS by Daniel Platt

Tweak Your Mac Terminal: Command Line macOS by Daniel Platt

Author:Daniel Platt [Platt, Daniel]
Language: eng
Format: epub
Tags: computers, Programming, Macintosh, Operating Systems, General
ISBN: 9781484261705
Google: QaaVzQEACAAJ
Publisher: Apress
Published: 2020-11-21T23:51:09.410747+00:00


Converting a video to a different format can be as simple as this.% ffmpeg -i input.mp4 output.avi

However, what we really need are some video files to test this out. Another trick that ffmpeg has is that it can also record from macOS input devices. You can see which devices ffmpeg can capture from by using -list_devices :% ffmpeg -hide_banner -f avfoundation -list_devices true -i ""

[AVFoundation input device @ 0x7f927bd26740] AVFoundation video devices:

[AVFoundation input device @ 0x7f927bd26740] [0] FaceTime HD Camera (Built-in)

[AVFoundation input device @ 0x7f927bd26740] [1] Capture screen 0

[AVFoundation input device @ 0x7f927bd26740] AVFoundation audio devices:

[AVFoundation input device @ 0x7f927bd26740] [0] MacBook Pro Microphone

: Input/output error



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.