Live Photo Maker
- 1. Take a local video file as input.
- If needed, make an optimized version for iPhone wallpaper use:
- upscale gently with
ffmpeg
- keep portrait aspect ratio
- avoid aggressive recompression unless necessary
- 3. Extract a high-quality cover frame as JPG.
- Use
makelive to build a .pvt Live Photo package from the JPG + video pair. - If the user needs chat delivery, package the
.pvt bundle as ZIP because .pvt is a macOS package directory and many messengers cannot send it directly. - Explain that the ZIP should be unzipped on macOS and the
.pvt imported into Photos.
Main features
- - turns a local video into an Apple Photos-importable Live Photo
- can optimize video size for iPhone wallpaper use
- generates a high-quality cover frame automatically
- produces a
.pvt package and optional ZIP for transfer - works well for iPhone lock-screen wallpaper workflows
Notes
- - Install missing dependencies yourself when safe:
pipx, makelive, ffmpeg. - The video quality inside the Live Photo usually stays close to the source. Perceived softness is often caused by low source resolution or lock-screen scaling.
- Prefer sending both the original Live package path and the ZIP when useful.
Live Photo 制作工具
- 1. 将本地视频文件作为输入。
- 如有需要,为iPhone壁纸使用制作优化版本:
- 使用ffmpeg进行温和放大
- 保持竖屏宽高比
- 除非必要,避免激进的重压缩
- 3. 提取高质量封面帧为JPG格式。
- 使用makelive从JPG+视频组合构建.pvt Live Photo包。
- 如果用户需要通过聊天发送,将.pvt包打包为ZIP格式,因为.pvt是macOS包目录,许多通讯工具无法直接发送。
- 说明ZIP文件应在macOS上解压,并将.pvt导入照片应用。
主要功能
- - 将本地视频转换为可导入Apple Photos的Live Photo
- 可为iPhone壁纸使用优化视频大小
- 自动生成高质量封面帧
- 生成.pvt包及可选的ZIP传输文件
- 适用于iPhone锁屏壁纸工作流程
注意事项
- - 在安全前提下自行安装缺失依赖:pipx、makelive、ffmpeg
- Live Photo内的视频质量通常接近源文件。感知到的模糊通常由源分辨率低或锁屏缩放导致。
- 建议在有用时同时发送原始Live包路径和ZIP文件。