| OLD | NEW |
| 1 \input texinfo @c -*- texinfo -*- | 1 \input texinfo @c -*- texinfo -*- |
| 2 | 2 |
| 3 @settitle FFserver Documentation | 3 @settitle FFserver Documentation |
| 4 @titlepage | 4 @titlepage |
| 5 @sp 7 | 5 @sp 7 |
| 6 @center @titlefont{FFserver Documentation} | 6 @center @titlefont{FFserver Documentation} |
| 7 @sp 3 | 7 @sp 3 |
| 8 @end titlepage | 8 @end titlepage |
| 9 | 9 |
| 10 | 10 |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 @chapter Invocation | 229 @chapter Invocation |
| 230 @section Syntax | 230 @section Syntax |
| 231 @example | 231 @example |
| 232 @c man begin SYNOPSIS | 232 @c man begin SYNOPSIS |
| 233 ffserver [options] | 233 ffserver [options] |
| 234 @c man end | 234 @c man end |
| 235 @end example | 235 @end example |
| 236 | 236 |
| 237 @section Options | 237 @section Options |
| 238 @c man begin OPTIONS | 238 @c man begin OPTIONS |
| 239 |
| 240 @include fftools-common-opts.texi |
| 241 |
| 239 @table @option | 242 @table @option |
| 240 @include fftools-common-opts.texi | |
| 241 @item -f @var{configfile} | 243 @item -f @var{configfile} |
| 242 Use @file{configfile} instead of @file{/etc/ffserver.conf}. | 244 Use @file{configfile} instead of @file{/etc/ffserver.conf}. |
| 243 @item -n | 245 @item -n |
| 244 Enable no-launch mode. This option disables all the Launch directives | 246 Enable no-launch mode. This option disables all the Launch directives |
| 245 within the various <Stream> sections. FFserver will not launch any | 247 within the various <Stream> sections. FFserver will not launch any |
| 246 ffmpeg instance, so you will have to launch them manually. | 248 ffmpeg instance, so you will have to launch them manually. |
| 247 @item -d | 249 @item -d |
| 248 Enable debug mode. This option increases log verbosity, directs log | 250 Enable debug mode. This option increases log verbosity, directs log |
| 249 messages to stdout and causes ffserver to run in the foreground | 251 messages to stdout and causes ffserver to run in the foreground |
| 250 rather than as a daemon. | 252 rather than as a daemon. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 261 the HTML documentation of @file{ffmpeg}. | 263 the HTML documentation of @file{ffmpeg}. |
| 262 @c man end | 264 @c man end |
| 263 | 265 |
| 264 @c man begin AUTHOR | 266 @c man begin AUTHOR |
| 265 Fabrice Bellard | 267 Fabrice Bellard |
| 266 @c man end | 268 @c man end |
| 267 | 269 |
| 268 @end ignore | 270 @end ignore |
| 269 | 271 |
| 270 @bye | 272 @bye |
| OLD | NEW |