exiv2 icon indicating copy to clipboard operation
exiv2 copied to clipboard

Feature request: handle video files

Open bellocarico opened this issue 2 years ago • 1 comments

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.

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 ...

bellocarico avatar Aug 04 '22 12:08 bellocarico

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.

hassec avatar Aug 15 '22 16:08 hassec