@@ -143,7 +143,7 @@ public class BFRecordExport {
}
let sticker = splitBaseMaterial(timelineIn: totalDur, model_in: 0, duration: duration)
- sticker.originalData = itemModel.coverImg?.pngData()
+ sticker.originalUImage = itemModel.coverImg
sticker.volumeGain = 0
sticker.type = StickerType.IMAGE.rawValue
videoStickers.append(sticker)