Adding text subtitles to video track (in Swift) fails with error code -11841

后端 未结 3 1139
天涯浪人
天涯浪人 2021-02-04 22:23

I have been struggling with adding text subtitles to videos for a while. I have added some links that I referred in detail, but they are not helping.

In below code, I a

3条回答
  •  迷失自我
    2021-02-04 23:14

    You failed to insert trackID when creating layer instruction. Try :

    let videolayerInstruction : AVMutableVideoCompositionLayerInstruction = AVMutableVideoCompositionLayerInstruction(vtrack)
    

提交回复
热议问题