doodspav
doodspav
```pl %Image::ExifTool::UserDefined = ( # XMP tags for Samsung's Motion Photo 'Image::ExifTool::XMP::GCamera' => { MotionPhoto => { Writable => 'integer' }, MotionPhotoVersion => { Writable => 'integer' }, MotionPhotoPresentationTimestampUs =>...
The `MotionPhotoPresentationTimestampUs` seems to be the time offset of the key frame image from the start of the video.
If `XMP-Container::Directory` is a structured tag and a list type tag, what type are the other tags I've mentioned so far? Also I read somewhere that if you write a...
So if I put this into my config file: ```pl 'Image::ExifTool::XMP::Container' => { %xmpTableDefaults, GROUPS => { 1 => 'XMP-Container', 2 => 'Image' }, NAMESPACE => 'Container', NOTES => 'Google...
Wow yeah that does look complicated. I tried the config file, and you're right that it doesn't work out of the gate, but I'm stumped as to what to do...
Oh crap, sorry about that. Fixing now.
@nmichlo Can I ask what your output is? Because I just ran your command on my M2 MacBook and it seems to work? ```py (.venv) doodspav@MacBook-Air test-py % pip3 install...
While you work on that, I'm gonna try and finish up this migration today, since that will also fix the issue. I have 2 test failures on `patomic`, and then...
Ok managed to reproduce it. I'll push `1.0.3` in a minute.
Moved to #11