GiraffePlayer icon indicating copy to clipboard operation
GiraffePlayer copied to clipboard

关于手机拍摄视频旋转问题。

Open Liar1995 opened this issue 8 years ago • 3 comments

手机拍摄后的竖屏视频会被旋转,在GiraffePlayer播放的时候怎么能把竖屏的视频保持原样?

Liar1995 avatar Oct 10 '16 02:10 Liar1995

试试修改tcking.github.com.giraffeplayer.IjkVideoViewmVideoRotationDegree的值

tcking avatar Oct 14 '16 02:10 tcking

我改成软解就好了,留个联系方式不大神,我QQ:294320104

Liar1995 avatar Oct 15 '16 11:10 Liar1995

修改 IjkVideoView

private boolean enableBackgroundPlay=false; private boolean enableSurfaceView=false; private boolean enableTextureView=true; // 修改这个为 true. private boolean enableNoView=false;

tao0111225 avatar Nov 14 '16 02:11 tao0111225