Android video recording, imitating Weishi, supports pressing to record and lifting to pause. Progress bar breakpoint display.
Problems with video recording:
1. How to obtain camera data
2. How to save the acquired data into a video file
3. How to record audio and merge it with video
4. How to implement the pause function when recording video
5. The resolution supported by the android camera may not meet the requirements, and the resolution needs to be converted.
6. The video recorded by the android phone is rotated 90 degrees. How to achieve the rotation (and how to handle the conversion to the front camera)
7. Video rotation, using pictures to synthesize videos, using local video clips, adding post-production video special effects, etc.
This project solves 1, 2, 3, 4, 5, and 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.å