SyntaxFix
Write A Post
Hire A Developer
Questions
Python might be overkill for this.
for file in *; do mencoder -some options $file; rm -f $file ; done