You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be an issue of the C++ SDK (kXMPFiles_OpenOnlyXMP), but I'm using the Rust crate to reproduce it, so I'm reporting it here as well. I'm unsure whether this behavior is a bug or expected (It’s also possible that the video file I'm working with is non-standard. I can provide a test file if you'd like), so I would appreciate your thoughts.
Expected Behaviour
OpenFileOptions::default().only_xmp() returns xmp
Actual Behaviour
OpenFileOptions::default().only_xmp() returns xmp with empty content (when reading mp4 video files)
Reproduce Scenario
The input media is a mp4 video file, with only_xmp:
scouten-adobe
changed the title
Empty xmp content when using only_xmp to open video file
Empty XMP content when using only_xmp to open video file
Dec 12, 2024
This should be an issue of the C++ SDK (
kXMPFiles_OpenOnlyXMP
), but I'm using the Rust crate to reproduce it, so I'm reporting it here as well. I'm unsure whether this behavior is a bug or expected (It’s also possible that the video file I'm working with is non-standard. I can provide a test file if you'd like), so I would appreciate your thoughts.Expected Behaviour
OpenFileOptions::default().only_xmp() returns xmp
Actual Behaviour
OpenFileOptions::default().only_xmp() returns xmp with empty content (when reading mp4 video files)
Reproduce Scenario
The input media is a mp4 video file, with only_xmp:
Output
without only_xmp:
Output
The text was updated successfully, but these errors were encountered: