Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to read the available video through MatlabR2010a?

Status
Not open for further replies.

ShikenNoAce

Newbie level 5
Joined
Feb 19, 2011
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,352
Hi,

I want to read a video through Matlab2010a but unfortunately the step that I used provided in Matlab help doesn't work. Anybody have a tutorial on how to code it in Matlab2010a? Thanks
 

1). for reading video in avi format, use "aviread"
2). for .wav files, use "wavread" and "wavwrite"
3). for .mp3, download the file from following link:
mp3read and mp3write - File Exchange - MATLAB Central

for getting more details about these, just type help followed by keyword in matlab command prompt.
ex: help wavread

hope these will help you..:)
 
use mmreader function. It can read most formats and some formats depending on the operating system which you are using.
 
Thanks vig's.Appreciate your response :)

---------- Post added at 05:10 ---------- Previous post was at 05:10 ----------

Thanks ninju..Apprecoate ur response :)
 

i am not able to read .avi files in MATLAB 7.0. can anybody help
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top