BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.23k stars 4.61k forks source link

Fixed frames drop (black frame) when recording video with audio #2435

Open EstebanVallejo opened 7 years ago

EstebanVallejo commented 7 years ago

I was having an issue that caused some video records to have black frames at the end. It was happening because the audio track was longer than the video track.

Adding a property to avoid audio recording when there is no video recorded fixed this issue.