tmozgach / hci_video_sum

The observation study and design recommendations for generation of instructional video summaries.
0 stars 1 forks source link

How to track redundancy in video? #2

Open tmozgach opened 6 years ago

tmozgach commented 6 years ago

Key words: Track mouse event over video; Ideas: create a web page with 2 buttons (useful, boring). track number of skips.

tmozgach commented 6 years ago

YouTube API: https://developers.google.com/youtube/iframe_api_reference

'player.getCurrentTime()' :Number Returns the elapsed time in seconds since the video started playing.

tmozgach commented 6 years ago

https://tutorialzine.com/2015/08/how-to-control-youtubes-video-player-with-javascript

tmozgach commented 6 years ago

Initial, not ready web page: https://github.com/tmozgach/hci_video_sum/blob/master/index.html https://github.com/tmozgach/hci_video_sum/blob/master/script.js

When a user presses "Save and Go to Task 2", the download windows shows up and user has to press "Save". In that case, the file with User ID and information about clicks will be saved. It is done in order to avoid creating the server side or PHP.

tmozgach commented 6 years ago

screenshot from 2018-02-06 20-03-16

tmozgach commented 6 years ago

Our file contains the following:

testUser
AMPLITUDE | NEW ZEALAND 4K/UHD
false
no
289.781
0.057000045776367185,28.25864494468689,279.4265210076294
15.132250011444091,278.80170801335146

Where, 1 line: ID of a participant; 2 line: name of the video; 3 line: is muted? 4 line: caption on? 5 line: duration of the video; 6 line: moment when the participant press 'like'; 7 line: moment when the participant press 'dislike';

tmozgach commented 6 years ago

Uploaded READY web page! https://github.com/tmozgach/hci_video_sum/blob/master/demo.css https://github.com/tmozgach/hci_video_sum/blob/master/index.html https://github.com/tmozgach/hci_video_sum/blob/master/script.js