diff options
author | Bradley Sepos <[email protected]> | 2019-01-27 21:44:48 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-01-27 21:44:48 -0500 |
commit | b6eae2ac12a87686203b48ae09d91a00514f1c39 (patch) | |
tree | bbbe652e38a531dc83ffa9afd12f64a78f0841f9 /test | |
parent | afda7a3fce7446ef55dcd7df78d9e5311fee5fa1 (diff) |
cli: Clarify --start-at and --stop-at help language.
https://github.com/HandBrake/HandBrake-docs/pull/70
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/test.c b/test/test.c index 49cb8af3c..1a16cab95 100644 --- a/test/test.c +++ b/test/test.c @@ -1330,13 +1330,14 @@ static void ShowHelp() " --start-at-preview <number>\n" " Start encoding at a given preview.\n" " --start-at <string:number>\n" -" Start encoding at a given duration (in seconds),\n" -" frame, or pts (on a 90kHz clock)\n" -" (e.g. duration:10, frame:300, pts:900000)\n" +" Start encoding at a given offset in seconds,\n" +" frames, or pts (on a 90kHz clock)\n" +" (e.g. duration:10, frame:300, pts:900000).\n" " --stop-at <string:number>\n" -" Stop encoding at a given duration (in seconds),\n" -" frame, or pts (on a 90kHz clock)\n" -" (e.g. duration:10, frame:300, pts:900000)\n" +" Stop encoding after a given duration in seconds,\n" +" frames, or pts (on a 90kHz clock) has passed\n" +" (e.g. duration:10, frame:300, pts:900000).\n" +" Duration is relative to --start-at, if specified.\n" "\n" "\n" "Destination Options ----------------------------------------------------------\n" |