Helper functions
Utility functions and helpers.
bpm_from_frames_per_beat(hr, fps)
frames_from_video(filename)
Read and yield frames from a video file.
get_cached_resource_path(filename, url, reload=False)
Download a file from the web and store it locally.
Source code in src\yarppg\helpers.py
get_video_fps(filename)
Find the frame rate of the given video file.