Trouble applying scaleTimeRange on multiple videos in a AVMutableComposition video
After you scale the video, duration of the composition gets recalculated, so you need to append the next part according to this change. Replace insertTime = insertTime + duration with …
Trouble applying scaleTimeRange on multiple videos in a AVMutableComposition video Read More »