@remotion/promo-pages 4.0.366 → 4.0.367

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.
package/dist/Homepage.js CHANGED
@@ -745,7 +745,7 @@ var __defProp2, __export2 = (target, all) => {
745
745
  });
746
746
  }, useIsPlayer = () => {
747
747
  return useContext(IsPlayerContext);
748
- }, VERSION = "4.0.366", checkMultipleRemotionVersions = () => {
748
+ }, VERSION = "4.0.367", checkMultipleRemotionVersions = () => {
749
749
  if (typeof globalThis === "undefined") {
750
750
  return;
751
751
  }
@@ -1068,6 +1068,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
1068
1068
  const defaultOutName = calculated?.defaultOutName;
1069
1069
  const defaultVideoImageFormat = calculated?.defaultVideoImageFormat;
1070
1070
  const defaultPixelFormat = calculated?.defaultPixelFormat;
1071
+ const defaultProResProfile = calculated?.defaultProResProfile;
1071
1072
  return {
1072
1073
  width,
1073
1074
  height,
@@ -1076,7 +1077,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1076
1077
  defaultCodec,
1077
1078
  defaultOutName,
1078
1079
  defaultVideoImageFormat,
1079
- defaultPixelFormat
1080
+ defaultPixelFormat,
1081
+ defaultProResProfile
1080
1082
  };
1081
1083
  }, resolveVideoConfig = ({
1082
1084
  calculateMetadata,
@@ -1106,7 +1108,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1106
1108
  defaultCodec,
1107
1109
  defaultOutName,
1108
1110
  defaultVideoImageFormat,
1109
- defaultPixelFormat
1111
+ defaultPixelFormat,
1112
+ defaultProResProfile
1110
1113
  } = validateCalculated({
1111
1114
  calculated: c,
1112
1115
  compositionDurationInFrames,
@@ -1126,7 +1129,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1126
1129
  defaultCodec: defaultCodec ?? null,
1127
1130
  defaultOutName: defaultOutName ?? null,
1128
1131
  defaultVideoImageFormat: defaultVideoImageFormat ?? null,
1129
- defaultPixelFormat: defaultPixelFormat ?? null
1132
+ defaultPixelFormat: defaultPixelFormat ?? null,
1133
+ defaultProResProfile: defaultProResProfile ?? null
1130
1134
  };
1131
1135
  });
1132
1136
  }
@@ -1147,7 +1151,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1147
1151
  defaultCodec: null,
1148
1152
  defaultOutName: null,
1149
1153
  defaultVideoImageFormat: null,
1150
- defaultPixelFormat: null
1154
+ defaultPixelFormat: null,
1155
+ defaultProResProfile: null
1151
1156
  };
1152
1157
  }
1153
1158
  return {
@@ -1158,7 +1163,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1158
1163
  defaultCodec: calculatedProm.defaultCodec ?? null,
1159
1164
  defaultOutName: calculatedProm.defaultOutName ?? null,
1160
1165
  defaultVideoImageFormat: calculatedProm.defaultVideoImageFormat ?? null,
1161
- defaultPixelFormat: calculatedProm.defaultPixelFormat ?? null
1166
+ defaultPixelFormat: calculatedProm.defaultPixelFormat ?? null,
1167
+ defaultProResProfile: calculatedProm.defaultProResProfile ?? null
1162
1168
  };
1163
1169
  }, resolveVideoConfigOrCatch = (params) => {
1164
1170
  try {
@@ -1476,7 +1482,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1476
1482
  defaultCodec: null,
1477
1483
  defaultOutName: null,
1478
1484
  defaultVideoImageFormat: null,
1479
- defaultPixelFormat: null
1485
+ defaultPixelFormat: null,
1486
+ defaultProResProfile: null
1480
1487
  }
1481
1488
  };
1482
1489
  }
@@ -1578,7 +1585,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1578
1585
  defaultCodec,
1579
1586
  defaultOutName,
1580
1587
  defaultVideoImageFormat,
1581
- defaultPixelFormat
1588
+ defaultPixelFormat,
1589
+ defaultProResProfile
1582
1590
  } = video;
1583
1591
  return {
1584
1592
  id,
@@ -1591,7 +1599,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1591
1599
  defaultCodec,
1592
1600
  defaultOutName,
1593
1601
  defaultVideoImageFormat,
1594
- defaultPixelFormat
1602
+ defaultPixelFormat,
1603
+ defaultProResProfile
1595
1604
  };
