DirectShow (DirectX) based AVI file reader Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: dxAvi.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Ashwin Thangali (View more)

DirectShow (DirectX) based AVI file reader script description:




Publisher review:
DirectShow (DirectX) based AVI file reader provides a simple matlab interface to read large AVI files (> 2Gb) and most codecs This library contains helper functions to read image frames into Matlab from an AVI file using DirectShow on windows (Linux users may want to google MPlayerMex). It hence,a) does not suffer from the 2Gb file size limit of the VFW based Matlab avireadb) handles most codecs installed on the systemc) has functions quite similar to aviread*** Depending on your Matlab version, renaming the .mexw32 files to .dll may work. On win64, a workaround is to run 32bit matlab version. Otherwise, to recompile use mex_cmd.m, I have only tried with VC 7 compiler on win32. If you have success compiling on win64, do let me know so that we can incorporate the .mexw64's.-- testDxAvi.m is a simple example.The library usage is as follows,[avi_hdl, avi_inf] = dxAviOpen(avi_filename);pixmap = dxAviReadMex(avi_hdl, frame_num);img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]);dxAviCloseMex(avi_hdl);** If your avi file fails to open: in ffdshow configuration (ffdshow is available in Klite pack) set the decoder for the corresponding video format to "libavcodec". Notes:BaseClasses directory is from "Direct X 9.0 SDK 2002" (Google should get you this), code here is based on GrabBitmaps.cpp in DirectShow samples. Requirements: ยท MATLAB Release: R14SP3
DirectShow (DirectX) based AVI file reader is a Matlab script for Development Tools scripts design by Ashwin Thangali. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5