I am working on a Video encoding and decoding app. I am using grishka/android-video-transcoder library to get the buffers.
What the library doing is to convert the video frames into the COLOR_FormatYUV420SemiPlanar
format. Which is working fine. But when it encodes the video again to its original frames. It will not return the origin video.
This is the screenshot of my video out after decoding and encoding.
I have done so much R&D on the same to get the origin video. But not getting any success. Please help me out if anyone facing the same issue or resolved this issue.
The whole code is the same as per the above-given GitHub sample link.