shiveshnavin commited on
Commit
5f72dc7
·
1 Parent(s): f6a5d94

Checkpoint

Browse files
Files changed (1) hide show
  1. package.json +2 -1
package.json CHANGED
@@ -16,7 +16,8 @@
16
  "render-build:igreels": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 2 --gl=angle IGReelComposition",
17
  "render-build": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 2 --gl=angle",
18
  "render-still": "remotion still --image-format=jpeg SemibitCompositionPoster ",
19
- "render-image": "remotion still --image-format=jpeg $npm_config_composition $npm_config_output",
 
20
  "upgrade": "remotion upgrade",
21
  "postinstall": "cd node_modules/common-utils && npm run build && cd ../../ && node ffmpeg-fix.js",
22
  "serve": "firebase emulators:start --only functions --project semibitmedia",
 
16
  "render-build:igreels": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 2 --gl=angle IGReelComposition",
17
  "render-build": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 2 --gl=angle",
18
  "render-still": "remotion still --image-format=jpeg SemibitCompositionPoster ",
19
+ "render-image": "remotion still --image-format=jpeg --concurrency 16 $npm_config_composition $npm_config_output",
20
+ "render-images": "remotion render --enable-multiprocess-on-linux --sequence --image-format=jpeg $npm_config_composition $npm_config_output",
21
  "upgrade": "remotion upgrade",
22
  "postinstall": "cd node_modules/common-utils && npm run build && cd ../../ && node ffmpeg-fix.js",
23
  "serve": "firebase emulators:start --only functions --project semibitmedia",