我們正在開發一個OSX應用程序,必須得到OSX 10.7到10.9的支持。目前,我們正在使用QTKit和QTMovieView顯示視頻,但想最近上傳新版本時,我們得到這個錯誤信息: Deprecated API usage. Apple no longer accepts submissions of apps that use QuickTime APIs.
我們還測試基本SDK設置爲10.
我在網上搜索過,但找不到太多。我可以在64位窗口上使用QuickTime C api嗎? 我知道它適用於32位,但可以在64位上使用它。 我正在尋找不同文件格式之間的編碼。 在Apple開發人員網站上,我找到了QTKit和AVFoundation的參考資料。有沒有可能在Visual C +中使用這兩個?
我想submint使用FFMPEG到Mac App Store的的應用程序,但我被拒絕,因爲對過時的QTKit框架libavcodec的鏈接: Deprecated API Usage - Apple no longer accepts submissions of apps that use QuickTime APIs.
我安裝的ffmpeg使用brew install ffmpeg。我怎
我得到了我QTMovieView當前時間,像這樣: QTTime time = self.movieView.movie.currentTime;
,然後把它放到SMPTE形式 NSString *SMPTE_string;
int days, hour, minute, second, frame;
long long result;
result = time.timeValue/