H264 profile and level_h.264

來源:互聯網
上載者:User
For h.264 users, how to specify the profile/level seems to be a fairly common question. Profiles define sets of bit stream features a h.264 stream can use. Levels define restrictions on the video resolution, frame rate and some stuff called VBV (Video Buffer Verifier).

H.264 Profiles

H.264 Profiles are discussed in depth on Wikipedia, but to simplify the considerations for the average user, I will focus on the Baseline, Main and High Profiles. Baseline Profile I/P slices Multiple reference frames (–refs <int>, >1 in the x264 CLI) In-loop deblocking CAVLC entropy coding (–no-cabac in the x264 CLI) Main Profile Baseline Profile features mentioned above B slices CABAC entropy coding Interlaced coding – PAFF/MBAFF Weighted prediction High Profile Main Profile features mentioned above 8×8 transform option (–8×8dct in the x264 CLI) Custom quantisation matrices

H.264 Levels

H.264 Levels are also discussed on Wikipedia, though in my opinion, less explicitly and less successfully than for the profiles. For practical use, to specify a Level, a number of constraints have to be met.

The resolutions/frame rates in the following table are merely a guideline – the number of macroblocks per second is the actual restriction. To calculate this:

Macroblocks are 16×16 in H.264 and so to code a frame one can calulate the number of macroblocks per frame as:

ceil( width / 16.0 ) * ceil( height / 16.0 )

Note: The ceil() function rounds up its argument to the next integer. For example, ceil( 10.2 ) returns 11.

Then you need to multiply the number of macroblocks per frame by the number of frames per second to get the number of macroblocks per second.

macroblocks per second = ceil( width / 16.0 ) * ceil( height / 16.0 ) * frame rate

Level

VBV maximum bit rate [1000bits/s]

VBV buffer size [1000bits]

Macroblocks/s

Resolution and frame rate

1

64

175

1485

128×96@30 or 176×144@15

1b

128

350

1485

128×96@30 or 176×144@15

1.1

192

500

3000

176×144@30 or 320×240@10

1.2

384

1000

6000

176×144@60 or 320×240@20

1.3

768

2000

11880

352×288@30

2

2000

2000

11880

352×288@30

2.1

4000

4000

19800

352×288@50

2.2

4000

4000

20250

352×288@50 or 640×480@15

3

10000

10000

40500

720×480@30 or 720×576@25

3.1

14000

14000

108000

1280×720@30

3.2

20000

20000

216000

1280×720@60

4

20000

25000

245760

1920×1088@30 or 2Kx1K@30

4.1

50000

62500

245760

1920×1088@30 or 2Kx1K@30

4.2

50000

62500

522240

1920×1088@60 or or 2Kx1K@60

5

135000

135000

589824

2560×1920@30

5.1

240000

240000

983040

4Kx2K@30 or 4

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.