diff --git a/.claude/skills/video-report/SKILL.md b/.claude/skills/video-report/SKILL.md new file mode 100644 index 00000000000..c313b6f5720 --- /dev/null +++ b/.claude/skills/video-report/SKILL.md @@ -0,0 +1,8 @@ +--- +name: video-report +description: Generate a report about a video +--- + +When a user reports a video not working, we should download the URL and put it as the `src` in `packages/example/src/NewVideo.tsx`. + +Then, in `packages/example`, we should run `bunx remotion render NewVideo --log=verbose`. diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 9808373a101..6fc7855c914 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Push changelog diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 70c73440f53..f244ccf7cd1 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 20 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Cache turbo build setup diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ba61c037658..7480a2c6094 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,13 +18,13 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 25 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Install run: bun ci - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Test Lambda IT run: | bun run testlambda @@ -44,13 +44,13 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 25 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Install run: bun ci - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Test Lambda IT run: | bun run build @@ -66,7 +66,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 25 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Install @@ -74,7 +74,7 @@ jobs: - name: Install deps run: cd packages/webcodecs && bunx playwright install --with-deps - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Test Webcodecs run: | bun run testwebcodecs @@ -86,7 +86,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 25 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Install @@ -94,7 +94,7 @@ jobs: - name: Install deps run: cd packages/web-renderer && bunx playwright install --with-deps - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Test web renderer run: | bun run testwebrenderer @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 16 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Install @@ -124,7 +124,7 @@ jobs: php-version: "8.4" - run: pip install pylint boto3 pytest - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Test SSR timeout-minutes: 8 run: | @@ -137,7 +137,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 25 - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Install @@ -145,7 +145,7 @@ jobs: env: CI: true - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Perform stylecheck timeout-minutes: 10 run: | @@ -170,7 +170,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node_version }} - - uses: oven-sh/setup-bun@v2.0.2 + - uses: oven-sh/setup-bun@v2.1.2 with: bun-version: 1.3.3 - name: Cache Bun dependencies (Windows) @@ -184,7 +184,7 @@ jobs: - name: Install run: bun ci - name: Cache Turbo - uses: rharkor/caching-for-turbo@v2.2.1 + uses: rharkor/caching-for-turbo@v2.3.11 - name: Build & Test timeout-minutes: 30 run: | diff --git a/packages/create-video/src/templates.ts b/packages/create-video/src/templates.ts index a2947e91eb3..9d18c0e214a 100644 --- a/packages/create-video/src/templates.ts +++ b/packages/create-video/src/templates.ts @@ -552,7 +552,7 @@ export const FEATURED_TEMPLATES: Template[] = [ previewURL: null, templateInMonorepo: 'template-stargazer', allowEnableTailwind: true, - contributedBy: null, + contributedBy: 'pomber', showStackblitz: true, }, { diff --git a/packages/docs/docs/ai/claude-code.mdx b/packages/docs/docs/ai/claude-code.mdx index b621aa83f54..1356204d54e 100644 --- a/packages/docs/docs/ai/claude-code.mdx +++ b/packages/docs/docs/ai/claude-code.mdx @@ -25,7 +25,7 @@ npx create-video@latest This will create a new project - we recommend the following settings: -- Select the [Empty](https://remotion.dev/templates/empty) template +- Select the [Blank](https://remotion.dev/templates/blank) template - Say yes to use [TailwindCSS](/docs/tailwind) - Say yes to install [Skills](/docs/ai/skills) diff --git a/packages/docs/docs/resources.mdx b/packages/docs/docs/resources.mdx index 1b14710c022..e66ecb35e61 100644 --- a/packages/docs/docs/resources.mdx +++ b/packages/docs/docs/resources.mdx @@ -48,6 +48,7 @@ This list tries to compile all templates, libraries, building blocks and example - [Motion Blur](/docs/motion-blur) - [Noise](/docs/noise) - [Path animations](/docs/paths) +- [Glitch Effect](https://github.com/storybynumbers/remotion-glitch-effect) ## Players diff --git a/packages/skills/README.md b/packages/skills/README.md index ece295b61ba..56716b9d233 100644 --- a/packages/skills/README.md +++ b/packages/skills/README.md @@ -1,5 +1,47 @@ -# @remotion/skills - -## Usage - -This is an internal package and has no documentation. +
+
+
+