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

Support MP4 #1

Open
Rowadz opened this issue Jun 11, 2021 · 3 comments
Open

Support MP4 #1

Rowadz opened this issue Jun 11, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Rowadz
Copy link
Owner

Rowadz commented Jun 11, 2021

No description provided.

@giagara
Copy link

giagara commented May 10, 2022

a time has passed since this issue but:

if (videoBlob) {
      const mp4File = new File([videoBlob], "demo.mp4", { type: "video/mp4" });
      saveAs(mp4File, `Video-${Date.now()}.mp4`);
 }

@Rowadz
Copy link
Owner Author

Rowadz commented May 10, 2022

thanks!
wow-pika

Rowadz added a commit that referenced this issue May 10, 2022
@Rowadz Rowadz added the enhancement New feature or request label May 10, 2022
Rowadz added a commit that referenced this issue May 10, 2022
@Rowadz
Copy link
Owner Author

Rowadz commented May 10, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants