[FFmpeg-devel] [PATCH 3/3] add digital cinema frame sizes

Michaël Cinquin mc at michaelcinquin.com
Sat Feb 2 19:45:54 CET 2013


On 2 févr. 2013, at 16:21, Stefano Sabatini wrote:
>> 
>>     { "hd480",     852, 480 },
>>     { "hd720",    1280, 720 },
>>     { "hd1080",   1920,1080 },
>> +    { "2K",       2048,1080 }, /* Digital Cinema System Specification */
>> +    { "4K",       4096,2160 }, /* Digital Cinema System Specification */
> 
> LGTM after checking Wikipedia, I'll push the three patches tomorrow
> (this one with a micro bump), if no-one thinks this is wrong.


2048x1080 (code name "full container") is not very common for Digital Cinema.

What is used in the field is
2048x858 : 2.39 aspect ratio ==> preset for projector is "Scope"
1998x1080 : 1.85 aspect ratio ==> preset for projector is "Flat"

For 4K, it the same with 2x the numbers.

Perhaps then resolution could be 
{"2Kfc",       2048x1080},
{"2Kflat",       1998x1080},
{"2Kscope",       2048x858},
{"4Kfc",       4096x2160},
{"4Kflat",       3996x2160},
{"4Kscope",       4096x1716}

Michael



More information about the ffmpeg-devel mailing list