sucese / phoenix

The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.
Apache License 2.0
1.62k stars 288 forks source link

This video is less or equal to 720p, pass-through. #83

Open xfort opened 5 years ago

xfort commented 5 years ago

if (shorter <= SHORTER_LENGTH) { Log.d(TAG, "This video is less or equal to 720p, pass-through. (" + width + "x" + height + ")"); return null; } 为什么 =720 时,也要忽略。若原视频1280*720,但要改变码率和帧率等参数,这就无法压缩了。