Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

H264 not exporting the right size

New Here ,
Jan 30, 2020 Jan 30, 2020

Im working for a client that needs the video frame size 1571x2000 .mp4.

Everything works good until I want to export the video.

When I choose h264 the exported size changed to 1570 x 2000.

( for example if i change sequence size to 1572 x 2000 and than export the exported video is 1572 x 2000 as expected ) . 

TOPICS
Error or problem , Export
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2020 Jan 30, 2020

Not all frame sizes are supported by the H.264 codec. If i remember correctly odd numbers such as 1,3,5,7,9 are not supported and that explains why 1571 is changed to 1570.

 

There is a detailed explanation out there but i don´t have the time to find it for you right now.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 30, 2020 Jan 30, 2020
LATEST

Averdahl is correct. To put it simply, H.264 compression encodes pixels in groups or matrixes, for instance maybe 8x8 pixels at a time. ODD numbers just don't work out, sorry. Not sure why your client would need such an oddball size, perhaps they can or should change the specification of what they want.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines