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.