Search found 40 matches

Go to advanced search

by InsureMan
25 Aug 2009 12:27
Forum: VLC media player for Windows Troubleshooting
Topic: Set Video Track Via Command Line
Replies: 5
Views: 3918

Re: Set Video Track Via Command Line

Able to confirm that what you suggested worked, command-line options are case-senitive and the tracks are number from 0. Track 1=0

Many thanks
by InsureMan
18 Aug 2009 13:53
Forum: VLC media player for Windows Troubleshooting
Topic: Set Video Track Via Command Line
Replies: 5
Views: 3918

Re: Set Video Track Via Command Line

Still trying to have a DVD when started by Command line play a predetermined track. Typically a DVD will have 3 Audio Tracks, eg Track1 2.0, Track 2 Dolby 5.1, or Track 3 DTS 5.1. From what I can find in the Forum one of the pieces of code that is discussed is using something like : --audio-track=<i...
by InsureMan
06 Aug 2009 11:41
Forum: Development around libVLC
Topic: ActiveX - 1.0.1 Issues
Replies: 1
Views: 527

ActiveX - 1.0.1 Issues

Recently changed from release 0.9 to 1.0.1 and have found the following issues with ActiveX in the new version. Have the ActiveX embedded in an Access 2003 form and control is by VB. Hot Key Issues, 1 Key F no longer returns the display from full screen, worked previously 2 Key B no longer cycles th...
by InsureMan
22 Jun 2009 12:54
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.0-rc1 builds for Windows
Replies: 41
Views: 24418

Re: VLC 1.0.0-rc1 builds for Windows

Firstly hope I have put this in the right place. If not I am sure I will be directed to the right place. Have 2 Questions for comment: 1 - Have been testing a few of the nightly builds of VLC 1.0 and have just downloaded version 1.1.0 dated the 22 June 2009 and there still seems to be an issue tryin...
by InsureMan
21 May 2009 11:37
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Just wandering if there has been any work done to make SPDIF available with ActiveX
by InsureMan
29 Mar 2009 21:56
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Thanks for confirming that, Is it likley to be altered so that ActiveX will use SPDIF in the near future?
by InsureMan
28 Mar 2009 22:22
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

