Metadata in Video not changed
Added by Norbert Wagner over 5 years ago
I have made following settings in exv_msvc.h:
#define EXV_ENABLE_VIDEO 1
#define EXV_ENABLE_WEBREADY 1
Then I built exiv2 on Windows 10 according the instructions in http://dev.exiv2.org/projects/exiv2/wiki/Building_on_Windows_Using_Visual_Studio_Express_2012
When I try to change meta data in a .mov file, nothing happens. Did I miss some other needed configuration settings?
Replies (2)
RE: Metadata in Video not changed - Added by Robin Mills over 5 years ago
Norbert
If you can read the metadata in the file, you have built it correctly. If you can't even read the metadata, inspect the output from the command:
c:\> exiv2 --verbose --version
Our video support requires a lot more work, especially writing metadata (#1068). Refactoring the video code is a headline features for v0.27. http://dev.exiv2.org/projects/exiv2/news
Robin
RE: Metadata in Video not changed - Added by Norbert Wagner over 5 years ago
Hi Robin,
thanks for the fast reply. Reading metafile works. So for writing I will wait for 0.27.
Norbert