How to set the pitch for a video?

I created a demo application like tom cat using this . In this link, we can set the sound tone value using CDSoundEngine . However, I want to set the pitch value for the video. How can i do this?

+6
source share
1 answer

There is a scaleTimeRange method in AVMutableCompositionTrack that can be used to set the video playback speed.

0
source

All Articles