You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/12/19 08:58:05 UTC

[GitHub] xiancong-KONG opened a new pull request #123: 3.0.x

xiancong-KONG opened a new pull request #123: 3.0.x
URL: https://github.com/apache/cordova-plugin-media-capture/pull/123
 
 
   CaptureVideoOptions : quality 0 low,1 high
    A value of 1 ( the default ) means high quality and value of 0 means low quality;
   high quality:one minute video 300MB,too big.
   
   MediaRecorder
   需要设置视频像素
   mRecorder.setVideoSize(640, 480); 
   mRecorder.setVideoFrameRate(30); 
   mRecorder.setVideoEncodingBitRate(3 * 1024 * 1024);
   https://blog.csdn.net/woshizisezise/article/details/51878566
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org