From: Michel L. <wa...@zo...> - 2001-11-06 09:33:53
|
On Mon, Nov 05, 2001 at 06:50:40PM +0100, Gert Vervoort wrote: > Are there any resolutions possible in MPEG-2 higher then 1920x1152? > If I look into the table with the definitions of the profiles and > levels, this is the highest resolution mentioned. Well, the mpeg2 syntax allows for streams up to 16383x16383 I think. However most streams follows one of the published profiles, and the highest ones are at 1920x1152. But, it is always possible to make a stream that doesnt follow any of the profiles. The problem right now is that libmpeg2 uses a limited-size buffer to store data chunks - and the size of that buffer is determined by the highest profile and level that we support. So, just increasing the resolution would not be enough to support these streams, we would need to increase the buffer size too... -- Michel "Walken" LESPINASSE Is this the best that god can do ? Then I'm not impressed. |