diff options
-rw-r--r-- | p2pvr/lib/recorder.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p2pvr/lib/recorder.cpp b/p2pvr/lib/recorder.cpp index 89902a9..bc13ee2 100644 --- a/p2pvr/lib/recorder.cpp +++ b/p2pvr/lib/recorder.cpp @@ -12,10 +12,10 @@ std::string Recorder::extension; std::string Recorder::muxerCommand; DECLARE_OPTIONS(Recorder, "P2PVR Recorder options") -("p2pvr.recorder.extension", Options::value(&extension, "avi"), +("p2pvr.recorder.extension", Options::value(&extension, "mpg"), "File extension to save with (default: avi)") -("p2pvr.recorder.muxercommand", Options::value(&muxerCommand, "/usr/bin/ffmpeg -f mpegts -i - -f avi -codec copy -"), - "File extension to save with (default: '/usr/bin/ffmpeg -f mpegts -i - -f avi -codec copy -')") +("p2pvr.recorder.muxercommand", Options::value(&muxerCommand, "/usr/bin/ffmpeg -f mpegts -i - -f dvd -codec copy -"), + "File extension to save with (default: '/usr/bin/ffmpeg -f mpegts -i - -f dvd -codec copy -')") END_OPTIONS(Recorder); Recorder::Recorder(Ice::ObjectAdapterPtr a, IceUtil::TimerPtr t) : |