Giter Site home page Giter Site logo

camera-pipeline-scripts's People

Contributors

xamgore avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

camera-pipeline-scripts's Issues

Youtube auto upload

We need a tool, for uploading an mp4 video, and get a link as a result. It is important to have an opportunity to add:

  • title
  • description
  • recording date
  • playlist
  • tags

It was supposed to use python CLI client. Also Google has wrote a simple python script, that uses Youtube API. There are no restrictions on input format, feel free to experiment.

Useful links:

Get the subject of the lecture on the MTS file

It is necessary to understand by the creation date of MTS file (or if possible, by the meta information in the file itself) and by the schedule of lectures, what was the subject during the recording of the video.

Split *.MTS files into groups

We need to be able to divide MTS files into groups, depending on the recording time and the time of lectures. This problem arises from the fact that we have a 128GB SD card, and we record lectures throughout the weeks. As a consequence, at the end of each week we have a bunch of files of this kind:

00000.MTS
00001.MTS
00002.MTS
00003.MTS
...
00027.MTS

For each, you can get the date of creation and group it with the help of the lecture schedule.

# OS X has "%SB" flag
$ stat -f%SB -t '%Y-%m-%d_%H.%M.mp4' ./00001.MTS

But I prefer a python (platform independent) implementation. it is highly recommended to write tests (we will connect them to TravisCI soon).

SD card detection

After an SD card was inserted into the laptop, a special script (youtube uploader) must be ran. To bring this to life, we need somehow to detect SD card insertion.

I suppose that some rules have to be written for udev subsystem.

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.