From 09f99fa8815e4cebdda78b918f2c1fc966fdbee0 Mon Sep 17 00:00:00 2001 From: Jeremy Meyers Date: Mon, 7 Apr 2025 23:56:17 -0400 Subject: [PATCH] added need to specify 's' to give timecode in seconds --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 04d1d577..0befc558 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -67,7 +67,7 @@ Options .. option:: -m TIMECODE, --min-scene-len TIMECODE - Minimum length of any scene. TIMECODE can be specified as number of frames (-m 10), time in seconds (-m 2.5), or timecode (-m 00:02:53.633). + Minimum length of any scene. TIMECODE can be specified as number of frames (-m 10), time in seconds (-m 2.5s), or timecode (-m 00:02:53.633). Default: ``0.6s``