- Posts: 12
- Thank you received: 6
Video Stream
1 week 4 days ago #29
by David
Video Stream was created by David
Please Log in or Create an account to join the conversation.
1 week 4 days ago #30
by Franck
Replied by Franck on topic Video Stream
Awesome ! I wonder if a RLE compressed sequence (decompressed using the line() function) would be faster.
Please Log in or Create an account to join the conversation.
1 week 3 days ago - 1 week 3 days ago #31
by David
Replied by David on topic Video Stream
I don’t think drawing an image line by line with line() would be faster than loading a fully decompressed one. In my tests, even copying 16-pixel lines with memset already takes quite a bit of time to fill a big area.
It might work with images made specially for RLE compression (no patterns, big flat colour areas, etc.).
But finally,when I did this test, I saw that you can get a perfectly smooth quarter-screen video.
It might work with images made specially for RLE compression (no patterns, big flat colour areas, etc.).
But finally,when I did this test, I saw that you can get a perfectly smooth quarter-screen video.
Last edit: 1 week 3 days ago by David.
Please Log in or Create an account to join the conversation.
Time to create page: 0.172 seconds