我在IOS工作視頻處理(iphone/ipod/ipad)使用目標c。我正在使用AVFoundation框架捕獲視頻。我想用ffmpeg-libx264對這些視頻幀進行編碼/解碼。我已經爲ios編譯了ffmpeg-x264庫。我從AVFoundation獲得了kCVPixelFormatType_32BGRA。ffmpeg-X264 encode --BGRA to AVFrame(ffmpeg)and viceversa?對於IOS
我的問題是
1.How使用avcodec_encode_video到kCVPixelFormatType_32BGRA
轉換爲AVFrame
的e節點?
2.如何將AVFrame從avcodec_decode_video2轉換爲kCVPixelFormatType_32BGRA @ decode side?
請幫助我開始上面的過程或給出工作教程的路徑。提前感謝。