GithubHelp home page GithubHelp logo

mediacrawler's People

Contributors

ctengel avatar

mediacrawler's Issues

Parse GPS EXIF info

Given exif attribute, with info like:

  • GPS GPSVersionID": "[2, 2, 0, 0]",
  • GPS GPSLatitudeRef": "N",
  • GPS GPSLatitude": "[0, 0, 0/100]",
  • GPS GPSLongitudeRef": "W",
  • GPS GPSLongitude": "[0, 0, 0/100]",
  • GPS GPSAltitudeRef": "0", => above sea? under sea?
  • GPS GPSAltitude": "0/50",
  • GPS GPSTimeStamp": "[22, 48, 5]", <= is this UTC and/or GMT?????
  • GPS GPSDOP": => NO?
  • GPS GPSProcessingMethod": => NO?
  • GPS GPSDate": "2018:08:11", <= Again use for GMTish?
  • Image GPSInfo": =>NO

Determine:

  • Simple decimal GPS location
  • Altitude
  • Geocode (city, state, country)
  • Real timezone (from geocode or differential between EXIF & GPS time), real time stamp - possibly use it towards mtime - since normal exif time is local but no tz specified

Note: split from #2

EXIF parsing for Images

Read in info like:

  • Camera manufacturer and model
  • Taken date
  • Location lat long
  • Resolution (or is there a better way?)
  • Thumbnail?
  • Timezone?
  • Orientation?
  • Device ID

Avoid using PIL/Pillow or OpenCV, etc for this high level pass

EXIF for RAW or other files? Other tagging besides EXIF?

Video

  • Length
  • Resolution
  • Container format, video and audio coded, etc
  • Tagging???
  • Subtitles???

mc1+mc2 = mc3

  1. Manually pull in anything we can from mc1 into mc2
  2. Branch mc2 into mc3
  3. Add rest of mc1 code to mc3 branch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.