Hi All,
I am implementing the decode-encode combine application which performs the following actions:-
- Reads the h264 frame from the file
- Passes this h264 frame to decoder
- Decoder decodes this frame and passes the decoded frame to encoder
- encoder encodes the decoded frame and generate h264 frame
- writes the encoded h264 frame to file.
While testing this application I am facing following issue:-
Generated h264 file is not playing properly. The color quality of the encoded file is very bad.
For debug purpose I am writing the decoded frame to file and it is playing properly.
Please let me know if you need more information.
Note: After removing the padded data from decoded buffer, I am passing the buffer to encoder component.
Thanks,
Vijay