remotion 3.2.15 → 3.2.20

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.
@@ -1,5 +1,5 @@
1
- remotion:build: cache hit, replaying output fb3f508e25d6f4c5
2
- remotion:build: 
3
- remotion:build: > remotion@3.2.14 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output 6bde494b4791357c
2
+ remotion:build: 
3
+ remotion:build: > remotion@3.2.18 build /Users/jonathanburger/remotion/packages/core
4
+ remotion:build: > tsc -d
5
+ remotion:build: 
package/README.md CHANGED
@@ -1,15 +1,19 @@
1
1
  <p align="center">
2
2
  <a href="https://github.com/remotion-dev/logo">
3
- <img src="https://github.com/remotion-dev/logo/raw/main/withtitle/element-0.png">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.gif">
5
+ <img alt="Animated Remotion Logo" src="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-light.gif">
6
+ </picture>
4
7
  </a>
5
8
  </p>
6
9
 
7
10
  [![Discord Shield](https://discordapp.com/api/guilds/809501355504959528/widget.png?style=shield)](https://remotion.dev/discord)
8
- [![NPM Version](http://img.shields.io/npm/v/remotion.svg?style=flat)](https://www.npmjs.org/package/remotion)
11
+ [![NPM Version](https://img.shields.io/npm/v/remotion.svg?style=flat)](https://www.npmjs.org/package/remotion)
9
12
  [![NPM Downloads](https://img.shields.io/npm/dm/remotion.svg?style=flat)](https://npmcharts.com/compare/remotion?minimal=true)
10
13
  [![Install Size](https://packagephobia.now.sh/badge?p=remotion)](https://packagephobia.now.sh/result?p=remotion)
14
+ <a href="https://twitter.com/remotion_dev"><img src="https://img.shields.io/twitter/follow/remotion_dev?label=Twitter&style=social" alt="Twitter"></a>
11
15
 
12
- Remotion is a suite of libraries building a foundation for **creating videos programmatically using React.**
16
+ Remotion is a framework for **creating videos programmatically using React.**
13
17
 
14
18
  ## Why create videos in React?
15
19
 
@@ -17,22 +21,27 @@ Remotion is a suite of libraries building a foundation for **creating videos pro
17
21
  - **Leverage programming**: Use variables, functions, APIs, math and algorithms to create new effects
18
22
  - **Leverage React**: Reusable components, Powerful composition, Fast Refresh, Package ecosystem
19
23
 
20
- ## Example videos
21
-
22
- - **Remotion Trailer** [Watch](https://www.youtube.com/watch?v=gwlDorikqgY) • [Source code](https://github.com/remotion-dev/trailer) • The announcement video for Remotion was written in Remotion itself!
23
- - **AnySticker Welcome Video** [Watch](https://www.youtube.com/watch?v=Y0SNPeTz09w) • [Source code](https://github.com/JonnyBurger/anysticker-tutorials) • An in-app explainer video for my app AnySticker.
24
- - **Spotify Wrapped Recreated** [Watch](https://twitter.com/JNYBGR/status/1360269270526136320) • [Tutorial](https://www.youtube.com/watch?v=I-y_5H9-3gk) • [Source code](https://github.com/JonnyBurger/remotion-wrapped) • A recreation of Spotify Wrapped where you can override all text and images via command line.
25
- - **"Game changer or no game changer" intro** [Watch](https://youtu.be/ga_xAZo9m7k?t=61) • [Source code](https://github.com/JonnyBurger/gamechanger-or-no-gamechanger-intro) • An intro for a quiz show I did with William Candillon.
26
- - **"The X in MDX" talk** [Watch](https://twitter.com/pomber/status/1359556846688886789)[Source code](https://github.com/pomber/record-talk-with-remotion) • A re-recording of [this talk](https://www.youtube.com/watch?v=xEu3t-KJVVg) using Remotion.
27
- - **Redesigning the Scatterplot** [Watch](https://twitter.com/BrooksLybrand/status/1371547875109445635) • [Source code](https://github.com/brookslybrand/redesigning-scatterplots) • An animated section of Edward R. Tufte's book [The Visual Display of Quantitative Information](https://www.amazon.com/Visual-Display-Quantitative-Information/dp/0961392142/ref=sr_1_1?crid=3HQZSBUUROV09&dchild=1&keywords=the+visual+display+of+quantitative+information&qid=1615907320&sprefix=the+visual+disp%2Caps%2C190&sr=8-1).
28
- - **News Podcast Maker** [Watch](https://www.youtube.com/watch?v=Mwo5iNlWryg) • [Source code](https://github.com/FelippeChemello/podcast-maker/) • A fully automated News Podcast Maker.
29
- - **This video was made with code. But how?** [Watch](https://youtu.be/deg8bOoziaE) • [Source code](https://github.com/wcandillon/remotion-fireship) • A YouTube tutorial about Remotion, made with Remotion
30
-
31
- See even more creations in the [Showcase](https://remotion.dev/showcase).
24
+ ## Created with Remotion
25
+
26
+ <table>
27
+ <tr>
28
+ <td align="center">
29
+ <img style="width: 290px" src="packages/docs/static/img/fireship-quick.gif" />
30
+ <p>"This video was made with code" <em>- Fireship</em> <a href="https://youtu.be/deg8bOoziaE">Watch</a><a href="https://github.com/wcandillon/remotion-fireship">Source</a></p>
31
+ </td>
32
+ <td align="center">
33
+ <img style="width: 240px" src="packages/docs/static/img/github-unwrapped.gif" />
34
+ <p>GitHub Unwrapped - Personalized year in Review <a href="https://githubunwrapped.com">Try</a> • <a href="https://github.com/remotion-dev/github-unwrapped">Source</a></p>
35
+ </td>
36
+ <td align="center">
37
+ <em>View more in the <a href="https://remotion.dev/showcase">Remotion Showcase</a>!</em>
38
+ </td>
39
+ </tr>
40
+ </table>
32
41
 
33
42
  ## Get started
34
43
 
35
- If you already have Node.JS and FFMPEG installed, type
44
+ If you already have Node.JS installed, type
36
45
 
37
46
  ```console
38
47
  npm init video
@@ -42,11 +51,12 @@ to get started. Otherwise, read the [installation page](https://www.remotion.dev
42
51
 
43
52
  ## Documentation
44
53
 
45
- Head to [**remotion.dev/docs**](https://www.remotion.dev/docs) to learn the in and outs of Remotion!
54
+ Documentation: [**remotion.dev/docs**](https://www.remotion.dev/docs)
55
+ API Reference: [**remotion.dev/api**](https://www.remotion.dev/api)
46
56
 
47
57
  ## License
48
58
 
49
- Be aware of that Remotion has a special license and requires obtaining a company license in some cases. Read the [LICENSE](LICENSE.md) documentation for more information.
59
+ Be aware of that Remotion has a special license and requires obtaining a company license in some cases. Read the [LICENSE](LICENSE.md) page for more information.
50
60
 
51
61
  ## Contributing
52
62
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "3.2.15";
1
+ export declare const VERSION = "3.2.20";
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Automatically generated on publish
5
- exports.VERSION = '3.2.15';
5
+ exports.VERSION = '3.2.20';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "3.2.15",
3
+ "version": "3.2.20",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "7346704683815d274733cb3d280157b9ff570773"
57
+ "gitHead": "640f36c0c2d9fb1b7768925bf9d64840cbc31bc6"
58
58
  }