specify sample rate as input device option

This commit is contained in:
Martchus 2015-10-10 21:51:09 +02:00
parent a5936281d7
commit 317173ef3a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ In any case, you should ensure that the media player uses the sink (eg. using pa
Then start the recorder. You need to specify the media player application and the sink: Then start the recorder. You need to specify the media player application and the sink:
``` ```
dbus-soundrecorder record -a vlc -s virtual1.monitor -o "-c:a libfdk_aac -vbr 4 -ar 44100" dbus-soundrecorder record -a vlc -s virtual1.monitor -i "-sample_rate 44100" -o "-c:a libfdk_aac -vbr 4"
``` ```
As you can see, it is also possible to specify options for ffmpeg. However input sink, As you can see, it is also possible to specify options for ffmpeg. However input sink,
output file and meta data are provided by the recorder and shouldn't be specified. output file and meta data are provided by the recorder and shouldn't be specified.