This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | this video was created earlier in january from a stupid idea and was driven by sheer determination | |
| despite lacking programming skill. here's a decent description of how it was made (because i am | |
| too lazy to write a github readme): | |
| 1. the video | |
| i downloaded the pv off youtube and used ffmpeg to resize it down to 70x54 dimensions (for easy | |
| math calculations, i used 27 firefox windows, 7 tabs each, so it divided nicely). i then used | |
| ffmpeg (again) to splice the source video into 15-second segments to reduce desyncing and cpu load. | |
| 2. the frames | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ////////////////////////////////////////////////////////////////////// | |
| // Simple RLV-based group auto-changer. | |
| // By Antony Fairport. | |
| // Inspired by a question by Sally Lithanos in Builder's Brewery. | |
| // | |
| // Usage. | |
| // ====== | |
| // | |
| // This script needs RLV active in your viewer to work. You don't need | |
| // a relay, but you do need RLV turned on. RLV support must me 2.5 or |