Stream: software unscripted podcast

Topic: I can explain non square pixels!


view this post on Zulip Eli Dowling (Dec 30 2024 at 07:55):

In the most recent episode "Building video editing software" the topic of non square pixels comes up at around 32:00.

I was hoping something interesting would come from that, but sadly both Richard and Andrew both didn't really understand it enough to comment.

Well I worked in broadcast tv! So I'm here to enlighten y'all about the horrors of pixel aspect ratios.

Let's get one thing out of the way, the shape of non square pixels is rectangular. I laughed out loud when Richard asked 'what's their shape' clearly imagining like octagonal pixels or something. Well I'm sorry to be a kill joy, but it's a rectangle.

I want to acknowledge first up, your intuition of "wow that seems really stupid, monitors can't stretch their pixels!" Is entirely correct.
But let's not forget that in the days of CRTs, monitors didn't really have pixels and the little dots could be any aspect ratio you'd like. Yeah, it does cause blurriness, but it's not a huge issue for non text content.

You may also remember monitors used to be a completely different shape. Good old 4:3.

Well imagine you want to suddenly change from broadcasting everything in 4:3 to broadcasting 16x9. Oh wait, literally all your extremely expensive broadcast equipment is designed to output a 4:3 signal at a specific resolution. Everything from the camera to the muxes and demuxes, the oscilloscopes, the antenna all works on this specific signal.
So you could replace everything and that is specifically designed to handle a specific resolution... Or maybe you could just cheat, squish your 16x9 into 4:3 and then unsqish it at the other end.
But now you have unsqished 4:3 into 16x9 so your pixels are no longer square.

Hence pixel aspect ratios.

I would be 99% sure anamorophic films also have rectangular pixels. Because animorophic lenses squeeze a wide image and then you digitally desqueeze it.

I'm far from being an expert, but I hope this is enlightening.

PS:
One of the coolest things I did while working in news was debugging an issue with subtitles where I was using an oscilloscope to view that analog video signal looking for the pulse that denotes the start of the subtitle section of the "header" that is sent with every frame of video.
That's what the overscan/underscan setting on you tv exists to cop off, that way you do t have weird little dots of data at the top of your picture.

view this post on Zulip Brendan Hansknecht (Dec 30 2024 at 16:14):

Well I worked in broadcast tv! So I'm here to enlighten y'all about the horrors of pixel aspect ratios.

I feel like I am about to be scarred, but I shall read on

view this post on Zulip Richard Feldman (Dec 30 2024 at 17:01):

Eli Dowling said:

Let's get one thing out of the way, the shape of non square pixels is rectangular. I laughed out loud when Richard asked 'what's their shape' clearly imagining like octagonal pixels or something. Well I'm sorry to be a kill joy, but it's a rectangle.

hahaha that makes way more sense :joy:

view this post on Zulip Richard Feldman (Dec 30 2024 at 17:01):

I was actually thinking about like old CRT displays where the corners of the pixels are rounded at the edges if you look closely enough, and maybe somehow software was taking that into account?


Last updated: Jul 06 2025 at 12:14 UTC