remotion-dev/remotion







The issue has been solved
Issue a warning if using an Apple Silicon Mac under Rosetta #1362
JonnyBurger posted onGitHub
š This issue is part of our Hacktoberfest campaign! š Read more about Hacktoberfest here š This issue is currently assigned to @danmana and is not for taking
Node 14 uses Rosetta under M1, which makes Remotion 2x slower. But also newer versions like Node 16 could be running the x86 version on Apple Silicon.
A warning should be issued, ideally pointing to a new documentation article (Could be hosted under remotion.dev/docs/troubleshooting/rosetta), urging the user to upgrade
Hacktoberfest acceptance criteria
- Write code that correctly identifies that the user has this problem and add it to the
@remotion/renderer
package, and run it once the package is imported. - Avoid false positives and false negatives
- Add a new documentation page to the docs and describe how the user can fix this issue (upgrade from Node 14, if already on a higher version then prefix the command with
arch -arm64
) - Write a good error message and link the documentation page you posted.