VideoRecorder
1.0.0
android影片錄製,模仿微視,支援按下錄製、抬起暫停。進度條斷點顯示。
錄影存在的問題:
1.如何取得攝影機的數據
2.如何把取得到的資料儲存到影片檔案中
3.如何錄製音頻,並與視訊合併
4.錄製影片時如何實現暫停功能
5.android攝影機支援的分辨率可能不符合需求,需要轉換分辨率
6.android手機錄製的影片是旋轉了90度的,如何實現旋轉(轉換到前置鏡頭又如何處理)
7.影片旋轉、利用圖片合成影片、使用本地影片剪輯、後製影片特效添加等等
本項目解決了1、2、3、4、5、6。
Copyright 2014 qdrzwd, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.å