player.rate = 4.0
doesn't work for me.
Is it a good way to achieve rate of 4.0 with AVPlayer
, or there is a better approach?
player.rate = 4.0
doesn't work for me.
Is it a good way to achieve rate of 4.0 with AVPlayer
, or there is a better approach?
Use
[AVComposition scaleTimeRange:toDuration:]
to produce a fast-motionAVAsset
.