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

Video Green Issue #11

Open
rahulr4 opened this issue Feb 13, 2016 · 6 comments
Open

Video Green Issue #11

rahulr4 opened this issue Feb 13, 2016 · 6 comments
Labels

Comments

@rahulr4
Copy link

rahulr4 commented Feb 13, 2016

Hi,
When i compressed a 3gp video of size 160 mb, it got compressed to 8 mb which is fine but there is a green line in the whole video at the bottom.
Have anyone faced this issue and solved it ?
screenshot_2016-02-13-10-36-36 1

@lalongooo
Copy link
Owner

What's the Android API Level you are running on this example?

@dineshswaas
Copy link

     int resultWidth = 960;
    int resultHeight = 640;

its work fine for me.

@lalongooo
Copy link
Owner

Thanks for the tip @dineshswaas! @rahulr4, have you given it a try?

@jmbello
Copy link

jmbello commented Aug 25, 2016

I was having this issue, until I tried @dineshswaas tip, thanks.

@lalongooo
Copy link
Owner

Hi @jmbello , glad to know that!

@rahulr4 have you tried @dineshswaas 's tip so I can close this?

@amanflo
Copy link

amanflo commented Jul 19, 2017

 int resultWidth = 960;
 int resultHeight = 640;

Worked for me!! Thanks

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

No branches or pull requests

5 participants