remotion icon indicating copy to clipboard operation
remotion copied to clipboard

🎥 Make videos programmatically with React

Results 312 remotion issues
Sort by recently updated
recently updated
newest added

[From message posted on Discord by **jonnyburger**](https://discord.com/channels/809501355504959528/817306238811111454/1299582531620044844) ---- 🤔 some bad error handling on our side then do we really not check anywhere if the credentials are set? we should...

Bumps [next](https://github.com/vercel/next.js) from 16.0.7 to 16.0.9. Release notes Sourced from next's releases. v16.0.8 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies
javascript

# Bug Report 🐛 For non-adaptive, single playlist m3u8 streams (without a "master" manifest), or for a single m3u8 stream, `parseMedia` doesn't work. A playlist file looks like this: ```...

bug

Mediabunny has the concept of "output targets". Currently we hardcode `BufferTarget`, which is bad. - The default should be to write to the Web File System API, I have already...

- Add a new option `audioCodec` to `renderMediaOnWeb`, it can work similarly as `codec` - Add the option to `packages/studio/src/components/RenderModal/WebRenderModal.tsx` in the `Audio` settings group. If we have not yet...

Analogue to `renderMedia()`, there should be a `muted` option in `renderMediaOnWeb()`. - Set `audioEnabled` to false - Skip creating any audio streams - If we have documentation (at the time...

Currently only "mp4" and "webm" containers are supported (defined in `WebRendererContainer`). - Figure out which other containers make sense and support for them - If we already have docs (at...

```tsx ``` This currently fails the render because it taints the canvas due to the remote image not being CORS enabled! I suggest: - We should fail earlier than currently...

``` ``` I think this is not correctly implemented, the clip paths have to be added together