AVAssetWriter错误-12743添加HDR元数据
创始人
2024-11-12 20:30:13
0

错误代码-12743表示AVAssetWriter无法添加HDR元数据。要解决此问题,您可以尝试以下解决方法:

  1. 检查是否支持HDR:在使用AVAssetWriter之前,首先检查设备是否支持HDR。您可以使用AVCaptureDevice类的isHDRVideoSupported属性来确定设备是否支持HDR。如果设备不支持HDR,则无法添加HDR元数据。
if let device = AVCaptureDevice.default(for: .video), device.isHDRVideoSupported {
    // HDR is supported
} else {
    // HDR is not supported
}
  1. 检查输出格式:确保您设置的输出格式支持HDR。您可以使用AVCaptureVideoDataOutput的availableVideoCodecTypes属性获取设备支持的视频编解码器类型,并确保选择的编码器支持HDR。
let videoDataOutput = AVCaptureVideoDataOutput()
let availableCodecs = videoDataOutput.availableVideoCodecTypes
// Check if any codec supports HDR
let hdrSupportedCodecs = availableCodecs.filter { codec in
    let supportsHDR = codec.supportsHDR
    return supportsHDR
}
// Select a codec that supports HDR
let selectedCodec = hdrSupportedCodecs.first
// Set the selected codec to output settings
videoDataOutput.setSampleBufferDelegate(self, queue: DispatchQueue.main)
videoDataOutput.videoSettings = [kCVPixelBufferPixelFormatTypeKey as String: kCVPixelFormatType_32BGRA,
                                 AVVideoCodecKey: selectedCodec]
  1. 更新AVAssetWriter配置:如果您已经确认设备支持HDR并且选择了支持HDR的编码器,但仍然无法添加HDR元数据,可能是因为AVAssetWriter的配置不正确。请确保在创建AVAssetWriter之前正确配置它,包括设置输出URL,输出文件类型和输出设置。
let writer = try AVAssetWriter(outputURL: outputURL, fileType: .mov)
let outputSettings = [
    AVVideoCodecKey: selectedCodec,
    AVVideoCompressionPropertiesKey: [
        // Set HDR metadata
        AVVideoHDRMetadataKey: hdrMetadata
    ]
]
let videoInput = AVAssetWriterInput(mediaType: .video, outputSettings: outputSettings)
writer.add(videoInput)

请注意,上述代码示例仅供参考,并且可能需要根据您的具体需求进行适当的修改。

相关内容

热门资讯

第3分钟窍要!德扑之心免费透视... 第3分钟窍要!德扑之心免费透视(透视)一贯是有辅助下载(哔哩哔哩)该软件可以轻松地帮助玩家将德扑之心...
第七分钟阶段!hhpoker怎... 第七分钟阶段!hhpoker怎么破解(透视)竟然有辅助开挂(哔哩哔哩)该软件可以轻松地帮助玩家将hh...
九分钟秘籍!wepoker私人... 九分钟秘籍!wepoker私人局俱乐部辅助(透视)总是是有辅助下载(哔哩哔哩)1、这是跨平台的wep...
7分钟课程!wepoker究竟... 7分钟课程!wepoker究竟有没有透视(透视)切实是真的有辅助安装(哔哩哔哩)1、用户打开应用后不...
第三分钟教程书!wepoker... 第三分钟教程书!wepoker轻量版辅助(透视)果然有辅助教程(哔哩哔哩)该软件可以轻松地帮助玩家将...
六分钟大纲!wepoker插件... 六分钟大纲!wepoker插件辅助(透视)本来是有辅助透视(哔哩哔哩)运wepoker插件辅助辅助工...
第六分钟策略!拱趴大菠萝挂哪里... 第六分钟策略!拱趴大菠萝挂哪里(透视)好像是真的有辅助神器(哔哩哔哩)1、拱趴大菠萝挂哪里辅助软件下...
5分钟技法!wpk透视工作室(... 5分钟技法!wpk透视工作室(透视)切实是有辅助教程(哔哩哔哩)wpk透视工作室脚本下载中分为三种模...
8分钟阶段!wepoker透视... 8分钟阶段!wepoker透视脚本安卓(透视)其实有辅助下载(哔哩哔哩)1、wepoker透视脚本安...
3分钟法门!如何判断wpk辅助... 3分钟法门!如何判断wpk辅助软件的真假(透视)原来是真的有辅助教程(哔哩哔哩)1、起透看视 如何判...