看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) Visual Studio 2013 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) 問題(Question): 我想用MFC視窗程式讀取AVI的視訊,但是不知道要從何下手,因為我想嘗試看看,不使用 OpenCV的函式,因此想用純C的語言來寫,想問問看有沒有甚麼資源可以參考? 餵入的資料(Input): 預期的正確結果(Expected Output): 錯誤結果(Wrong Output): 程式碼(Code):(請善用置底文網頁, 記得排版) 補充說明(Supplement): -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.138.176.65 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1437528246.A.59D.html
Dforce: http://tinyurl.com/oan7p8w AVIFile reference msdn 07/22 09:52
TeaEEE: DirectShow 07/22 11:28
TeaEEE: Vfw32不太推廌用,因為ms已不再更新了 07/22 11:35
ahabook: 用這個吧他用C寫的 我也是用這個讀取的 07/22 14:07
techo0116: ffmpeg 07/22 14:41
Raymond0710: 自己硬幹Decoder嗎? 不然為什麼要捨棄OpenCV 07/22 19:04
kwpn: ffmpeg 07/22 22:27
damody: libav 07/23 03:29