Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 703 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 703 Bytes

mvimgex

mvimgex is a bash script for extracting photos and videos from Google Motion Photo (MVIMG_*.jpg) files.

Installation

Clone the repository:

git clone git@github.com:danielthalhuber/mvimgex.git

Ensure that the file is executable:

chmod +x mvimgex

Save the executable file somewhere in your PATH:

cp mvimgex /usr/local/bin

Usage

Extract from a single Motion Photo file:

mvimgex path/to/motion/photo/MVIMG_1234.jpg

Extract from all Motion Photo files in a directory:

mvimgex path/to/motion/photos

License

This software is licensed under the GNU General Public License v3.0