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

Windows 环境下录像文件批量重命名失败 #1

Open
brokge opened this issue Dec 14, 2021 · 1 comment
Open

Windows 环境下录像文件批量重命名失败 #1

brokge opened this issue Dec 14, 2021 · 1 comment

Comments

@brokge
Copy link

brokge commented Dec 14, 2021

问题
在 windows 下,StartConfig.java => run 中,对录像文件批量重新命名失败。
在 Mac 下,没有问题(系统会自动转成 “/”)。

原因

出现特殊字符。
时分秒的分隔符“:”,在windows 的文件系统中,“:” 属于特殊符号。

建议
我这边测试了下,建议重命名可以采用这种方式

HH-mm-ssHH-mm-ssduration.mp4

ps:前端的云端录像那里可能也需要对格式做些调整。

@brokge
Copy link
Author

brokge commented Dec 14, 2021

不好意思,上面波浪号被Markdown 转换了

HH-mm-ss~HH-mm-ss~duration.mp4

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

1 participant