Week19 : invention, intellectual property and income

License

Several options for dissemination are proposed in the lecture.
I will adopt Creative Commons International license, rather than patenting it for the following reasons.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Embedded html generated using CC tool that could be found here

User testing

I designed this product motivated by my own needs for light at our lab environment.
I assume more iteration will be needed on the process of designing interaction. I spent too much time on building hardware and could not manage to leave much time on this process although this is one of the most essential part of the project.
Under the permission of the lab owner, I would install the product for a trial and collect data to improve the system.

Presentation slide

Presentation video clip

Video link

Compressing video using ffmpeg

ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

for light compression.

ffmpeg -i presentation.mp4 -an -b:v 1000k -vcodec h264 -acodec mp2 presentation2.mp4

for high compression rate.

Nice reference (Japanese)
http://creatorsblog.nijibox.jp/mov-optimize/