POV-Ray : Newsgroups : povray.animations : Mpeg2 encoder found : Re: Mpeg2 encoder found Server Time
28 Jul 2024 22:26:29 EDT (-0400)
  Re: Mpeg2 encoder found  
From: Jon A  Cruz
Date: 21 Nov 1999 01:27:03
Message: <3837911F.9867E315@geocities.com>
Dick Balaska wrote:

> TonyB wrote:
> >
> > Someguy at school said it was 720x486. Darn... I'll have to fix that...
>
> I've seen that too.  I've also seen that the blocks are divisible by "16 or 32".
> 486/32=15.1875 or 30.375
>
> mpeg2enc.c:85
> /* round picture dimensions to nearest multiple of 16 or 32 */
> mb_width = (horizontal_size+15)/16;
> mb_height = prog_seq ? (vertical_size+15)/16 : 2*((vertical_size+31)/32);
>
> Of course, these are NTSC numbers.  Our PAL buddies get better resolution.
>
> dik

Depends. They get more lines of resolution, but fewer frames per second.


--
"My new computer's got the clocks, it rocks
But it was obsolete before I opened the box" - W.A.Y.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.