* Fix slow youtube downloading by introducing timeout with retry and alternative format selection (initial version, will be iterated on).
2.3.1
* Fix SharedQueue so there's no frame overwriting. The class is now simpler but might be slightly slower. * Transform frames from BGR -> RGB (by https://github.com/danielmend)
2.3.0
* FrameReader can take a list of references to videos for linking to related data on the other end of video2numpy (f.e. index in csv or parquet) * More output from video2numpy about what's going on during processing.
2.2.0
* FrameReader has __len__ implemented as number of videos * support for .mp4 links * small bug fixes in SharedQueue
2.1.0
* FrameReader has the option to output batched blocks of frames