phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.

Results 87 phoenix issues
Sort by recently updated
recently updated
newest added

录制视频后,预览显示 弹窗 无法播放此视频,且弹窗无法关闭。查找后发现录制的视频大小 为 0B,视频录制失败

**com.guoxiaoxing.phoenix.picker.ui.camera.CameraFragment** 603行 ```java mPreviewContainer.setAspectRatio(previewSize.getHeight() / (double) previewSize.getWidth()); ``` 如果window宽度比高度大时,应该是 ```java mPreviewContainer.setAspectRatio(previewSize.getWidth() / (double) previewSize.getHeight()); ```

Android 7.0设置了 videoFilterTime为60s,超过60s依旧显示 引用版本1.0.15

com.guoxiaoxing.phoenix.compress.video.engine.InvalidOutputFormatException: Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: 100

![image](https://user-images.githubusercontent.com/12515355/93432153-b675b780-f8f7-11ea-8700-27110018fcfb.png)

![image](https://user-images.githubusercontent.com/25812571/64308709-ca8c9680-cfcc-11e9-9d45-dfefac47e7af.png) 手机型号:oneplus 5 Android 系统9.0

在.start(this,PhoenixOption.TYPE_TAKE_PICTURE,1)并.enableCompress(true),启动拍照,拍照后图片未被压缩

选择拍照时,可以只拍照吗?让按钮不支持长按录像的功能

三星g9550 后置摄像头拍照黑屏,版本targetSdkVersion=》27