Spaces:
Running
Running
Commit ·
78117d2
1
Parent(s): ffef181
Increase concurreny
Browse files
server-plugins/split-render.js
CHANGED
|
@@ -13,7 +13,7 @@ export class SplitRenderPlugin extends Plugin {
|
|
| 13 |
_.set(
|
| 14 |
originalManuscript,
|
| 15 |
'meta.generationConfig.extras.buildParams',
|
| 16 |
-
`--codec=prores --prores-profile=4444 --pixel-format=yuva444p10le --transparent --image-format=png --concurrency=2 --hardware-acceleration --enable-multiprocess-on-linux --offthreadvideo-cache-size-in-bytes=
|
| 17 |
);
|
| 18 |
originalManuscript.transcript.forEach(element => {
|
| 19 |
element._mediaAbsPaths = _.cloneDeep(element.mediaAbsPaths)
|
|
|
|
| 13 |
_.set(
|
| 14 |
originalManuscript,
|
| 15 |
'meta.generationConfig.extras.buildParams',
|
| 16 |
+
`--codec=prores --prores-profile=4444 --pixel-format=yuva444p10le --transparent --image-format=png --concurrency=2 --hardware-acceleration --enable-multiprocess-on-linux --offthreadvideo-cache-size-in-bytes=8589934592`
|
| 17 |
);
|
| 18 |
originalManuscript.transcript.forEach(element => {
|
| 19 |
element._mediaAbsPaths = _.cloneDeep(element.mediaAbsPaths)
|