Page 1 of 1

VLC plugin for Power Point Remove or Bypass Video title

Posted: 24 Oct 2009 14:02
by nytechman
I would like to know how to disable the five second video title when using VLC plugin in power point. Any ideas?
A little history.
VLC 8.6i doesn't display the video title when playing back video but , it doesn't play back sound on MOV files. I need to get the Video playing with sound & no video title in PowerPoint.
Does anyone know if there is a DLL file I can add to add sound playback on 8.6i ?
or
Does anyone know how to disable the video title (perhaps using vb code in powerpoint ?) on a later version of VLC ?
Again I need this to work with the VLC plugin for Power Point and not VLC as a stand along player .

Any help would be greatly appreciated.

Re: VLC plugin for Power Point Remove or Bypass Video title

Posted: 24 Oct 2009 14:27
by VLC_help
--video-title-show, --no-video-title-show
Show media title on video (default enabled)
Display the title of the video on top of the movie. (default enabled)
--video-title-timeout=<integer>
Show video title for x milliseconds
Show the video title for n milliseconds, default is 5000 ms (5 sec.
http://wiki.videolan.org/VLC_command-line_help

Re: VLC plugin for Power Point Remove or Bypass Video title

Posted: 24 Oct 2009 19:05
by nytechman
How and where do I add these commands? Does it go in the registry ?
Do I add this to Powerpoints VB Code section ? Do i edit the VLAN.exe icon ?


Thanks for replying.

Re: VLC plugin for Power Point Remove or Bypass Video title

Posted: 25 Oct 2009 13:56
by VLC_help
You have add these to VB code because it doesn't use global VLC settings.

Re: VLC plugin for Power Point Remove or Bypass Video title

Posted: 10 Nov 2009 19:30
by jeh3404
What is the proper syntax for adding this as VB code?

Re: VLC plugin for Power Point Remove or Bypass Video title

Posted: 11 Nov 2009 13:58
by VLC_help
Add it to MRL and see what happens. The syntax should be same.