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
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
- Offering a flexible **Command Line Interface**, a **Web Interface**, and a **Graphical User Interface (GUI)**
18
18
- Control output quality and video framerate for the conversion
19
19
- Automatically monitor a **"dropzone" directory** for new files and process them as they are dropped
20
+
- Fast batch conversion with configurable **parallel processing** for audio and video conversions
20
21
21
22
## Setup
22
23
1.**Clone/Download**:
@@ -96,6 +97,7 @@ This is the most detailed way to use `any_to_any.py`. You can structure a comman
96
97
|`-r` or </br>`--recursive`| Recursively process all input files in subdirectories from the input directory. Outputs by default will be placed in their respective subdirectory, unless different output path provided. |
97
98
|`-z` or </br>`--dropzone`| While running, a specified directory will be monitored for new files. When a file is added, it will be converted to the specified format, saved in the output directory and deleted from the input directory. |
98
99
|`-fps` or</br>`--framerate`| Set the framerate (fps) when converting to a movie format or codec; default maintains input fps. |
100
+
|`--workers`| Set the maximum number of parallel worker threads for per-file conversions (`1` to `cpu_count - 1` are supported). Defaults to `1`. |
0 commit comments