shiveshnavin commited on
Commit
a718b48
·
1 Parent(s): b2460df

Increase concurrency

Browse files
Files changed (2) hide show
  1. package-lock.json +0 -0
  2. package.json +10 -10
package-lock.json CHANGED
The diff for this file is too large to render. See raw diff
 
package.json CHANGED
@@ -16,7 +16,7 @@
16
  "preinstall": "cd common-utils && npm run build",
17
  "build:utils": "cd common-utils && npm run build && cd .. && npm install ./common-utils",
18
  "render-build:igreels": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 1 --gl=angle --browser-executable /usr/bin/chromium-browser IGReelComposition",
19
- "render-build": "remotion $npm_config_target --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 1 --gl=angle --browser-executable /usr/bin/chromium-browser $npm_config_composition",
20
  "render-still": "remotion still --image-format=jpeg SemibitCompositionPoster ",
21
  "render-image": "remotion still --image-format=jpeg --concurrency 1 $npm_config_composition $npm_config_output",
22
  "render-images": "remotion render --enable-multiprocess-on-linux --sequence --image-format=jpeg $npm_config_composition $npm_config_output",
@@ -44,16 +44,16 @@
44
  },
45
  "dependencies": {
46
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
47
- "@remotion/bundler": "4.0.19",
48
  "@remotion/cli": "4.0.347",
49
- "@remotion/eslint-config": "4.0.19",
50
- "@remotion/google-fonts": "4.0.19",
51
- "@remotion/lottie": "^4.0.19",
52
- "@remotion/noise": "4.0.19",
53
- "@remotion/preload": "4.0.19",
54
- "@remotion/tailwind": "4.0.19",
55
- "@remotion/transitions": "^4.0.347",
56
- "@remotion/zod-types": "4.0.19",
57
  "@types/react": "^18.0.26",
58
  "@types/web": "^0.0.86",
59
  "archiver": "^7.0.1",
 
16
  "preinstall": "cd common-utils && npm run build",
17
  "build:utils": "cd common-utils && npm run build && cd .. && npm install ./common-utils",
18
  "render-build:igreels": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 1 --gl=angle --browser-executable /usr/bin/chromium-browser IGReelComposition",
19
+ "render-build": "remotion $npm_config_target --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --timeout 60000 --concurrency 4 --gl=angle --browser-executable /usr/bin/chromium-browser $npm_config_composition",
20
  "render-still": "remotion still --image-format=jpeg SemibitCompositionPoster ",
21
  "render-image": "remotion still --image-format=jpeg --concurrency 1 $npm_config_composition $npm_config_output",
22
  "render-images": "remotion render --enable-multiprocess-on-linux --sequence --image-format=jpeg $npm_config_composition $npm_config_output",
 
44
  },
45
  "dependencies": {
46
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
47
+ "@remotion/bundler": "4.0.347",
48
  "@remotion/cli": "4.0.347",
49
+ "@remotion/eslint-config": "4.0.347",
50
+ "@remotion/google-fonts": "4.0.347",
51
+ "@remotion/lottie": "4.0.347",
52
+ "@remotion/noise": "4.0.347",
53
+ "@remotion/preload": "4.0.347",
54
+ "@remotion/tailwind": "4.0.347",
55
+ "@remotion/transitions": "4.0.347",
56
+ "@remotion/zod-types": "4.0.347",
57
  "@types/react": "^18.0.26",
58
  "@types/web": "^0.0.86",
59
  "archiver": "^7.0.1",