create-video 4.0.339 → 4.0.341

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/LICENSE.md CHANGED
@@ -6,10 +6,10 @@ In Remotion 5.0, the license will slightly change. [View the changes here](https
6
6
 
7
7
  Depending on the type of your legal entity, you are granted permission to use Remotion for your project. Individuals and small companies are allowed to use Remotion to create videos for free (even commercial), while a company license is required for for-profit organizations of a certain size. This two-tier system was designed to ensure funding for this project while still allowing the source code to be available and the program to be free for most. Read below for the exact terms of use.
8
8
 
9
- - [Free license](#free-license)
10
- - [Company license](#company-license)
9
+ - [Free License](#free-license)
10
+ - [Company License](#company-license)
11
11
 
12
- ## Free license
12
+ ## Free License
13
13
 
14
14
  Copyright © 2025 [Remotion](https://www.remotion.dev)
15
15
 
@@ -24,7 +24,7 @@ You are eligible to use Remotion for free if you are:
24
24
 
25
25
  ### Allowed use cases
26
26
 
27
- Permission is hereby granted, free of charge, to any person eligible for the "Free license", to use the software non-commercially or commercially for the purpose of creating videos and images and to modify the software to their own liking, for the purpose of fulfilling their custom use case or to contribute bug fixes or improvements back to Remotion.
27
+ Permission is hereby granted, free of charge, to any person eligible for the "Free License", to use the software non-commercially or commercially for the purpose of creating videos and images and to modify the software to their own liking, for the purpose of fulfilling their custom use case or to contribute bug fixes or improvements back to Remotion.
28
28
 
29
29
  ### Disallowed use cases
30
30
 
@@ -38,12 +38,12 @@ The software is provided "as is", without warranty of any kind, express or impli
38
38
 
39
39
  Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
40
40
 
41
- ## Company license
41
+ ## Company License
42
42
 
43
- You are required to obtain a company license to use Remotion if you are not within the group of entities eligible for a free license. This license will enable you to use Remotion for the allowed use cases specified in the free license, and give you access to prioritized support (read the [Support Policy](https://www.remotion.dev/docs/support)).
43
+ You are required to obtain a Company License to use Remotion if you are not within the group of entities eligible for a Free License. This license will enable you to use Remotion for the allowed use cases specified in the Free License, and give you access to prioritized support (read the [Support Policy](https://www.remotion.dev/docs/support)).
44
44
 
45
45
  Visit [remotion.pro](https://www.remotion.pro/license) for pricing and to buy a license.
46
46
 
47
47
  ### FAQs
48
48
 
49
- Are you not sure whether you need a company license because of an edge case? Here are some [frequently asked questions](https://www.remotion.pro/faq).
49
+ Are you not sure whether you need a Company License because of an edge case? Here are some [frequently asked questions](https://www.remotion.pro/faq).
@@ -77,7 +77,8 @@ var listOfRemotionPackages = [
77
77
  "@remotion/compositor",
78
78
  "@remotion/example-videos",
79
79
  "@remotion/whisper-web",
80
- "@remotion/video"
80
+ "@remotion/video",
81
+ "@remotion/web-renderer"
81
82
  ];
82
83
 
83
84
  // src/templates.ts
@@ -121,7 +122,7 @@ var FEATURED_TEMPLATES = [
121
122
  type: "video",
122
123
  defaultBranch: "main",
123
124
  featuredOnHomePage: "Next.js",
124
- previewURL: null,
125
+ previewURL: "https://next.remotion.dev",
125
126
  templateInMonorepo: "template-next-app",
126
127
  allowEnableTailwind: false
127
128
  },
@@ -141,7 +142,7 @@ var FEATURED_TEMPLATES = [
141
142
  type: "video",
142
143
  defaultBranch: "main",
143
144
  featuredOnHomePage: null,
144
- previewURL: null,
145
+ previewURL: "https://next.remotion.dev",
145
146
  templateInMonorepo: "template-next-app-tailwind",
146
147
  allowEnableTailwind: false
147
148
  },
@@ -161,7 +162,7 @@ var FEATURED_TEMPLATES = [
161
162
  type: "video",
162
163
  defaultBranch: "main",
163
164
  featuredOnHomePage: null,
164
- previewURL: null,
165
+ previewURL: "https://next.remotion.dev",
165
166
  templateInMonorepo: "template-next-pages",
166
167
  allowEnableTailwind: false
167
168
  },
@@ -81,4 +81,5 @@ exports.listOfRemotionPackages = [
81
81
  '@remotion/example-videos',
82
82
  '@remotion/whisper-web',
83
83
  '@remotion/video',
84
+ '@remotion/web-renderer',
84
85
  ];
package/dist/templates.js CHANGED
@@ -41,7 +41,7 @@ exports.FEATURED_TEMPLATES = [
41
41
  type: 'video',
42
42
  defaultBranch: 'main',
43
43
  featuredOnHomePage: 'Next.js',
44
- previewURL: null,
44
+ previewURL: 'https://next.remotion.dev',
45
45
  templateInMonorepo: 'template-next-app',
46
46
  allowEnableTailwind: false,
47
47
  },
@@ -61,7 +61,7 @@ exports.FEATURED_TEMPLATES = [
61
61
  type: 'video',
62
62
  defaultBranch: 'main',
63
63
  featuredOnHomePage: null,
64
- previewURL: null,
64
+ previewURL: 'https://next.remotion.dev',
65
65
  templateInMonorepo: 'template-next-app-tailwind',
66
66
  allowEnableTailwind: false,
67
67
  },
@@ -81,7 +81,7 @@ exports.FEATURED_TEMPLATES = [
81
81
  type: 'video',
82
82
  defaultBranch: 'main',
83
83
  featuredOnHomePage: null,
84
- previewURL: null,
84
+ previewURL: 'https://next.remotion.dev',
85
85
  templateInMonorepo: 'template-next-pages',
86
86
  allowEnableTailwind: false,
87
87
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
4
4
  },
5
5
  "name": "create-video",
6
- "version": "4.0.339",
6
+ "version": "4.0.341",
7
7
  "description": "Create a new Remotion project",
8
8
  "main": "dist/index.js",
9
9
  "bin": {
@@ -27,7 +27,7 @@
27
27
  "@types/tar": "6.1.1",
28
28
  "react": "19.0.0",
29
29
  "eslint": "9.19.0",
30
- "@remotion/eslint-config-internal": "4.0.339"
30
+ "@remotion/eslint-config-internal": "4.0.341"
31
31
  },
32
32
  "exports": {
33
33
  "./package.json": "./package.json",