开发者

Which frame work I have to use for video format conversion

开发者 https://www.devze.com 2023-01-06 12:06 出处:网络
I have a requirement to conver开发者_如何转开发t the format of video to another format such as .mov file to .wmv format,

I have a requirement to conver开发者_如何转开发t the format of video to another format such as .mov file to .wmv format, .mov to mp4/mp3/mpeg-1 etc, which frame work I have to use in cocoa for video format conversion.

can I use QuickTime Framework for this purpose.

Any help would be appreciated.

Thanks, Akbar


If you want to stay with pure Cocoa then you will need QTKit framework. However, unless things have changed with Lion, a lot of functionality is missing from QuickTime framework.

If you go with QuickTime then you probably need to use the CoreVideo framework as well.

Alternatively, you could consider the LGPL libavcodec library.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号