ASCIIPlay
ASCIIPlay copied to clipboard
Implement Rewind
Currently, the file decoder is set to only read new frames and discard anything else, we would like to somehow enable an ability to rewind the video by loading frames in reverse order.
You will need to determine how to implement this with the frame decoder and then write these frames as needed into the buffer or renderer as you deem necessary.