MATLAB: How to read DV video file format in MATLAB 7.8 (R2009a)

avireadMATLAB

I have Digital Video files saved with .dv extension. This particular file format has three types of information, the video, the audio and the timestamp. I need to have the timestamp data along with the video and audio. I want to know which functions in MATLAB may be used to read these files.

Best Answer

The ability to read DV file format is possible in MATLAB 7.8 (R2009a) using MMREADER.
Please execute the following on the MATLAB command prompt to get the documentation for MMREADER:
doc mmreader