]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
doc: Fix ffmpeg example %f
authorJaroslav Kysela <perex@perex.cz>
Sun, 31 May 2015 13:52:55 +0000 (15:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 31 May 2015 13:52:55 +0000 (15:52 +0200)
docs/html/config_dvr.html

index 72a1c64e38a03e41e67e545031ab06e1a432c59c..f33d5da70c0879d42068384a0899eb105583b60e 100644 (file)
@@ -85,7 +85,7 @@
         <tr><td>%E</td><td>Stop time stamp of recording, UNIX epoch</td><td>1224426600</td></tr>
       </table>
       <br>
-      Example usage: /path/to/ffmpeg -i %f -vcodec libx264 -acodec copy "/path/with white space/%b"<br>
+      Example usage: /path/to/ffmpeg -i "%f" -vcodec libx264 -acodec copy "/path/with white space/%b"<br>
       You need to use quotes or escape white spaces if you want white spaces in an argument.
  
   <br><br>