From 87322d433cff4ca8cf7faedb2248c6fbd04c4427 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 26 Aug 2015 21:17:10 +0200 Subject: [PATCH] changed app name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.