1596
1605
  }, [ctxDuration, ctxHeight, ctxWidth, video]);
1597
1606
  }, useVideoConfig = () => {
@@ -12782,6 +12791,14 @@ function processColor(color) {
12782
12791
  const normalizedColor = normalizeColor(color);
12783
12792
  return (normalizedColor << 24 | normalizedColor >>> 8) >>> 0;
12784
12793
  }
12794
+ var proResProfileOptions = [
12795
+ "4444-xq",
12796
+ "4444",
12797
+ "hq",
12798
+ "standard",
12799
+ "light",
12800
+ "proxy"
12801
+ ];
12785
12802
  var ENABLE_V5_BREAKING_CHANGES2 = false;
12786
12803
  var validateFrame2 = ({
12787
12804
  allowFloats,
@@ -12942,7 +12959,8 @@ var NoReactInternals = {
12942
12959
  colorNames,
12943
12960
  DATE_TOKEN: DATE_TOKEN2,
12944
12961
  FILE_TOKEN: FILE_TOKEN2,
12945
- validateCodec: validateCodec2
12962
+ validateCodec: validateCodec2,
12963
+ proResProfileOptions
12946
12964
  };
12947
12965
 
12948
12966
  // ../player/dist/esm/index.mjs
@@ -745,7 +745,7 @@ var __defProp2, __export2 = (target, all) => {
745
745
  });
746
746
  }, useIsPlayer = () => {
747
747
  return useContext(IsPlayerContext);
748
- }, VERSION = "4.0.366", checkMultipleRemotionVersions = () => {
748
+ }, VERSION = "4.0.367", checkMultipleRemotionVersions = () => {
749
749
  if (typeof globalThis === "undefined") {
750
750
  return;
751
751
  }
@@ -1068,6 +1068,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
1068
1068
  const defaultOutName = calculated?.defaultOutName;
1069
1069
  const defaultVideoImageFormat = calculated?.defaultVideoImageFormat;
1070
1070
  const defaultPixelFormat = calculated?.defaultPixelFormat;
1071
+ const defaultProResProfile = calculated?.defaultProResProfile;
1071
1072
  return {
1072
1073
  width,
1073
1074
  height,
@@ -1076,7 +1077,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1076
1077
  defaultCodec,
1077
1078
  defaultOutName,
1078
1079
  defaultVideoImageFormat,
1079
- defaultPixelFormat
1080
+ defaultPixelFormat,
1081
+ defaultProResProfile
1080
1082
  };
1081
1083
  }, resolveVideoConfig = ({
1082
1084
  calculateMetadata,
@@ -1106,7 +1108,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1106
1108
  defaultCodec,
1107
1109
  defaultOutName,
1108
1110
  defaultVideoImageFormat,
1109
- defaultPixelFormat
1111
+ defaultPixelFormat,
1112
+ defaultProResProfile
1110
1113
  } = validateCalculated({
1111
1114
  calculated: c,
1112
1115
  compositionDurationInFrames,
@@ -1126,7 +1129,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1126
1129
  defaultCodec: defaultCodec ?? null,
1127
1130
  defaultOutName: defaultOutName ?? null,
1128
1131
  defaultVideoImageFormat: defaultVideoImageFormat ?? null,
1129
- defaultPixelFormat: defaultPixelFormat ?? null
1132
+ defaultPixelFormat: defaultPixelFormat ?? null,
1133
+ defaultProResProfile: defaultProResProfile ?? null
1130
1134
  };
1131
1135
  });
1132
1136
  }
@@ -1147,7 +1151,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1147
1151
  defaultCodec: null,
1148
1152
  defaultOutName: null,
1149
1153
  defaultVideoImageFormat: null,
1150
- defaultPixelFormat: null
1154
+ defaultPixelFormat: null,
1155
+ defaultProResProfile: null
1151
1156
  };
1152
1157
  }
