I hope to use PowerShell for batch processing #698
Closed
mzspeedwolf
started this conversation in
2. Feature Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem I'm encountering now is that when I use
Get-ChildItem *.MP4 | ForEach-Object { python -m auto_editor output.mp4 }in PowerShell, I am unable to pass the current file name to Python, and I also cannot output files with the same name.Beta Was this translation helpful? Give feedback.
All reactions