Tweak Your Mac Terminal by Daniel Platt

Tweak Your Mac Terminal by Daniel Platt

Author:Daniel Platt
Language: eng
Format: epub
ISBN: 9781484261712
Publisher: Apress


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.