@@ -1167,10 +1167,6 @@ loss).
1167
1167
By default @command {ffmpeg } attempts to read the input(s) as fast as possible.
1168
1168
This option will slow down the reading of the input(s) to the native frame rate
1169
1169
of the input(s). It is useful for real-time output (e.g. live streaming).
1170
- @item -loop_input
1171
- Loop over the input stream. Currently it works only for image
1172
- streams. This option is used for automatic FFserver testing.
1173
- This option is deprecated, use -loop 1.
1174
1170
@item -loop_output @var {number_of_times }
1175
1171
Repeatedly loop output for formats that support looping such as animated GIF
1176
1172
(0 will loop the output infinitely).
@@ -1412,16 +1408,6 @@ file or device. With low latency / high rate live streams, packets may be
1412
1408
discarded if they are not read in a timely manner; raising this value can
1413
1409
avoid it.
1414
1410
1415
- @item -override_ffserver (@emph {global })
1416
- Overrides the input specifications from @command {ffserver }. Using this
1417
- option you can map any input stream to @command {ffserver } and control
1418
- many aspects of the encoding from @command {ffmpeg }. Without this
1419
- option @command {ffmpeg } will transmit to @command {ffserver } what is
1420
- requested by @command {ffserver }.
1421
-
1422
- The option is intended for cases where features are needed that cannot be
1423
- specified to @command {ffserver } but can be to @command {ffmpeg }.
1424
-
1425
1411
@item -sdp_file @var {file } (@emph {global })
1426
1412
Print sdp information for an output stream to @var {file }.
1427
1413
This allows dumping sdp information when at least one output isn't an
@@ -1776,7 +1762,7 @@ ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
1776
1762
@ifset config-not-all
1777
1763
@url {ffmpeg-all.html ,ffmpeg-all },
1778
1764
@end ifset
1779
- @url {ffplay.html ,ffplay }, @url {ffprobe.html ,ffprobe }, @url { ffserver.html , ffserver },
1765
+ @url {ffplay.html ,ffplay }, @url {ffprobe.html ,ffprobe },
1780
1766
@url {ffmpeg-utils.html ,ffmpeg-utils },
1781
1767
@url {ffmpeg-scaler.html ,ffmpeg-scaler },
1782
1768
@url {ffmpeg-resampler.html ,ffmpeg-resampler },
@@ -1795,7 +1781,7 @@ ffmpeg(1),
1795
1781
@ifset config-not-all
1796
1782
ffmpeg-all(1),
1797
1783
@end ifset
1798
- ffplay(1), ffprobe(1), ffserver(1),
1784
+ ffplay(1), ffprobe(1),
1799
1785
ffmpeg-utils(1), ffmpeg-scaler(1), ffmpeg-resampler(1),
1800
1786
ffmpeg-codecs(1), ffmpeg-bitstream-filters(1), ffmpeg-formats(1),
1801
1787
ffmpeg-devices(1), ffmpeg-protocols(1), ffmpeg-filters(1)
0 commit comments