From 10fc6c0dab20cb653d018723e0a58c2addd85c11 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Sun, 19 Oct 2008 15:16:04 +0000 Subject: [PATCH] Fixed typos Added note about quotes and escapes when using white spaces --- docs/html/config_dvr.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/html/config_dvr.html b/docs/html/config_dvr.html index 90abcd66..dfe25648 100644 --- a/docs/html/config_dvr.html +++ b/docs/html/config_dvr.html @@ -52,17 +52,18 @@ Support format strings:
- - + + - + - - + +
FormatDescriptionExample value
%fFull path to recoding/home/user/Videos/News.mkv
%bBasename of recodingNews.mkv
%fFull path to recording/home/user/Videos/News.mkv
%bBasename of recordingNews.mkv
%cChannel nameBBC world
%CWho created this recodinguser
%CWho created this recordinguser
%tProgram titleNews
%cProgram descriptionNews and stories...
%SStart timestmap of recoding, UNIX epoch1224421200
%EStop timestamp of recoding, UNIX epoch1224426600
%SStart timestmap of recording, UNIX epoch1224421200
%EStop timestamp of recording, UNIX epoch1224426600

- Example usage: /path/to/ffmpeg -i %f -vcodec libx264 -acodec copy "/path/with white space/%b" + Example usage: /path/to/ffmpeg -i %f -vcodec libx264 -acodec copy "/path/with white space/%b"
+ You need to use quotes or escape white spaces if you want white spaces in an argument. Changes to any of these settings must be confirmed by pressing the 'Save configuration' button before taking effect.