My security cameras recorder (located in distant place), FTP`s to my server video files after any event. It automatically creates sudirs with name containing date of day. Using find and ffmpeg commands, server converts DAV file to AVI and remove DAV file. After that, each video file has name like this:
19.38.41-19.38.55[M][@0][0].dav.avi
I want to change above name to format like this:
19-38-41.avi
How can I do it in the same "find" command line