I have been trying to iterate though a directory structure where I want to change the file extension from .mv4
to .mp4
.
The problem is that there are spaces in many of the file names, and I have not been successful in iterating the directory structure.
I am doing this in the terminal.
There are examples for changing extensions in a single directory, but not for subdirectories and where the file names have spaces in them.