Well it depends, if "unable to rename videos" is considered a problem then yes.
Describe the solution you would like
It would be great to have exiv2 able to rename video files too based on each video file built in information.
Describe alternatives you have considered
Using external tools like mediainfo and script up a rather fiddly procedure using touch to change the file date attribute based on Encoded date.
root@NAS:/tmp/test# mediainfo VID_20200703_215932.mp4
General
Complete name : VID_20200703_215932.mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (isom/mp42)
File size : 11.1 MiB
Duration : 1 min 13 s
Overall bit rate : 1 263 kb/s
Encoded date : UTC 2020-07-03 20:00:47
Tagged date : UTC 2020-07-03 20:00:47
...
Video support has actually been removed from exiv2. There is a feature request to restore it -> https://github.com/Exiv2/exiv2/issues/1748
But so far nobody has had time to tackle it.
Is your feature request related to a problem?
Well it depends, if "unable to rename videos" is considered a problem then yes.
Describe the solution you would like
It would be great to have exiv2 able to rename video files too based on each video file built in information.
Describe alternatives you have considered
Using external tools like mediainfo and script up a rather fiddly procedure using touch to change the file date attribute based on Encoded date.