mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-05 04:21:32 -05:00
Merge pull request #367 from genius3000/master+conf_guide_fixes
Two small config and guide fixes
This commit is contained in:
2
conf.c
2
conf.c
@@ -783,7 +783,7 @@ config_param config_params[] = {
|
||||
"# Enables and defines variable bitrate for the ffmpeg encoder.\n"
|
||||
"# ffmpeg_bps is ignored if variable bitrate is enabled.\n"
|
||||
"# Valid values: 0 (default) = fixed bitrate defined by ffmpeg_bps,\n"
|
||||
"# or the range 2 - 31 where 2 means best quality and 31 is worst.",
|
||||
"# or the range 1 - 100 where 1 means worst quality and 100 is best.",
|
||||
0,
|
||||
CONF_OFFSET(ffmpeg_vbr),
|
||||
copy_int,
|
||||
|
||||
@@ -1357,7 +1357,7 @@ Some configuration options are only used if Motion is built on a system that has
|
||||
<td align="left"><a href="#movie_filename" >movie_filename</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="17" align="left">netcam_http</td>
|
||||
<td height="17" align="left">netcam_keepalive</td>
|
||||
<td align="left">netcam_keepalive</td>
|
||||
<td align="left"><a href="#netcam_keepalive" >netcam_keepalive</a></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user