In stand alone mode if I go to: Tools, Messages, - I see the following message line; dts info:DTS Channels:6 SampleRate:48000 BitRate 768000 Then if I look at the Modules Tree I see the following: decoder "dts" audio output "waveout" audio output "dtstospdif" from the &...
by InsureMan
27 Mar 2009 21:56
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Tried the suggestion to remove, remove libaout_directx_plugin.dll from your VLC plugins But this made no difference, if I set set the spdif feature in stand alone mode I get “choppy” sound with no wave out set. Presumably if I do the same thing in code and only have, ReDim Options(2) Options(0) = &q...
by InsureMan
27 Mar 2009 13:07
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Have tested the mvarPLNo = mobjPlayer.playlist.Add(strFullFileName, strMovieName, Options) with full screen and aspect ratio as options and the player will start in full screen and with the desired aspect ratio on opening, so I would assume from this that this is the place to put all the initial opt...
by InsureMan
26 Mar 2009 20:29
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Have tried your suggestion and still no success, When I tried: \\Mediacentre\drive G\VideoFolder\DVDName\video_ts@1:1-1:24 :spdif :aout=”Win32 waveOut extension output” With this being part of strFullFileName the DVD failed to play, without the array option. mvarPLNo = mobjPlayer.playlist.Add(strFul...
by InsureMan
26 Mar 2009 09:58
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Have changed the code slightly and made the PlayList.Add Options as an Array Dim Options1() As Variant ReDim Options1(0) Options1(0) = ":spdif:aout=""Win32 waveOut extension output""" And to reflect the change also altered mvarPLNo = mobjPlayer.playlist.Add(strFullFileN...
by InsureMan
26 Mar 2009 05:57
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Still have had no success with getting the audio to work correctly under ActiveX conditions. Will just recap were I am with this project. Firstly can someone confirm that as an ActiveX player all the features of the stand alone player are available to use, just that they have to be done with code. T...
by InsureMan
24 Mar 2009 22:37
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX HotKey Options
Replies: 3
Views: 293

Re: ActiveX HotKey Options

Would I be correct to presume that at some stage if I download a Nightly Build I may well find this feature corrected?
by InsureMan
24 Mar 2009 22:32
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Have developed my code as below, Is this what you would expect the initialize code to look like? Example: \\Mediacentre\drive G\VideoFolder\DVDName\video_ts@1:6-1:24@1:6-1:24:spdif:aout=Win32 waveOut extension output Was not sure if you add the - <Win32 waveOut extension output> as the string conten...
by InsureMan
24 Mar 2009 11:19
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

Re: ActiveX - No Sound from Centre Speaker

Don't under stand what you mean by "initialize ActiveX ", what I have here is VLC ActiveX embedded in an Access 2003 form. Have then set a reference to "C:\Program Files\VideoLan\VLC\axvlc.dll". Then using the "Object Browser" I have been able to workout to do such thin...
by InsureMan
22 Mar 2009 08:58
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX - No Sound from Centre Speaker
Replies: 19
Views: 1450

ActiveX - No Sound from Centre Speaker

Have the “S/PDIF when available” option set, along with the “Win32 wave out extension output” which works fine as a standard player and I have sound out of front centre speaker. Am unable to get sound from centre speaker in ActiveX mode even if I cycle through the 3 different Track options. What do ...
by InsureMan
22 Mar 2009 08:44
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX HotKey Options
Replies: 3
Views: 293

ActiveX HotKey Options

In the HotKey Options, it shows an option to, Cycle through audio devices, HotKey S, this is also the HotKey used for Stop. In standard mode was able to change, Cycle through audio devices, to HotKey Y. Also found that custom HotKeys don’t appear to be an option in ActiveX and that the only keys tha...
by InsureMan
08 Mar 2009 09:42
Forum: VLC media player for Windows Troubleshooting
Topic: Clear Playlist in ActiveX Control
Replies: 1
Views: 352

Re: Clear Playlist in ActiveX Control

Problem Solved - After Adding new entries to Playlist ran code in this order

.playlist.playItem (0)
.playlist.Next

This moved to the start of the new entries
by InsureMan
07 Mar 2009 13:05
Forum: VLC media player for Windows Troubleshooting
Topic: Clear Playlist in ActiveX Control
Replies: 1
Views: 352

Clear Playlist in ActiveX Control

Have VLC as an ActiveX embedded in an Access form and control VLC with Access VB code. Have Access load 20 media files and the playing and navigating through these is fine. My issue is that if I use the following code to try and clear the Playlist: Public mobjPlayer As VLCPlugin2 Set mobjPlayer = Me...
by InsureMan
26 Oct 2008 22:26
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX Audio help required.
Replies: 5
Views: 386

Re: ActiveX Audio help required.

I understand that resources are limited, just wandering how do we know in the future if this issue has been resolved.

Thanks
by InsureMan
25 Oct 2008 21:22
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX Audio help required.
Replies: 5
Views: 386

Re: ActiveX Audio help required.

Have used various Keys for this function, "U", "X" & "Shift +X" together and they all work fine when the player is being used in a stand alone situation, but when it is being used as an ActiveX there is no change when trying to cycle audio tracks. Any chance of some...
by InsureMan
25 Oct 2008 13:07
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX Audio help required.
Replies: 5
Views: 386

ActiveX Audio help required.

Have VLC Media Player 0.0.94 in an Access form as an ActiveX component and have issues with the “Hot Key” function – Cycle Audio Tracks. When VLC Media Player has the focus and is in Full Screen mode it is possible to do most of the other “HotKey” function, like next & previous chapters, toggle ...
by InsureMan
22 Oct 2008 11:44
Forum: VLC media player for Windows Troubleshooting
Topic: Use AppActivate to Communicate with VCL Media
Replies: 0
Views: 196

Use AppActivate to Communicate with VCL Media

Has any one had any experience using the AppActivate function within Access to change the focus to VCL Media Play so that one is able to send key strokes from Access to VCL using the SendKeys function. Did you use the following while VLC was running; SendKeys("String-Title") If you had suc...
by InsureMan
21 Oct 2008 21:56
Forum: VLC media player for Windows Troubleshooting
Topic: CommandLine Switch for Audio Track 2
Replies: 10
Views: 999

Re: CommandLine Switch for Audio Track 2

May be this thread can now be closed as it would appear that it is not possible with commandline switches to set Audio options on startup

Thanks for your help.
by InsureMan
21 Oct 2008 05:33
Forum: VLC media player for Windows Troubleshooting
Topic: CommandLine Switch for Audio Track 2
Replies: 10
Views: 999

Re: CommandLine Switch for Audio Track 2

Thanks for the advice. Is there any way with commandline switches that I can set up to have VLC start playing a DVD with a particular audio type?

As an alternative do I have the ability to force any audio, say 5.1 DTS?

Go to advanced search