7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,411 stars (2,411 stars)470 forks (470 forks)batch import
format-iptchelp wantedimage-queue
Description
Could you add reading IPTC data block from video files?
Contributor guide
- Tech stack
- java
- Domain
- backenddata
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- JavaIPTC standardVideo container formats
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue requests adding IPTC reading for video files but lacks specifics about which video formats or where the IPTC block is typically stored. To implement this, examine existing IPTC reading classes for images, e.g., IptcReader.java in the repository, and understand how IPTC data is embedded in video containers such as MP4 or AVI. Review the comments on the issue for any additional context. Consider starting with a specific format like MP4 and using existing metadata extraction patterns.