I\'m trying to create a Python script that would :
Python might be overkill for this.
for file in *; do mencoder -some options $file; rm -f $file ; done