pyTivo – Aspect Ratio
I have received a number of questions about how pyTivo handles aspect ratios. Aspect ratios are a very convoluted subject as you will see. I make no attempt to explain everything, at the end of this page you will see a link to a much longer page that does a better explanation than me.
This is meant to be a quick and dirty explanation of how pyTivo handles Aspect Ratios.
Quick Tutorial on Aspect Ratios By no means is any of this guaranteed to be accurate. This only represents what I believe to be true, if I am making a mistake that causes an error in pyTivo please point it out to me.
There are two types of aspect ratios:
Frame Aspect Ratio
This is simply the ratio of what the file looks like when it plays on your TV which can be determined by:
Width displayed on TV: Height displayed on TV. TiVo accepts files in 16:9 or 4:3 format.
Pixel Aspect Ratio
This is the annoying one. This refers to the shape of the pixels themselves. For example a 1:1 pixel aspect ratio means a perfect square pixel.
Most computer files are saved in 1:1 Pixel Aspect Ratio(PAR) however that is where it ends. TV, DVD, Film is all distorted to some other PAR. Infortunately there is no way for us to know when pyTivo opens a file what the PAR is. For the most part since pyTivo is using computer files it assumes that most files are 1:1. And then if the file fits an exact dimension of a known non 1:1 PAR pyTivo will use that dimension.
Oh but we are not done. . .