MasayukiSuda / GPUVideo-android

This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Resolution degrades after saving.

anunayarunav opened this issue · comments

Video quality is not same as it was originally before saving/applying filter. Some sort of compression happens? The resolution or quality changes. Is it possible to restore the original quality. Even at the cost of performance?

It is most probably because the videos are being written to FBO before encoding and no antialiasing being applied there. Any ideas how to solve this problem?