video-compressor
video-compressor copied to clipboard
Video Green Issue
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 ?
What's the Android API Level you are running on this example?
int resultWidth = 960;
int resultHeight = 640;
its work fine for me.
Thanks for the tip @dineshswaas! @rahulr4, have you given it a try?
I was having this issue, until I tried @dineshswaas tip, thanks.
Hi @jmbello , glad to know that!
@rahulr4 have you tried @dineshswaas 's tip so I can close this?
int resultWidth = 960;
int resultHeight = 640;
Worked for me!! Thanks