Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module parse failed: Unexpected character '�' (1:0) in @remotion/compositor-darwin-arm64/compositor #3303

Open
Andreaswt opened this issue Dec 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Andreaswt
Copy link

After installing the NPM package @remotion/renderer, and importing the following in a server action:
import { getVideoMetadata, VideoMetadata } from "@remotion/renderer";

And calling getVideoMetadata:
const videoMetadata: VideoMetadata = await getVideoMetadata(video.bucketPath);

I receive the following error:
Skærmbillede 2023-12-27 kl  22 24 43

I get these errors in the client console:
Skærmbillede 2023-12-27 kl  22 25 22

These are the remotion packages already installed in the project:
Skærmbillede 2023-12-27 kl  22 23 21

It is a next.js v.14.0.4 project using the app router.
Code is running on a Apple M2 Pro MacBook, with Sonoma 14.0.

@Andreaswt Andreaswt added the bug Something isn't working label Dec 27, 2023
@Andreaswt Andreaswt closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2023
@JonnyBurger
Copy link
Member

Indeed, it does not work when you try to bundle it. I wonder if we can improve that.

@JonnyBurger JonnyBurger reopened this Dec 28, 2023
@slavovthinks
Copy link

Is there any solution to that problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants