Hello,
My question is that if the NF could improve the video quality, or it only do downsample video format 422 to 420?
In omx decode_display example, the NF's function is only downsample(I think).
capture->encode->decode(420)->scale(422)->NF(420)-> "unknown step" ->display(422).
Please look up steps, If NF could improve the video quality, is there any omx function corresponding to the "unknown step"?
The last question is if I can change the H264 encoder quantization parameter.I use the omx "encode"example , and find the encoded picture's minimum quantizaton parmeter is 26.
I want to have better quality,so the quantizaton parmeter equal15 is fine.
My platform is EVM 8148 and the ezsdk version is 5.05.02.
Thanks a lot.