]> git.sesse.net Git - ffmpeg/commitdiff
doc/ffmpeg: -timelimit is in user time
authorLou Logan <lou@lrcd.com>
Thu, 26 Sep 2019 18:18:57 +0000 (10:18 -0800)
committerLou Logan <lou@lrcd.com>
Fri, 27 Sep 2019 20:11:39 +0000 (12:11 -0800)
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/ffmpeg.texi
fftools/ffmpeg_opt.c

index 1da18d9d0b4ebd9f8f218141be4681c44c3cf2aa..9cccc2337d4d8675d03fab263e485fca2d64b511 100644 (file)
@@ -1383,7 +1383,7 @@ it will usually display as 0 if not supported.
 Show benchmarking information during the encode.
 Shows real, system and user time used in various steps (audio/video encode/decode).
 @item -timelimit @var{duration} (@emph{global})
-Exit after ffmpeg has been running for @var{duration} seconds.
+Exit after ffmpeg has been running for @var{duration} seconds in CPU user time.
 @item -dump (@emph{global})
 Dump each input packet to stderr.
 @item -hex (@emph{global})
index b2aa63e7ee26971a851b519b13a07c66b3c93acb..661441c161795d34c4e8193272d1b64bda2ee5a4 100644 (file)
@@ -3443,7 +3443,7 @@ const OptionDef options[] = {
     { "stdin",          OPT_BOOL | OPT_EXPERT,                       { &stdin_interaction },
       "enable or disable interaction on standard input" },
     { "timelimit",      HAS_ARG | OPT_EXPERT,                        { .func_arg = opt_timelimit },
-        "set max runtime in seconds", "limit" },
+        "set max runtime in seconds in CPU user time", "limit" },
     { "dump",           OPT_BOOL | OPT_EXPERT,                       { &do_pkt_dump },
         "dump each input packet" },
     { "hex",            OPT_BOOL | OPT_EXPERT,                       { &do_hex_dump },