So this video is 128 colors @ 15 fps
what do you think?
testing options for better video...
test online here:
Try It Now!
Another Video Test
Another Video Test
- Attachments
-
- video.zip
- (18.74 MiB) Downloaded 59 times
- ahenry3068
- Posts: 1181
- Joined: Tue Apr 04, 2023 9:57 pm
Re: Another Video Test
Have you seen the work me & Desertfish have been doing using Sprites as the frame ?badmai wrote: ↑Sun Dec 15, 2024 6:56 am So this video is 128 colors @ 15 fps
what do you think?
testing options for better video...
cx16ss.png
test online here:
Try It Now!
- ahenry3068
- Posts: 1181
- Joined: Tue Apr 04, 2023 9:57 pm
Re: Another Video Test
I would be pleased to correspond with you on different approach's since I'm working on the same issue. Are you on the DISCORD ?badmai wrote: ↑Sun Dec 15, 2024 6:56 am So this video is 128 colors @ 15 fps
what do you think?
testing options for better video...
cx16ss.png
test online here:
Try It Now!
Re: Another Video Test
I'm "DevMonkey" on discord, and have been following your progress.
I've done alot of tests using tiles/bitmap/sprites for video it always comes down to bandwidth from sd-card.
also I forgot to note, you can press SPACE to pause and ESC to exit
I've done alot of tests using tiles/bitmap/sprites for video it always comes down to bandwidth from sd-card.
also I forgot to note, you can press SPACE to pause and ESC to exit
- ahenry3068
- Posts: 1181
- Joined: Tue Apr 04, 2023 9:57 pm
Re: Another Video Test
I've come to the conclusion that SPRITES are the best frame vehicle unless the Video is either 320 or 640 in width and can be blasted to VERA without scanline math. The Sprites allow that if set up contiguously in memory. TILE mode may have some application but it seems to me that would be highly custom and I for one would have a hard time figuring out a generic conversion routine.
Re: Another Video Test
Using Try It Now, the resolution was horrible, but the audio and flow worked great.
Re: Another Video Test
- Attachments
-
- clint.png (244.47 KiB) Viewed 264 times
Re: Another Video Test
Testing my "updated" video code for the video I made for the release SD card..(was it included?)
Try It Now!
Try It Now!
- Attachments
-
- CX16.zip
- (17.92 MiB) Downloaded 8 times
-
- Posts: 508
- Joined: Sat Jul 11, 2020 3:30 pm
Re: Another Video Test
I've done a number of these over the years. The main bottleneck is getting data from the SD card to VERA. I've managed 20fps for a distorted image (2.35 to 1 converted to 160x32 pixels, then using VSCALE to stretch the vertical back to proper proportions). I've got some ideas for converting video to double PETSCII, perhaps with a special character set.