Talk to VLC from Excel VBA -
when playing video in normal, standalone vlc player, wish current timecode in excel. in vba i've added videolan vlc activex plugin reference, , isolated code below.
sub vlctest() dim myvlc new axvlc.vlcplugin2 msgbox myvlc.input.time end sub
this returns -1
, meaning there's nothing there. i'm wondering if intended interact embedded instance of vlc.... need work regular standalone vlc player. advice appreciated!
Comments
Post a Comment