Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix recorded Video bad quality problem? #79

Open
c004245 opened this issue Dec 6, 2017 · 0 comments
Open

How to fix recorded Video bad quality problem? #79

c004245 opened this issue Dec 6, 2017 · 0 comments

Comments

@c004245
Copy link

c004245 commented Dec 6, 2017

Hello, I use media-for-mobile library.
I think recoreded video bad quality from media-for-mobile sample.

I checked https://github.com/INDExOS/media-for-mobile/issues/new

so I try

GLES20.glTexParameterf(textureType, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
GLES20.glTexParameterf(textureType, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);

to

GLES20.glTexParameterf(textureType, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
GLES20.glTexParameterf(textureType, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_NEAREST);

on EglUtil.java.

but same bad quality.

perhaps, if you know how to get a better recorded video quality. please advice for me

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant