changed app name

This commit is contained in:
Martchus 2015-08-26 21:17:10 +02:00
parent 6c7a7f058a
commit 87322d433c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,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 -a yfitops -s virtual1.monitor -o "-c:a libfdk_aac -vbr 4 -ar 44100" dbus-soundrecorder -a vlc -s virtual1.monitor -o "-c:a libfdk_aac -vbr 4 -ar 44100"
``` ```
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.