You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-r`, `--recursive`| flag | Search recursively in the specified directory. ||
37
+
|`-e`, `--extension`|`string`| The extension of the video/audio files to search in. Can be a comma separated list. |`mp4,mkv,avi,mov,wmv,mp3,wav,flac,ogg,m4a,wma`|
38
+
|`-x`, `--exclude`|`string`| Exclude the specified extension from the search. Can be a comma separated list. |`""`|
39
+
|`-t`, `--time`|`integer`| How many seconds of the input audio file to search for. |`-1` (meaning the entire file) |
40
+
|`-w`, `--window`|`integer`| The window size in seconds to search for the audio file. |`60`|
41
+
|`-f`, `--format`|`json \| txt \| raw`| The output format. |`"txt"`|
42
+
|`-c`, `--threads`|`integer`| The number of CPU threads to use. | half of system cpu threads |
43
+
|`--ffmpeg`|`string`| The path to the ffmpeg executable. | from system path |
44
+
|`--no-clean`| flag | Do not clean up temporary files. ||
45
+
|`--silent`| flag | Do not print anything but the final output to the console. ||
46
+
|`--debug`| flag | Print debug information to the console. ||
47
+
|`--dry-run`| flag | Do not run the program, just print the parameters. ||
48
+
|`--version`| flag | Print the version number and exit. ||
0 commit comments