Spaces:
Running
Running
Commit
·
f2e9e21
1
Parent(s):
5e9d969
Add proxy render
Browse files- proxy-renderer.js +1 -1
proxy-renderer.js
CHANGED
|
@@ -33,7 +33,7 @@ export const renderProxy = async (outFile, options) => {
|
|
| 33 |
|
| 34 |
scale: options?.scale ?? 1,
|
| 35 |
codec: options?.codec ?? "h264",
|
| 36 |
-
concurrency: options?.concurrency ??
|
| 37 |
crf: options?.crf ?? 18,
|
| 38 |
muted: options?.muted ?? false,
|
| 39 |
enforceAudioTrack: options?.enforceAudioTrack ?? false,
|
|
|
|
| 33 |
|
| 34 |
scale: options?.scale ?? 1,
|
| 35 |
codec: options?.codec ?? "h264",
|
| 36 |
+
concurrency: options?.concurrency ?? 2,
|
| 37 |
crf: options?.crf ?? 18,
|
| 38 |
muted: options?.muted ?? false,
|
| 39 |
enforceAudioTrack: options?.enforceAudioTrack ?? false,
|