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

[feature]是否可以增加一个导出所有视频片段的选项 #118

Open
Atlasoin opened this issue Jan 11, 2024 · 1 comment
Open

Comments

@Atlasoin
Copy link

首先非常感谢这个项目的所有贡献者!我有一个需求的提议,是否可以除了最终合并导出视频之外增加一个分别导出的选项:

  • 选择所有希望保留的视频
  • 用户可以选择
    • a. 导出合并后的视频
    • b. 分别导出每个视频

需求背景:对于语言学习者来说,如果可以把喜欢的视频按照人物说的每一句话分别剪切并导出,就可以很方便的逐句循环播放练习口语。

不知道这个功能对于此项目来说是否合适,希望可以和大家讨论。再次表达对这个项目的感谢!

@niujiangpu
Copy link

如果你会在python中使用ffmpeg,比如ffmpeg-python库,就可以根据srt字幕的时间轴来按台词把视频拆开。
我除了实现这个步骤,还用python-pptx库基于生成视频片段生成了ppt,并在ppt中加上字幕/台词。
是你需要的吗?

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

2 participants