Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
What is the purpose of your issue?
When running without
restrict-filenamesWhen running with
restrict-filenamesDescription
I'm attempting to do some basic automation to pass converted videos through to another script - however the
{}replacement is not correctly escaped for a Windows environment. I can work around it by using therestrict-filenamesswitch (and some manually-placed quotes), however I'd like to not need to do this as the functionality is there.Happy to help out with the development required for this issue, any preferences for how it should be fixed?