Skip to content

Commit

Permalink
Update readme to document multilanguage feature
Browse files Browse the repository at this point in the history
  • Loading branch information
joemck committed Nov 21, 2017
1 parent 1819f7d commit 7d56a5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ The above options may be combined into -dq or -qd, like in POSIX programs.

The exit code will always be 0 on success, 1 on error, and 2 if the user was prompted for files but cancelled the dialog box.

## Multilingual version
ExtractMotionPhotos is now bilingual! It supports US English and Traditional Chinese. The Chinese translation is thanks to [AndyLain](http://andylain.blogspot.com). By default, you'll see the app in Chinese if your Windows is set to display its UI in any form of Chinese, and English otherwise. You can override this by putting **\\_zh** at the end of the exe file's name to get Chinese, or **\\_en** for English. For instance, to use the app in Chinese on an English OS, you might name it **ExtractMotionPhotos\\_zh.exe**.

## Description of Motion Photo File Format
Samsung motion photos are simply a complete JPEG image followed by a 16-byte marker and then a complete MP4 video. The marker itself is `MotionPhoto_Data`.

Expand Down

0 comments on commit 7d56a5c

Please sign in to comment.