03-05-2010 12:42 AM
hi all
is there a way to get a *.mkv extension video file in labview?
i know that *.avi video file , by using the vision toolkit , can be used in labview ...but is there a way to do the same thing with a *.mkv file
regards
03-05-2010 01:53 AM
You can use ActiveX and a media player application. I have used this method on VLC player, Quicktime, and Windows media player. I can not promise you success but it is worth a try.
Do a search in this forum for more details

03-05-2010 03:46 AM
03-08-2010 04:51 AM
hi thanks for the replies....but my question is still unanswered , what i specifically want to know is that is there anyway i can use *.mkv in the labview and play with the video ......like in the case of *.avi format i can pretty much do anything using the vision toolkit, resize the image , get total number of frames etc etc .... can i do same things to the mkv format video files ??
regards
03-09-2010 01:35 AM
03-09-2010 04:20 AM - edited 03-09-2010 04:20 AM
nolsqn wrote:
people please .....need a little help here ....can labview be used to processes a *.mkv video file ?
Integrating a media player through ActiveX as already suggested, who understands that format is your best and probably only workable bet.
03-09-2010 04:25 AM
03-09-2010 06:01 AM
In a raw video format which I think your are implying by avi by saying that you can get at individual frames then this is fair enough. However isn't mkv a compressed format i.e a key frame then information regarding how the the next 10/20 frames are processed? i.e it creates the frames on the fly. To get at that raw data you would need to convert it to a raw format first. If you want to just play the file then i would recommend VLC.
Its like the difference between a wav file and an mp3 file.
Craig
03-09-2010 06:30 AM - edited 03-09-2010 06:31 AM
craigc wrote:In a raw video format which I think your are implying by avi by saying that you can get at individual frames then this is fair enough. However isn't mkv a compressed format i.e a key frame then information regarding how the the next 10/20 frames are processed? i.e it creates the frames on the fly. To get at that raw data you would need to convert it to a raw format first. If you want to just play the file then i would recommend VLC.
Its like the difference between a wav file and an mp3 file.
Craig
Not that it is important. But you are wrong. The mkv file format is a container format. Here is a crash course in the mkv file format
http://www.matroska.org/technical/whatis/index.html

03-09-2010 07:27 AM
Thanks Rouge,
I knew I was out on a limb on that one 😉
Craig