From: Jaroslav Kysela Date: Sun, 31 May 2015 13:52:55 +0000 (+0200) Subject: doc: Fix ffmpeg example %f X-Git-Tag: v4.2.1~2412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e079c44456679898797ae24e7897364b033c1e5b;p=thirdparty%2Ftvheadend.git doc: Fix ffmpeg example %f --- 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.