From e079c44456679898797ae24e7897364b033c1e5b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 31 May 2015 15:52:55 +0200 Subject: [PATCH] doc: Fix ffmpeg example %f --- docs/html/config_dvr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/config_dvr.html b/docs/html/config_dvr.html index 72a1c64e3..f33d5da70 100644 --- a/docs/html/config_dvr.html +++ b/docs/html/config_dvr.html @@ -85,7 +85,7 @@ %EStop time stamp 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.

-- 2.47.3