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

讨论:音视频剪辑能力底层实现方案 #7

Open
hughfenghen opened this issue Apr 18, 2024 · 6 comments
Open

讨论:音视频剪辑能力底层实现方案 #7

hughfenghen opened this issue Apr 18, 2024 · 6 comments

Comments

@hughfenghen
Copy link

请问考虑采用哪种方案来实现音视频剪辑能力?

  1. 纯端上剪辑,使用 WebCodecs、ffmpeg.wasm 实现
  2. 纯云端剪辑,端上操作同步至服务器,云端实现剪辑导出
  3. 端云结合

PS:我本人开发了 WebAV 项目,提供 API 实现剪辑能力,本来也有考虑基于该项目再实现 UI 提供交互能力,看到这个项目初步实现了 UI,也许有机会合作。

@wangrongding
Copy link
Owner

hi~ 大佬,我正在考虑把它快速做成一个开源产品,还是从学习的角度出发从 0 到 1 实现一遍。
如果想快速做成开源产品的话,非常愿意与你合作,基于你的 WebAV 项目来快速迭代。

@hughfenghen
Copy link
Author

👌 我先完善 SDK,有空再看能不能给这个项目贡献代码

@AnonymousmousCoder
Copy link

image
@hughfenghen 音频剪辑时多音轨上面的多片段合并导出、试听,WebAV支持吗?我已经试了wavesurfer和webapi都没有开箱能用的

@hughfenghen
Copy link
Author

@AnonymousmousCoder
与该 issue 无关,建议去 WebAV 项目提问

@wangrongding
Copy link
Owner

wangrongding commented Apr 20, 2024

@AnonymousmousCoder 你好~

本项目使用的 LGPL-3.0 License
基于本项目进行二次开发,您可以修改为其它协议或商用,但是不可以闭源哈

@AnonymousmousCoder
Copy link

@AnonymousmousCoder 你好~

本项目使用修改的LGPL-3.0许可 基于本项目进行二次开发,您可以为其他协议或软件,但不能闭源哈

仅本地测试,无发布、使用、应用打算,已弃用。现已更换为使用项目cclip。

@github-staff github-staff deleted a comment from aerosonic-jp May 12, 2024
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

4 participants
@hughfenghen @wangrongding @AnonymousmousCoder and others