You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
docs/outdevs: add a few simple ALSA examples
This commit is contained in:
@@ -22,6 +22,22 @@ A description of the currently available output devices follows.
|
|||||||
|
|
||||||
ALSA (Advanced Linux Sound Architecture) output device.
|
ALSA (Advanced Linux Sound Architecture) output device.
|
||||||
|
|
||||||
|
@subsection Examples
|
||||||
|
|
||||||
|
@itemize
|
||||||
|
@item
|
||||||
|
Play a file on default ALSA device:
|
||||||
|
@example
|
||||||
|
ffmpeg -i INPUT -f alsa default
|
||||||
|
@end example
|
||||||
|
|
||||||
|
@item
|
||||||
|
Play a file on soundcard 1, audio device 7:
|
||||||
|
@example
|
||||||
|
ffmpeg -i INPUT -f alsa hw:1,7
|
||||||
|
@end example
|
||||||
|
@end itemize
|
||||||
|
|
||||||
@section caca
|
@section caca
|
||||||
|
|
||||||
CACA output device.
|
CACA output device.
|
||||||
|
Reference in New Issue
Block a user