-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|460|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Showcase Home -> Apps and Utilities


 
spinal
Created : 22 September 2022
Edited : 27 September 2022

CRT Border



Are you tired of watching 4:3 aspect videos with black borders down the sides? You are!
Then why not try my latset time wasting app! The CRT Border!

Simple load up your media player of choice, loadup CRT Border and watch your old videos the way they were meant to be seen!
Not sure how this will act with medial players that use full screen properly, I only tested with VLC, hitting F11 to full screen.



2022/38/CRT_Border (.zip)

2022/38/CRT_Border_Source (.zip)

Controls

Left click = change border
Right click = close
Esc = close

 

Comments


Thursday, 22 September 2022, 14:07
Jayenkai
LOL!
Does it have Degauss, too?!
Thursday, 22 September 2022, 15:42
spinal
Hehe, nope, it isn't fully tested either 😋
Monday, 25 September 2023, 15:18
spinal
Having another stab at this, only completely in python...



Need to learn how to do a reasonable CRT screen effect without washing out the colours or slowing it down too much.
Monday, 25 September 2023, 15:19
Jayenkai
Cool!
You're getting along with Python, then?
Monday, 25 September 2023, 15:35
spinal
Nope, GPT 3.5 is doing most of the work.
Monday, 25 September 2023, 16:00
Jayenkai
LOL!! Ok, fair enough.
As long as you're keeping an eye on things .. .. through your crt monitor.
Friday, 29 September 2023, 04:51
spinal
Switching to opengl in python, what a pain. Everything works until I try adding the video, the for some stupid reason, that sprite will always render on top, no matter what order I draw everything!
Friday, 29 September 2023, 06:04
Jayenkai
Ugh.. That's frustrating..
I mean, I can understand why that might be.. The OS taking over the drawing of the video and rendering it over the top, is most likely the culprit.
Friday, 29 September 2023, 06:38
spinal
The confusing part is that it has no idea what the content is. It seems that just re-copying the texture is doing something weird.
Saturday, 30 September 2023, 04:24
spinal
Currently having chatgpt give me an example of every movie player in python and testing one at a time...
Sunday, 01 October 2023, 11:52
spinal
Getting that pretend phosphor layer right is proving to be a bit of a pain...


Wednesday, 04 October 2023, 01:52
spinal
Adjusted the phosphor mask a little, a bit more subtle so to not effect the darkness too much, the video now starts full screen and everything is sized properly. Also added a zoom option with +,- on the num pad because even old stuff was sometimes slightly wide.


Wednesday, 04 October 2023, 01:59
Jayenkai
Awesome