You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input picture dimensions (SSourcePicture.iPicWidth x SSourcePicture.iPicWidth) can be different from the output dimensions (SEncParamExt.iPicWidth x SEncParamExt.iPicWidth) that were used while configuring the encoder.
This allows automatic resizing while encoding.
I've notice that when input and output dimensions have different aspect ratio, the encoder doesn't stretch the frame, but leaves black margins instead.
Is it intentional?
If it's intentional, can this behavior be changed?
The text was updated successfully, but these errors were encountered:
The input picture dimensions (
SSourcePicture.iPicWidth
xSSourcePicture.iPicWidth
) can be different from the output dimensions (SEncParamExt.iPicWidth
xSEncParamExt.iPicWidth
) that were used while configuring the encoder.This allows automatic resizing while encoding.
I've notice that when input and output dimensions have different aspect ratio, the encoder doesn't stretch the frame, but leaves black margins instead.
Is it intentional?
If it's intentional, can this behavior be changed?
The text was updated successfully, but these errors were encountered: