ffmpegHow to list recording sound devices on PC in Ubuntu
Usage example
arecord -l
output
card 1: Generic [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 2: ALC887-VD Alt Analog [ALC887-VD Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
Related
More of Ffmpeg
- How to reduce background audio noise using arnndn (neural network models)
- How to add multi-line text to video using drawtext filter
- How to use filter_complex to apply filters to videos
- How to reduce background audio noise using afftdn
- Add text overlay (watermark) to video
- How to convert AV1 to H.264
- List all supported codecs
- How to list supported pixel formats
- Create video from a single image (loop image in video)
- Select specific video/audio track when converting video
See more codes...