appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

Video Playing at Stretched Aspect Ratio #148

Open joncwchao opened 8 years ago

joncwchao commented 8 years ago

Seems like the player now stretches the output video to match the dimensions of the surface it is rendered in. The screenshot in the git readme implies this isn't supposed to be the case. Is there a way to configure this? Seems like it's something to do with the ANativeWindow, since all the scaling/conversion in player.c seem to be happening at the video's native resolution.

Thanks.