Hi,
I'm trying to rename video files with <($System.Media.DateEncoded)> as prefix, which is working great on MP4 files. However with MOV files this doesn't seem to work.
When I do a "Show File Properties" in BRU on an MP4 file, it shows me all the attributes.
When I do a "Show File Properties" in BRU on a MOV file, it shows nothing, no fields whatsoever.
I can confirm that both types of files contain the date I want to pull, using EXIF tool. Is this some sort of bug in BRU? Or some issue with MOV files?
I've installed the latest version thinking this is the issue, but it's still not working.
I've also looked at changing the container to MP4, but it seems to drop the metadata >> for %f in (*.mov) do ffmpeg -i "%f" -c:v copy -c:a copy "%~nf.mp4" perhaps there is an option I need to add (this changes the container for all files in a folder which is nice)
Would appreciate some assistance!
>>As an aside, can we add this option ==> <($System.Media.DateEncoded)> as a dropdown prefix somewhere, or something of the like.
Lots of people doing video file renaming and this would be awesome to have!
I'm on Windows.
TY