Hello All,
This is question related to h.264 code
i was trying to reduce bitrate by increasing the Quantization parameter (QP) in h.264 encoder code which i was running on TI board.
the QP when increased beyond 47 in the code gives distorted output which seems understandable since QP is so high.
But my reconstructed video looks fine where as my decoded video looks much worse. why is that happening?
Also is there any limitation of QP for luma at 47. like 47 for luma and 51 to chroma?
i am new to video codec and will be highly grateful if some one could help.
i am running with slice as 1.
Thanks in advance.