@browser-mc/browser-movie-converter 0.1.1 → 0.2.0

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.
@@ -203,7 +203,7 @@ async function resolveTrackResize(track, options) {
203
203
  width: size.width,
204
204
  height: size.height,
205
205
  path: 'raw',
206
- rawAlgorithm: options.rawAlgorithm ?? 'bilinear',
206
+ rawAlgorithm: options.rawAlgorithm ?? 'lanczos3',
207
207
  rawBitDepth: options.rawBitDepth ?? 'preserve',
208
208
  rawChromaSubsampling: options.rawChromaSubsampling ?? 'preserve',
209
209
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browser-mc/browser-movie-converter",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "mediabunny": "^1.46.0",
20
20
  "@browser-mc/mediabunny-scene-keyframes": "^0.0.1",
21
- "@browser-mc/webcodecs-color": "^0.1.1"
21
+ "@browser-mc/webcodecs-color": "^0.2.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",