VideoCodecKit icon indicating copy to clipboard operation
VideoCodecKit copied to clipboard

什么时候支持 VideoToolBox H265 硬编码?

Open GanZhiXiong opened this issue 1 year ago • 3 comments

你好。 想用你这个编码 H265,但不支持。 麻烦推荐一个支持 VideoToolBox H265 硬编码的库?

GanZhiXiong avatar Dec 13 '23 01:12 GanZhiXiong

VideoCodecKit 库后续不在维护,我会用Swift写一个新的跨Linux & Mac平台的新库 https://github.com/CmST0us/MediaIO

如果现在要用,可以考虑使用 https://github.com/shogo4405/HaishinKit.swift

CmST0us avatar Dec 14 '23 12:12 CmST0us

感谢您的推荐。期待 MediaIO 更加完善。

我还没有机会尝试过混合开发,请问这两个 Swift 写的库,objective-c 的项目能使用吗?

GanZhiXiong avatar Dec 14 '23 15:12 GanZhiXiong

感谢您的推荐。期待 MediaIO 更加完善。

我还没有机会尝试过混合开发,请问这两个 Swift 写的库,objective-c 的项目能使用吗?

可以用Swift包一层ObjC的接口层。 不过更推荐的做法是直接用Swift,因为ObjC确实已经有点更不上时代了

CmST0us avatar Dec 17 '23 06:12 CmST0us