A TV 16:9 image is also 720x576 because its anamorphic.
I've calculated that the width should be 1024 pixels to
make a 16:9 aspect ratio but I doubt this is correct
due to the anomoly above.
The answer might be in different shaped pixels but I
just can't seem to get my head round the maths.
TIA.
--
David Crossman DGGB
-------------------
http://www.dareks.dircon.co.uk/
> Why is it that PAL video digitises to 720 x 576 pixels?
> - this is NOT 4:3.
>
Digital video systems often use a screen size of 720 x 576. But the pixels
aren't square (15:16)
Phil
--
phi...@mactrombone.com
^^^^^^^^
Remove the musical instrument to reply by email
You're assuming the pixels are square - but they're not. Also, you're assuming
that horizontal resolution is the same thing as vertical resolution, which it
isn't.
The figure for a compatible 4:3 625 line image is actually 702x576 samples.
The 720x576 figure commonly quoted is for the slightly wider (to allow for
timing errors?) digital format. However neither of these are really "PAL" -
though annoyingly PAL seems to be used as a description of line format
nowadays even though such sampling does not any real link with the PAL
subcarrier system.
(And also PAL-M exists, and that is 525 based!!)
>
>A TV 16:9 image is also 720x576 because its anamorphic.
Yes - a choice was made by broadcasters to retain the existing production
infrastructure, based around the existing 13.5MHz luminance sampling, for
16:9 production. This means that the aspect ratio of picture samples is
different between 16:9 and 4:3 formats. Interestingly the original digital
standards also proposed an 18MHz variant for 16:9, which would have
increased the horizontal resolution to 1080 samples per line, and the pixels
in the 4:3 and 16:9 formats would have retained the same "shape" between
formats.
Instead we have not increased resolution, so 4:3 samples are a different
"shape"/aspect ratio to the wider 16:9 samples.
>
>I've calculated that the width should be 1024 pixels to
>make a 16:9 aspect ratio but I doubt this is correct
>due to the anomoly above.
>
>The answer might be in different shaped pixels but I
>just can't seem to get my head round the maths.
Yep - if you keep the samples/line and number of lines the same, but change
the aspect ratio of the source picture, you change the aspect ratio of the
sample area.
Thanks for your detailed reply. It is just easier to hit
3 keys (PAL) than type 625 lines/25 fps I guess.
> if you keep the samples/line and number of lines the same,
> but change the aspect ratio of the source picture, you change
> the aspect ratio of the sample area.
Yes I see that but in practice: If I have have a properly
proportioned 1024 x 576 image, re-sample the width to 720
and then show this (anamorphic) image on a 16:9 display,
will the image be properly proportioned again?
Or should I be applying Phil Ronan's 15:16 somewhere along
the line(!)?
--
David Crossman DGGB, LRPS
-------------------------
http://www.dareks.dircon.co.uk/
I have read some of the follow up threads to this posting,
but this seemed the most appropriate "starter" at which to
jump into the discussion. I also aplogise in advance for
a rather lengthy arnd arithmetic response.
Let me first make clear that the term "pixel" or "pel" can
be misleading when dealing with sampled systems. Many text
books which show pixels as little rectangles - which often
causes the reader to assume that the pixel "occupies" the
space covered by that rectangle.
When sampling a signal the aim is to measure the
instantaneous value of the signal property (usually the
voltage) at a defined point in time. The width of the
sampling "pulse" is ideally 0.0 seconds. "Real" sampling
processes in ADC chips try to get as close as possible to
the ideal width. Thus the rectangular grid should really
be thought of a series of sample instants which occur at
(say) the top left corner of the grid rectangles.
The 720 by 576 sample numbering originates in the ITU-R
BT.601 (a.k.a. Rec.601) sampling standard. When this was
researched and designed in the late 1970's there were
(essentially) only two scanning standards, 625/50/2:1 and
525/59.94/2:1. The active line duration of both scanning
standards is very similar, with 625/50 using 52 microseconds
H.A.D. (Half Amplitude Duration), and 525/59.94 at 52.66
microseconds H.A.D. There is some permitted variation on
these times, as the active line length is set by the total
line minus the blanking duration.
ITU-R BT.470 notes that the balnking tolerance in 625/50 PAL
can be plus or minus 300 nanoseconds. (Less than this in
system I as used in the U.K.) Measuring from the start of
rise out of blanking through to the fall back to blanking
extends the above figures by about 0.5 microseconds.
It was clearly sensible, to keep down equipment costs, if a
common sampling frequency could be used for both standards,
and that the number of samples per active line was set to
the same number whichever scanning standard applied.
To make subsequent processing simple and straightforward
(e.g. vision mixing, DVE effects), the equivalent samples
on all lines must occur at the same instant or position
relative to reference sync timing. This sampling structure
occurs when the sample clock is an integer multiple of the
line frequency. The first frequency which is sufficiently
high to meet the practical Nyquist criterion (2.2 x bandwidth)
and which is an integer multiple of 656 and 525 line frequencies
is 13.5 MHz. Hence when people think of "PAL" sampled data they
assume that 702 samples are required. However the finite rise
and fall of blanking requires extra samples be taken if image
trunkation is to be avoided. For 525 line signals this implies
a need to digitise at least 53.16 microseconds of video
(approx 718 samples). Allowing for some permitted tolerance on
line duration the samples per line then rounds up to 720.
If the horizontal and vertical spacing of the sample points was
identical ("square pixels") then we would need (576 * 4 / 3) =
768 samples for a 52 microsecond zero rise time image. Using
13.5 MHz sampling gives 702 samples for the same duration, thus
giving a horizontal sample separation which is 768/702 = 1.094
times the separation of the vertical sampling.
Similarly the number of samples for a "square pixel" 16 by 9
aspect ratio image would require (576 * 16 / 9) = 1024. An ITU-R
BT.601 sampled 16 by 9 image can still use 702 samples per 52
microseconds, thereby giving a horizontal to vertical sampling
distance ratio of 1024/702 = 1.459 (to 3 places!!).
Most computer painting systems use square pixels and therefore to
use such a package to make a still for export to Rec. 601 would
suggest that the "square pixel" image should start at 1024 by 576,
being resampled to 702 by 576, then placed centrally within a 720
by 576 black background. However the instant rise time transition
of blanking could cause severe ringing when an analogue output
signal is created. The better width to use for the "square pixel"
source is (1024 * 720 /702) = 1050 samples. After resampling to
720 by 576 the image can be output from an ITU-R BT.601 system.
Any subsequent DAC process is responsible for applying standard
"analogue system" blanking to the signal, giving a 52 microsecond
H.A.D. line. A 4 by 3 image should start life as a 787 or 788
sample per line "square pixel" source (ideally 787.69 samples!!).
As Stephen Neal noted, there is an option within ITU-R BT.601 for
higher sample clock rates in 16 by 9 picture operations (Part B
to annexe 1). This allows an 18 MHz sample clock for the luminance
signal with 1152 samples per total line and 960 samples per
active line. The figures are produced by a simple scaling of the
numbers used for 4 by 3 in 13.5 MHz sampled operations. Thus samples
per active line becomes ((720 * 16/9) / (4/3)) = (720 * 4 / 3).
As many threads in this newsgroup have demonstrated there are
enough problems with 4 by 3 and 16 by 9 interworking. Adding the
new sample frequency would have significantly increased the
complexity and hence cost of the production and post-production
systems. The suggestion of high sample frequency operation emerged
at about the same time as accountants became the driving force in
broadcasting. I know that I get more cynical as I get older, but
it seems plausible that staying with 13.5 MHz may have had
something to do with the money men. However even if we had chosen
18 MHz sampling we would probably have returned to 13.5 MHz at the
input to the MPEG compression equipment as Main Profile Main Level
used in DVB supports a maximum of 720 samples per line. Using a
higher level would significantly increase the cost of the decoder
box, with little or no improvement in perceived picture quality,
even if there were no pressure to use minimum data rates.
Given a vertical sampling system which uses 576 sample points the
maximum rate of change signal would have 288 cycles in the height
of the picture. However the use of interlace reduces the usable
resolution, but we know that we can use more than 144 cycles per
picture height (limit defined by 288 samples per field), without
flicker becoming too annoying. Some work was done to establish what
effective vertical resolution was available on modern displays.
Once that figure was established, and assuming that the horizontal
and vertical resolutions should be almost identical lead to a
horizontal bandwidth requirement of 5.7 MHz, which is just within
the bandwidth available when using 13.5 MHz sampling.
Andy Woodhouse
Lecturer
BBC Training & Development.
=================================================================
Note : All views expressed are my own, and may differ from those
of my employer.
The BBC says no to this - the rest of the 625 line world says yes.
The BBC point out that the non-squareness is derived from the 702
pixels sitting within the 720 pixel image.
(16 ÷ 9) x 576lines x (720 ÷ 702) = 1050 square pixels wide
jim
: The BBC says no to this - the rest of the 625 line world says yes.
: The BBC point out that the non-squareness is derived from the 702
: pixels sitting within the 720 pixel image.
: (16 / 9) x 576lines x (720 / 702) = 1050 square pixels wide
It's by no means true that the BBC is at odds with the
rest of the 625-line world. That the 4:3 (or 16:9)
image consists only of the central 702 pixels is quite
clearly specified in EBU Technical Recommendation R92-
1998: Active line length in analogue and digital 625/50
television systems:
"The EBU recommends that in 625-line television systems
sampled to ITU-R Rec. BT.601 part A, only the central
702 samples of the digital active line (samples 9-710
inclusive) are used to carry the active picture. The
remaining 18 samples should not be used to carry any
picture information that is intended for display
either for 4:3 or for 16:9 aspect ratio images".
You can find this at http://www.ebu.ch/pmc_r92-1998.pdf
Richard.
http://www.rtrussell.co.uk/
Richard,
My "at odds" reply was an answer to the square pixel equivalent
question.
careful what you snip when quoting... :)
cheers
jim