Hello,
I am facing DM365 MPEG4 codec problem.
Problem:
Encoded stream have noise when input image width is less than 160 pixel.
Encoder: MPEG4 SP@L5 upto 1080P using HDVICP Encoder
version 2.00.00.7
Noise sample:
You can see same noise on loopback in DVSDK (/opt/dvsdk/dm365encodedecode).
example) ./encodedecode -r 160x128
Image size vs noise:
144x120:noisy
144x128:noisy
160x120:noisy
160x128:noisy
176x120:No noise
176x128:No noise
According to User's Guide (MPEG4 HDVICP Simple Profile Encoder on DM365 User's Guide Literature Number: SPRUGR4A),
inputHeight: Minimum height supported is 64.(must be multiples of two.)
inputWidth: Minimum width supported is 64.(must be multiples of two.)
Is there any other limitation for inputWidth?
Thanks.