Jonny Burger
Jonny Burger
Hey @AAS97! I created these with Rotato.app. For a full Remotion example where the phone is animated within Remotion, see: https://github.com/JonnyBurger/anysticker-tutorials/blob/main/src/RealStickers/Phone.tsx
A repro is here: https://github.com/remotion-dev/template-skia It can be cloned and run, then when the text changes, it disappears. There is a `SkiaCanvas` component in `@remotion/skia` which does wrap Remotion contexts,...
I received a bug report from one user of my sticker app that updating a pack does not work anymore, instead it creates a new one. This seems to be...
Hey Peer, saw this issue today, this was due to a change in how GitHub runners parse environment variables, if you still want to make your videos, you should be...
@kelset No, I think under a monorepo most people understand a repo with multiple folders that each have a `package.json` and `node_modules`. Then the code gets linked together using symlinks...
Thanks for the responses! I only wanted to ask if this is supposed to be a supported way of running a RN project. In that sense, it seems like it...
Will not do it myself, but would merge a PR which would enable it! It's a 12 line program so I think it would not be so hard to add...
I would accept a PR, it seems possible [from ytdl-core docs](https://www.npmjs.com/package/ytdl-core): > `begin` - What time in the video to begin. Supports formats 00:00:00.000, 0ms, 0s, 0m, 0h, or number...
I don't have plans on adding it myself because I don't know of the API that would allow it in Windows.