|
@@ -407,7 +407,7 @@ public class BFRecordExport {
|
|
|
// BFLog(1, message: "视频导出完成: \(String(describing: url)) 生成视频时长为:\(outSeconds) 总用时:\(exportEndTime - tempBeginExport)")
|
|
|
print("生成视频时长为:\(outSeconds) 总用时:\(exportEndTime - tempBeginExport)")
|
|
|
if testFor {
|
|
|
- cShowHUB(superView: nil, msg: (outSeconds == 0) ? "合成失败请重试。" : "合成成功,总用时:\(exportEndTime - tempBeginExport)")
|
|
|
+ cShowHUB(superView: nil, msg: (outSeconds == 0) ? "合成失败请重试。" : "总用时:\(exportEndTime - tempBeginExport)")
|
|
|
}
|
|
|
|
|
|
self?.exportCompletion?(nil, url)
|