8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
项目地址: https://github.com/pansong291/github-action-tasks
通过 issue 触发流程,仅限「创建 issue」和「创建 issue 评论」。等待 Github Actions 执行成功,查阅执行日志,找到压缩包下载链接。
下一步打算将下载链接提取出来,使用机器人或者其他的通知方式。
参考了作者的这个下载视频的项目,也参考了 @Sweetlemon68 的建议,使用了 Mikubill/transfer 项目进行大文件传输。
其中使用到 ffmpeg 的以下命令进行分割音频,对于分割视频应该也适用:
ffmpeg -i /path/to/input -f segment -segment_time 600 -c copy /path/to/output/file_%d.nut
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
项目地址:
https://github.com/pansong291/github-action-tasks
通过 issue 触发流程,仅限「创建 issue」和「创建 issue 评论」。等待 Github Actions 执行成功,查阅执行日志,找到压缩包下载链接。
下一步打算将下载链接提取出来,使用机器人或者其他的通知方式。
参考了作者的这个下载视频的项目,也参考了 @Sweetlemon68 的建议,使用了 Mikubill/transfer 项目进行大文件传输。
其中使用到 ffmpeg 的以下命令进行分割音频,对于分割视频应该也适用:
The text was updated successfully, but these errors were encountered: