Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: Fix ffmpeg example %f
  • Loading branch information
perexg committed May 31, 2015
1 parent 81c356c commit e079c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/config_dvr.html
Expand Up @@ -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>
Expand Down

0 comments on commit e079c44

Please sign in to comment.