@remotion/renderer 3.0.0-lambda.329 → 3.0.0-lambda.332

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ const getAudioCodecName = (codec) => {
10
10
  return 'pcm_s16le';
11
11
  }
12
12
  if (codec === 'vp8' || codec === 'vp9') {
13
- return 'libvorbis';
13
+ return 'libopus';
14
14
  }
15
15
  return 'aac';
16
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"get-audio-codec-name.js","sourceRoot":"","sources":["../src/get-audio-codec-name.ts"],"names":[],"mappings":";;;AAAA,uCAA0C;AAEnC,MAAM,iBAAiB,GAAG,CAAC,KAAY,EAAiB,EAAE;IAChE,IAAI,CAAC,oBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE;QACnC,4DAA4D;QAC5D,gFAAgF;QAChF,IAAI,KAAK,KAAK,UAAU,EAAE;YACzB,OAAO,WAAW,CAAC;SACnB;QAED,IAAI,KAAK,KAAK,KAAK,IAAI,KAAK,KAAK,KAAK,EAAE;YACvC,OAAO,WAAW,CAAC;SACnB;QAED,OAAO,KAAK,CAAC;KACb;IAED,IAAI,KAAK,KAAK,KAAK,EAAE;QACpB,OAAO,KAAK,CAAC;KACb;IAED,IAAI,KAAK,KAAK,KAAK,EAAE;QACpB,OAAO,YAAY,CAAC;KACpB;IAED,IAAI,KAAK,KAAK,KAAK,EAAE;QACpB,OAAO,WAAW,CAAC;KACnB;IAED,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AA5BW,QAAA,iBAAiB,qBA4B5B"}
1
+ {"version":3,"file":"get-audio-codec-name.js","sourceRoot":"","sources":["../src/get-audio-codec-name.ts"],"names":[],"mappings":";;;AAAA,uCAA0C;AAEnC,MAAM,iBAAiB,GAAG,CAAC,KAAY,EAAiB,EAAE;IAChE,IAAI,CAAC,oBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE;QACnC,4DAA4D;QAC5D,gFAAgF;QAChF,IAAI,KAAK,KAAK,UAAU,EAAE;YACzB,OAAO,WAAW,CAAC;SACnB;QAED,IAAI,KAAK,KAAK,KAAK,IAAI,KAAK,KAAK,KAAK,EAAE;YACvC,OAAO,SAAS,CAAC;SACjB;QAED,OAAO,KAAK,CAAC;KACb;IAED,IAAI,KAAK,KAAK,KAAK,EAAE;QACpB,OAAO,KAAK,CAAC;KACb;IAED,IAAI,KAAK,KAAK,KAAK,EAAE;QACpB,OAAO,YAAY,CAAC;KACpB;IAED,IAAI,KAAK,KAAK,KAAK,EAAE;QACpB,OAAO,WAAW,CAAC;KACnB;IAED,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AA5BW,QAAA,iBAAiB,qBA4B5B"}
@@ -1,2 +1,2 @@
1
- export declare const DEFAULT_SAMPLE_RATE = 44100;
1
+ export declare const DEFAULT_SAMPLE_RATE = 48000;
2
2
  //# sourceMappingURL=sample-rate.d.ts.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_SAMPLE_RATE = void 0;
4
- exports.DEFAULT_SAMPLE_RATE = 44100;
4
+ exports.DEFAULT_SAMPLE_RATE = 48000;
5
5
  //# sourceMappingURL=sample-rate.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/renderer",
3
- "version": "3.0.0-lambda.329+f23080b59",
3
+ "version": "3.0.0-lambda.332+da8c03491",
4
4
  "description": "Renderer for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,11 +16,11 @@
16
16
  "url": "https://github.com/remotion-dev/remotion"
17
17
  },
18
18
  "dependencies": {
19
- "@remotion/bundler": "3.0.0-lambda.329+f23080b59",
19
+ "@remotion/bundler": "3.0.0-lambda.332+da8c03491",
20
20
  "execa": "^4.0.2",
21
21
  "p-limit": "^3.1.0",
22
22
  "puppeteer-core": "^13.1.2",
23
- "remotion": "3.0.0-lambda.329+f23080b59",
23
+ "remotion": "3.0.0-lambda.332+da8c03491",
24
24
  "serve-handler": "^6.1.3"
25
25
  },
26
26
  "peerDependencies": {
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "f23080b59efd4de389b1d07a5be70ca7350979f5"
47
+ "gitHead": "da8c03491af702548b396ab1586dfb63e84ea291"
48
48
  }