1153
1158
  return {
@@ -1158,7 +1163,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1158
1163
  defaultCodec: calculatedProm.defaultCodec ?? null,
1159
1164
  defaultOutName: calculatedProm.defaultOutName ?? null,
1160
1165
  defaultVideoImageFormat: calculatedProm.defaultVideoImageFormat ?? null,
1161
- defaultPixelFormat: calculatedProm.defaultPixelFormat ?? null
1166
+ defaultPixelFormat: calculatedProm.defaultPixelFormat ?? null,
1167
+ defaultProResProfile: calculatedProm.defaultProResProfile ?? null
1162
1168
  };
1163
1169
  }, resolveVideoConfigOrCatch = (params) => {
1164
1170
  try {
@@ -1476,7 +1482,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1476
1482
  defaultCodec: null,
1477
1483
  defaultOutName: null,
1478
1484
  defaultVideoImageFormat: null,
1479
- defaultPixelFormat: null
1485
+ defaultPixelFormat: null,
1486
+ defaultProResProfile: null
1480
1487
  }
1481
1488
  };
1482
1489
  }
@@ -1578,7 +1585,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1578
1585
  defaultCodec,
1579
1586
  defaultOutName,
1580
1587
  defaultVideoImageFormat,
1581
- defaultPixelFormat
1588
+ defaultPixelFormat,
1589
+ defaultProResProfile
1582
1590
  } = video;
1583
1591
  return {
1584
1592
  id,
@@ -1591,7 +1599,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
1591
1599
  defaultCodec,
1592
1600
  defaultOutName,
1593
1601
  defaultVideoImageFormat,
1594
- defaultPixelFormat
1602
+ defaultPixelFormat,
1603
+ defaultProResProfile
1595
1604
  };
1596
1605
  }, [ctxDuration, ctxHeight, ctxWidth, video]);
1597
1606
  }, useVideoConfig = () => {
@@ -12782,6 +12791,14 @@ function processColor(color) {
12782
12791
  const normalizedColor = normalizeColor(color);
12783
12792
  return (normalizedColor << 24 | normalizedColor >>> 8) >>> 0;
12784
12793
  }
12794
+ var proResProfileOptions = [
12795
+ "4444-xq",
12796
+ "4444",
12797
+ "hq",
12798
+ "standard",
12799
+ "light",
12800
+ "proxy"
12801
+ ];
12785
12802
  var ENABLE_V5_BREAKING_CHANGES2 = false;
12786
12803
  var validateFrame2 = ({
12787
12804
  allowFloats,
@@ -12942,7 +12959,8 @@ var NoReactInternals = {
12942
12959
  colorNames,
12943
12960
  DATE_TOKEN: DATE_TOKEN2,
12944
12961
  FILE_TOKEN: FILE_TOKEN2,
12945
- validateCodec: validateCodec2
12962
+ validateCodec: validateCodec2,
12963
+ proResProfileOptions
12946
12964
  };
12947
12965
 
12948
12966
  // ../player/dist/esm/index.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/promo-pages",
3
- "version": "4.0.366",
3
+ "version": "4.0.367",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,21 +11,21 @@
11
11
  },
12
12
  "type": "module",
13
13
  "dependencies": {
14
- "@remotion/animated-emoji": "4.0.366",
15
- "@remotion/lambda": "4.0.366",
16
- "@remotion/lottie": "4.0.366",
17
- "@remotion/paths": "4.0.366",
18
- "@remotion/player": "4.0.366",
19
- "@remotion/shapes": "4.0.366",
20
- "create-video": "4.0.366",
14
+ "@remotion/animated-emoji": "4.0.367",
15
+ "@remotion/lambda": "4.0.367",
16
+ "@remotion/lottie": "4.0.367",
17
+ "@remotion/paths": "4.0.367",
18
+ "@remotion/player": "4.0.367",
19
+ "@remotion/shapes": "4.0.367",
20
+ "create-video": "4.0.367",
21
21
  "hls.js": "1.5.19",
22
22
  "polished": "4.3.1",
23
- "remotion": "4.0.366",
23
+ "remotion": "4.0.367",
24
24
  "zod": "3.22.3",
25
25
  "bun-plugin-tailwind": "0.0.15"
26
26
  },
27
27
  "devDependencies": {
28
- "@remotion/eslint-config-internal": "4.0.366",
28
+ "@remotion/eslint-config-internal": "4.0.367",
29
29
  "@eslint/eslintrc": "3.1.0",
30
30
  "@types/react": "19.0.0",
31
31
  "@types/react-dom": "19.0.0",
Binary file