What frame structure should I use to convert the video format

I have a requirement to convert the video format to another format, such as a .mov file in the .wmv format, .mov in mp4 / mp3 / mpeg-1, etc. what kind of framework work should i use in cocoa to convert the video format.

Is it possible to use QuickTime Framework for this purpose.

Any help would be appreciated.

Thanks Akbar

+3
source share
1 answer

If you want to stay with pure Cocoa, then you need the QTKit framework. However, if nothing has changed with Lion, the QuickTime environment lacks a lot of functionality.

If you navigate using QuickTime, you probably also need to use the CoreVideo environment.

LGPL libavcodec.

+1

Source: https://habr.com/ru/post/1753113/


All Articles