MasayukiSuda / GPUVideo-android

This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
MIT License
657 stars 178 forks source link

GlFilterGroup squeezes the video resolution #21

Open Kalaman opened 5 years ago

Kalaman commented 5 years ago

Hey, thanks for this awesome library!

When I use the CLFilterGroup class, the size of the recorded video changes. It looks like the video is getting a vertical squeeze. The mp4 file has the right resolution though.

When I use the GLFilters separately everything works fine and there is no squeezing.

EDIT: I've found out that this issue only occurs when you add > 1 CLFilter to CLFilterGroup.