diff --git a/README.md b/README.md index f5988cb..5cac42f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ In order to use this, please install [ExifTool](https://exiftool.org/) and put t ## Usage +### Individual photos + To convert image and video pair to Motion Photo v2, run: ``` @@ -21,6 +23,16 @@ Alternatively, you can run the powershell script directly: PS> MotionPhoto2.ps1 -imageFile ImageFile.HEIC -videoFile VideoFile.MOV -outputFile MotionPhoto.HEIC ``` +### Directory mode + +To copy whole directory of photos, converting Live Photos to Motion Photos on the fly, create target directory and use the batch file in mode `MotionPhoto2.cmd SourceDir TargetDir`: + +``` +> CD \Photo Library +C:\Photo Library> MD "Fixed Library" +C:\Photo Library> MotionPhoto2.cmd . "Fixed Library" +``` + ## Limitations If the source image is a HDR HEIC image, Google Photos will say that the resulting photo is not HDR. This is not true - if you save the photo back to iPhone camera roll, you'll see the photo is HDR.