This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # 小米动态照片 → 苹果实况照片 一键转换脚本 | |
| # | |
| # 使用方法: | |
| # 1. 把这个脚本放在 MVIMG_*.jpg 文件所在的文件夹里 | |
| # 2. 打开终端,cd 到该文件夹 | |
| # 3. 运行:bash 小米动态照片转苹果实况.sh | |
| # 4. 转换完成后,把 LivePhotos 文件夹里的所有文件拖入"照片"app | |
| # |