forked from wix-incubator/codio
-
Notifications
You must be signed in to change notification settings - Fork 3
FFmpeg
Robert Brisita edited this page Dec 20, 2021
·
12 revisions
FFmpeg is used to record and play back audio. Currently MP3 is being used but OGG and OPUS are being considered.
- x86
- ARM
- 32
- 64
- Darwin (OS X)
- Linux Variants
- Windows
ffmpeg -hide_banner -nostats -loglevel error -f avfoundation -i <input_device> -y <output_file>
ffmpeg -hide_banner -nostats -loglevel error -f pulse -i <input_device> -y <output_file>
ffmpeg -hide_banner -nostats -loglevel error -f dshow -i audio=<input_device> -y <output_file>
ffplay -hide_banner -nodisp -nostats -autoexit -ss <time_secs> <input_file>
ffmpeg -hide_banner -nostats -f avfoundation -list_devices true -i ""
pactl list short sources
ffmpeg -hide_banner -nostats -f dshow -list_devices true -i dummy
- https://github.com/FFmpeg/FFmpeg/blob/master/configure
- https://stackoverflow.com/questions/8403229/ffmpeg-api-compiling-with-specific-formats