-
Notifications
You must be signed in to change notification settings - Fork 51
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
Issue with [
and ]
characters in filenames
#171
Comments
The issue arises from the
This replaces each For Windows this is working as intended, as all input paths are globbed to allow wildcard expansion. I can also look at adding a config option to disable glob expansion, if you think that it would be helpful. Thanks for the report, this is good to know. Tasks:
|
Firstly thank you for the response and that it was so swift. Cracking tool btw! Sorry, I missed your response to this. Yes: I assumed (wrongly) that since that earlier command had failed a wild card of: Again, can't gush enough, great tool. |
Thanks for the feedback, glad you're finding the tool useful :) If you're processing several videos at once, be sure to read through this section on handling multiple videos in the docs. It has some additional info on how concatenation happens, and explains what order files are processed in. |
[
and ]
characters in filenames
Bug/Issue Description:
Tool does not like the filenames my Camera produces, though to be fair they are a certain kind of evil:
00.08.00-00.16.00[R][0@0][0].mp4
Renaming the file something less atrocious does resolve the issue but I have 188 files, so going to have a script a rename.
Required Information:
Provide a full copy of the command line options you are using, and add
--verbosity debug
, for example:dvr-scan -i ".\00.00.00-00.08.00[R][0@0][0].mp4" -r --verbosity debug
INFO: controller.parse_settings(): DVR-Scan 1.6.1
DEBUG: controller.parse_settings(): User config file not found.
ERROR: controller._preprocess_args(): Error: Input file does not exist:
.\00.00.00-00.08.00[R][0@0][0].mp4
Expected Behavior:
It to open region editor
Computing Environment:
Windows 11 canary channel build 26252
Python 3.12.4
OpenCV 4.10.0
Additional Information:
none
The text was updated successfully, but these errors were encountered: