Commit Graph

6 Commits

Author SHA1 Message Date
nymiro e9c4f17f6e 整理文件夹结构 2025-10-23 18:12:08 +13:00
Nymiro f0a03e8376 Refactor code structure for improved readability and maintainability 2025-10-21 13:29:10 +13:00
Nymiro b338dcf1be feat: 添加英文版 README.md,提供项目概述和使用指南 2025-10-21 00:07:37 +13:00
Nymiro 9c480d9edb Add Apple target adapter for HEIC conversion and MOV processing
- Implemented `AppleTargetAdapter` to modify HEIC files for Apple compatibility and inject ContentIdentifier into MOV files.
- Created a base `TargetAdapter` class to define the interface for target adapters.
- Added utility script for converting Samsung HEIC motion photos into Apple-compatible Live Photo pairs.
- Introduced error handling for missing exiftool during MOV processing.
- Updated module structure to include target adapters for HEIC/Motion Photo outputs.
2025-10-20 23:10:04 +13:00
Nymiro 328493fb5a 更新 README.md 完善项目描述 2025-10-20 22:22:36 +13:00
Nymiro 1a40cc236d feat: Implement HEIC/HEIF parsing and rebuilding utilities
- Add `heic_types.py` to define structures for HEIC/HEIF boxes including ItemLocationBox, ItemInfoEntryBox, and others.
- Introduce parsing logic in `parser.py` to handle various box types and their contents, including nested structures.
- Implement rebuilding functionality for ItemLocationBox to adjust offsets based on new metadata.
- Enhance ItemInfoBox to correctly parse and build content for ItemInfoEntry.
- Update `pyproject.toml` to include project metadata and dependencies.
2025-10-20 22:19:40 +13:00