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

Hi! I have built a collaborative video editor with ffmpeg wasm #732

Open
danilaplee opened this issue Apr 16, 2024 · 4 comments
Open

Hi! I have built a collaborative video editor with ffmpeg wasm #732

danilaplee opened this issue Apr 16, 2024 · 4 comments

Comments

@danilaplee
Copy link

please check out my app over here
https://www.starpy.me/

@syjf
Copy link

syjf commented Apr 17, 2024

请在这里查看我的应用程序 https://www.starpy.me/

image
Hello, have you ever encountered this situation

@danilaplee
Copy link
Author

danilaplee commented Apr 17, 2024

请在这里查看我的应用程序 https://www.starpy.me/

image Hello, have you ever encountered this situation

can u share your ffmpeg execution script?

@syjf
Copy link

syjf commented Apr 17, 2024

请在这里查看我的应用程序 https://www.starpy.me/

image Hello, have you ever encountered this situation

can u share your ffmpeg execution script?

image
Did I make a mistake in writing something

@tiuvi
Copy link

tiuvi commented May 14, 2024

I'm doing something similar using webcodecs and canvas for recoding tasks, and using fffmpeg for less heavy tasks like cutting, extracting audio, etc. However, for big files I use webcodecs with worker.

https://github.com/tiuvi/tiuvi-editorVideo/blob/main/src/videoStreamWorker.js

This way you can process any file in constant time, I would like to make a script that exposes the functions and not so much a player. Once you have the functions you can design the player to your liking.

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

No branches or pull requests

3 participants