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.