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
问题 在 windows 下,StartConfig.java => run 中,对录像文件批量重新命名失败。 在 Mac 下,没有问题(系统会自动转成 “/”)。
StartConfig.java => run
原因
出现特殊字符。 时分秒的分隔符“:”,在windows 的文件系统中,“:” 属于特殊符号。
建议 我这边测试了下,建议重命名可以采用这种方式
HH-mm-ssHH-mm-ssduration.mp4
ps:前端的云端录像那里可能也需要对格式做些调整。
The text was updated successfully, but these errors were encountered:
不好意思,上面波浪号被Markdown 转换了
HH-mm-ss~HH-mm-ss~duration.mp4
Sorry, something went wrong.
No branches or pull requests
问题
在 windows 下,
StartConfig.java => run
中,对录像文件批量重新命名失败。在 Mac 下,没有问题(系统会自动转成 “/”)。
原因
出现特殊字符。
时分秒的分隔符“:”,在windows 的文件系统中,“:” 属于特殊符号。
建议
我这边测试了下,建议重命名可以采用这种方式
HH-mm-ss
HH-mm-ssduration.mp4ps:前端的云端录像那里可能也需要对格式做些调整。
The text was updated successfully, but these errors were encountered: