-w1024 -r -o -i "C:\Images"
-i works like the I letter in the filename
You original command does not work, because it would be unsafe. If the conversion failed in the middle, the image would be lost (already partially overwritten). The -i mode create a new copy and only if it succeeds, it deletes the original and moves the copy.