Skip to content

coldmund/lg-livephoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

lglivephoto

purpose

  • Recent LG smart phones have a feature "Live Photo" that works 'almost' like iPhone's but with a big flaw. You can play short movie of your photo on you phone, but you cannot find any movie file. (iPhone makes 1 still image file and 1 movie file for 1 shutter click)
  • I found that LG mobile phone saves the movie(MP4) in jpeg file after EOI marker and it makes jpeg file larger.
  • The purpose of this project is to extract the movie data then to save jpeg and mp4 separately.

usage

python3 main.py [-h|--help] [-r|--recursive] [-t|--target=<path>]

  • -h: show help
  • -r: find jpeg files recursively
  • -t: target path or file

comment

  • output files(jpeg file without video data and mp4 file) are created in 'output' directory. if you set '-r' option, 'output' directory will be created at each source directory.
  • extention must be 'jpg' or 'JPG'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages