Skip to content

Commit

Permalink
Update README.md - Directory mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrVys authored Aug 22, 2024
1 parent 19ee7cc commit d16c5d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand All @@ -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.
Expand Down

0 comments on commit d16c5d5

Please sign in to comment.