1

なぜ私の動画が 5 秒まで遅くならないのか説明できる人はいますか? secondAsset.duration は 15 秒です。エクスポート後、ビデオを 5 秒間再生し、残りの 10 秒間は最後のフレームを表示します。

AVMutableCompositionTrack *secondTrack = [mixComposition addMutableTrackWithMediaType:AVMediaTypeVideo preferredTrackID:kCMPersistentTrackID_Invalid];
    [secondTrack insertTimeRange:CMTimeRangeMake(kCMTimeZero, secondAsset.duration) ofTrack:[[secondAsset tracksWithMediaType:AVMediaTypeVideo] objectAtIndex:0] atTime:firstAsset.duration error:nil];

    [secondTrack scaleTimeRange:CMTimeRangeMake(kCMTimeZero, secondAsset.duration) toDuration:CMTimeMake(5,1)];
4

0 に答える 0