mabeijianxi / small-video-record

利用FFmpeg视频录制微信小视频与其压缩处理
Apache License 2.0
3.46k stars 729 forks source link

video capture time control #332

Open robinvanyang opened 6 years ago

robinvanyang commented 6 years ago

I test the library a lot in last three days, and I found I could not control the video capture time exactly, for example, I set the max record time to 10000ms, but the result is 10~13 seconds, how could I solve this problem if I use this lib.

问题描述: 在设置视图中设置视频的最大录制时间为10秒, 然后我在录制视图中,按住录制按钮直到结束, 但是生成的视频文件时长不固定, 10~14秒都可能。