/video-rating-animation

Create a video animation with a movie clip and a rating trace shown simultaneously

Primary LanguagePython

video-rating-animation

I did an experiment where I showed videos to people and ask them to rate the video continuosly on some question. I wanted to get a visualization in which

  • above video clip is shown
  • below the moment to moment rating trace is shown

In this repository there are 3 scripts.
Script 1: loads a video and writes out all the frames as png images.
Script 2: creates subplots in which on the top panel each frame of the video is shown and on the lower panel a corresponding rating trace is shown and writes each subplot out as png images.
Script 3: Puts every frame together as a video animation.