We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
有时候直播内容切换了,仅需要前一部分的录制内容进行快速切片发布,不想等到整场直播结束之后才开始剪辑。(尤其见于耐久直播)
Describe the solution you'd like
希望可以按文件大小或时长进行自动切换文件,这样可以直接获取已经关闭的flv录播文件进行剪辑。
Describe alternatives you've considered
或者,可以像手动切片一样,通过弹幕指令触发文件切换。 但是手动切片指令是在处理完成整场直播的录制文件之后才处理的。但这个手动分段指令则要求实时处理。
Additional context
暂无。单个的flv文件可不考虑进行时间轴修复,由用户手动通过 yamdi 等工具注入元数据进行修复。
The text was updated successfully, but these errors were encountered:
感谢您的建议!
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
有时候直播内容切换了,仅需要前一部分的录制内容进行快速切片发布,不想等到整场直播结束之后才开始剪辑。(尤其见于耐久直播)
Describe the solution you'd like
希望可以按文件大小或时长进行自动切换文件,这样可以直接获取已经关闭的flv录播文件进行剪辑。
Describe alternatives you've considered
或者,可以像手动切片一样,通过弹幕指令触发文件切换。
但是手动切片指令是在处理完成整场直播的录制文件之后才处理的。但这个手动分段指令则要求实时处理。
Additional context
暂无。单个的flv文件可不考虑进行时间轴修复,由用户手动通过 yamdi 等工具注入元数据进行修复。
The text was updated successfully, but these errors were encountered: