diff --git a/README.md b/README.md index d9a9954..f431a12 100644 --- a/README.md +++ b/README.md @@ -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: ``` -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, output file and meta data are provided by the recorder and shouldn't be specified.