LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get mkv format video in labview

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  

 

Regards
0 Kudos
Message 1 of 12
(4,688 Views)

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



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 12
(4,679 Views)
0 Kudos
Message 3 of 12
(4,666 Views)

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 

Regards
0 Kudos
Message 4 of 12
(4,633 Views)
people please .....need a little help here ....can labview be used to processes a *.mkv video file ?
Regards
0 Kudos
Message 5 of 12
(4,606 Views)

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.

Message Edited by rolfk on 03-09-2010 11:20 AM
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 6 of 12
(4,589 Views)
USe the vlc player and since vlc plays mkv (I can assure you that) i think it should work.
0 Kudos
Message 7 of 12
(4,586 Views)

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

LabVIEW 2012
Message 8 of 12
(4,577 Views)

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 enoughHowever isn't mkv a compressed format i.e a key frame then information regarding how the the next 10/20 frames are processedi.e it creates the frames on the flyTo get at that raw data you would need to convert it to a raw format firstIf 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 wrongThe 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

Message Edited by Coq Rouge on 03-09-2010 01:31 PM


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 9 of 12
(4,568 Views)

Thanks Rouge,

 

I knew I was out on a limb on that one 😉

 

Craig

LabVIEW 2012
0 Kudos
Message 10 of 12
(4,562 Views)