Search found 46 matches

Go to advanced search

by spection
23 Aug 2019 00:41
Forum: VLC media player for Windows Troubleshooting
Topic: Any way to hybridize the GUI interface with the RC interface?
Replies: 6
Views: 432

Re: Any way to hybridize the GUI interface with the RC interface?

Well, I tried the following command line: "VLCPortable.exe --extraintf rc Video.mp4", but although the RC interface appeared to work, there was no video or GUI. I'm obviously doing something wrong; what is it?

Thanks!
by spection
23 Aug 2019 00:03
Forum: VLC media player for Windows Troubleshooting
Topic: Any way to hybridize the GUI interface with the RC interface?
Replies: 6
Views: 432

Re: Any way to hybridize the GUI interface with the RC interface?

Hi, you can use --extraintf ;) I'm extremely happy to hear from a developer! And impressed. Anyway, thanks for the tip; I found it in the documentation. Awesome! If you want to do something simple, you might as well write a lua interface module or a C interface plugin ! What is your use case ? Prim...
by spection
22 Aug 2019 21:11
Forum: VLC media player for Windows Troubleshooting
Topic: Any way to hybridize the GUI interface with the RC interface?
Replies: 6
Views: 432

Re: Any way to hybridize the GUI interface with the RC interface?

Thank you most emphatically! I agree that RC might not be enough for what I need (though what I need is pretty simple), and I'm looking into libVLC, but I'm finding it intimidating. Fortunately, at least there's an Autoit UDF that implements the API to the library. But for the mean time, would you b...
by spection
21 Aug 2019 11:21
Forum: VLC media player for Windows Troubleshooting
Topic: Any way to hybridize the GUI interface with the RC interface?
Replies: 6
Views: 432

Any way to hybridize the GUI interface with the RC interface?

I must have better control of VLC from my own outside application (NOT a browser, and never a browser). RC definitely is far better than the clumsy techniques I'm using now (basically pulling down menus and selecting one item), but I've noticed that if you launch a vid with the RC interface, the GUI...
by spection
21 Aug 2019 11:15
Forum: VLC media player for Windows Troubleshooting
Topic: Please explain title encoding. It's not plain text, but it's not URL encoded either!
Replies: 3
Views: 614

Re: Please explain title encoding. It's not plain text, but it's not URL encoded either!

Yes, I was confused. I definitely saw spaces in the title encoded with plus signs in some circumstance, but that wasn't VLC's fault. I've learned that I just need to encode the path into URI syntax to search window titles for it.

Thanks to all.
by spection
12 Aug 2019 21:06
Forum: VLC media player for Windows Troubleshooting
Topic: Please explain title encoding. It's not plain text, but it's not URL encoded either!
Replies: 3
Views: 614

Please explain title encoding. It's not plain text, but it's not URL encoded either!

I've set the preferences option "Change title according to current media" to $F. I've got a tool that launches a video path with VLC then waits for a window to exist which has the correct title (or substring of the title). The problem is, the window title that appears is neither in simple ...
by spection
12 Aug 2019 20:58
Forum: VLC media player for Windows Troubleshooting
Topic: PLEASE! I need help controlling VLC programmatically! Desperately!
Replies: 20
Views: 10917

Re: PLEASE! I need help controlling VLC programmatically! Desperately!

I apologize, Ed, for failing to come back here to let you know that you helped a very great deal! Thank you!! I'd still like some way of either putting VLC in a known state (playing or paused) -or- inquiring the current state from VLC, but it seems you need to script with lua and I can't figure out ...
by spection
28 Jul 2019 08:42
Forum: VLC media player for Windows Troubleshooting
Topic: PLEASE! I need help controlling VLC programmatically! Desperately!
Replies: 20
Views: 10917

Re: PLEASE! I need help controlling VLC programmatically! Desperately!

Okay, I've got the main stuff working! I spent a lot of time trying to use the Win32 API function "SetFocus()", but I always got an access error, even after using OpenProcessToken() and AdjustTokenPrivileges() functions to allow access privilege. It was driving me crazy, until I realized t...
by spection
28 Jul 2019 00:42
Forum: VLC media player for Windows Troubleshooting
Topic: PLEASE! I need help controlling VLC programmatically! Desperately!
Replies: 20
Views: 10917

Re: PLEASE! I need help controlling VLC programmatically! Desperately!

Thank you once again, sir -- You've helped already! I have to work on the setting the focus, so I'll start there.

But please post your PowerShell code when you have the chance. I'm sure it will help me quite a bit.

Have a great day, and don't worry about your English -- it's just fine!
by spection
27 Jul 2019 21:33
Forum: VLC media player for Windows Troubleshooting
Topic: PLEASE! I need help controlling VLC programmatically! Desperately!
Replies: 20
Views: 10917

Re: PLEASE! I need help controlling VLC programmatically! Desperately!

Thank you enormously! Hooray for Ed! I'm coding in AutoIt, which has even more power and capability than PowerShell, including the ability to directly access DLLs. But PLEASE don't let that dissuade you from helping me with how you do it with PowerShell, since Its very probable that I can translate ...
by spection
27 Jul 2019 05:30
Forum: VLC media player for Windows Troubleshooting
Topic: PLEASE! I need help controlling VLC programmatically! Desperately!
Replies: 20
Views: 10917

PLEASE! I need help controlling VLC programmatically! Desperately!

The documentation here described several different interfaces for controlling VLC on Windows other than with the GUI, but I desperately need suggestions and advice concerning which to use, and no one has been willing to help. :cry: I will have several independent instances of VLC or VLC Portable run...
by spection
25 Jul 2019 23:40
Forum: Web and scripting
Topic: How to use Windows messages interface
Replies: 1
Views: 2211

How to use Windows messages interface

MODERATOR: This is a duplicate of a thread I posted under Windows Troubleshooting. I posted it here in the development area of the forum because the two sections have different audiences. It would be kind of you to leave them both, but if that is unacceptable, please choose which one to keep based o...
by spection
25 Jul 2019 23:34
Forum: VLC media player for Windows Troubleshooting
Topic: Please explain "Windows messages interface" Option
Replies: 0
Views: 302

Please explain "Windows messages interface" Option

When you enable All Options in Preferences (i.e., Advanced Preferences), under "Control interfaces", there's a checkbox labelled "Windows messages interface". If this is what it seems to me -- the ability to send Windows messages to VLC to control it programmatically -- I deeply ...
by spection
21 Jul 2019 02:06
Forum: Web and scripting
Topic: How to programmatically control simple VLC actions
Replies: 0
Views: 1863

How to programmatically control simple VLC actions

I want to programmatically control any one of several separate instances of VLC/VLC Portable playing one video each under 64-bit Windows 7 or 10 (I've already learned that I don't want to use playlists). I only need to accomplish simple things, such Pausing / Playing (not toggling; I need to be sure...
by spection
23 Jun 2019 00:41
Forum: VLC media player for Windows Troubleshooting
Topic: Any way to prevent bad, freak-out looping?
Replies: 0
Views: 156

Any way to prevent bad, freak-out looping?

Every so often (not rarely), after launching VLC on a video file (no format is more problematic than another it seems), it goes into a super-speed infinite loop in which the video title or filename flashes at breakneck speed alternating with a blank VLC title bar forever. It refuses to respond to an...
by spection
30 Jun 2018 05:38
Forum: VLC media player for Windows Troubleshooting
Topic: How to keep VLC from changing window size/pos?
Replies: 1
Views: 992

How to keep VLC from changing window size/pos?

These questions are in regard to the Windows version of VLC.... I strongly prefer VLC NOT to change the window size or position at any time once I set it to the size and place I choose, even when the embedded videos change size. I don't seem to recall having this issue prior to v3.0.3, but I may wel...
by spection
15 Apr 2018 00:07
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.x - Cannot use mouse to select menus, etc for DVD
Replies: 2
Views: 15437

Re: VLC 3.x - Cannot use mouse to select menus, etc for DVD

Thank you enormously, garf ! Once I had downloaded the link you provided and ran it, all the problems I was having vanished! :D And just for the record, here are the answers to your questions: Which version of Windows? - 64-bit Windows 10 Pro and 64-bit Windows 7 Pro. I did not need to reset my pref...
by spection
05 Apr 2018 04:53
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.x - Cannot use mouse to select menus, etc for DVD
Replies: 2
Views: 15437

VLC 3.x - Cannot use mouse to select menus, etc for DVD

For some time now, VLC later versions 2 and now with version 3 (or at least VLC Portable v3.x from PortableApps.com), when trying to play a DVD (ISO or Folder), the mouse cannot select DVD menu items and the like (such as audio settings and subtitles in the official DVD GUI). This is terrible! :cry:...
by spection
26 Apr 2016 05:06
Forum: VLC media player for Windows Troubleshooting
Topic: Enable Subtitle Track -1 by default
Replies: 2
Views: 816

Re: Enable Subtitle Track -1 by default

I have the same question for v2.2.2 under Windows 7. I have a lot of mkv files with English subtitles which are not set to default in the container, but I always want to watch them with subtitle track 1 always enabled.

Any way to do that with this latest version?
by spection
25 Apr 2016 01:46
Forum: VLC media player for Windows Troubleshooting
Topic: How do I get rid of Zoom in upper left corner
Replies: 3
Views: 10401

Re: How do I get rid of Zoom in upper left corner

As an alternative to resetting all your preferences, on Windows 7 I found that I could correct this problem as follows: Edit the file "C:\Users\{username}\AppData\Roaming\vlc\vlcrc" (there is no file extension). In my copy with this problem, I found the following text lines: # Video filter...
by spection
02 Feb 2016 22:40
Forum: VLC for Android and Chrome OS
Topic: How do I specify a Windows SMB network path in VLC for Fire TV?
Replies: 0
Views: 386

How do I specify a Windows SMB network path in VLC for Fire TV?

It is extremely frustrating to learn that there is virtually NO known documentation on the detailed operation of VLC for Android/FireTV! The provided Wiki is 99% useless . That being the case, I'm forced to ask this question here: Once I get to the field that is supposed to allow me to enter an &quo...
by spection
02 Feb 2016 22:20
Forum: VLC for Android and Chrome OS
Topic: Streaming to Amazon Fire TV Stick from PC
Replies: 7
Views: 2215

Re: Streaming to Amazon Fire TV Stick from PC

Although I'm using a full Fire TV instead of a stick, I am extremely angry that -- even after extensive searching -- I still cannot find ANY documentation that explains how to use this EXTREMELY crappy version of VLC to connect to Windows network (SMB) shares (or any other networking infrastructure,...
by spection
27 Sep 2013 06:40
Forum: VLC media player for Windows Troubleshooting
Topic: How to set VLC to play files immediately upon open?
Replies: 1
Views: 374

How to set VLC to play files immediately upon open?

In the past, VLC has played media files immediately upon opening a file, but now I'm forced to press the play button to start them, which I do not like.

How can I adjust the settings so that media files will play right away without having to press the play button?

Thanks
by spection
02 Jun 2013 07:08
Forum: VLC media player for Windows Troubleshooting
Topic: Sudden screwup of "Default" video decoding-v206&207
Replies: 0
Views: 210

Sudden screwup of "Default" video decoding-v206&207

Suddenly (within the last week or so), VLC versions 2.0.6 (as well as the latest nightly v2.0.7) started showing terrible color and brightness (etc, etc) while playing all the video files I checked (.mp4, .wmv, .avi, .flv, .mpg, .mpeg2, etc) on my 32-bit XP Pro/SP3. The machine has a separate Radeon...
by spection
20 May 2013 04:18
Forum: VLC media player Feature Requests
Topic: A formal request for "Video Effects" Reset Button
Replies: 14
Views: 15908

Re: A formal request for "Video Effects" Reset Button

Thanks, ostrom! We need MORE people to second this feature request.

I've regrettably had to switch away from VLC and use one of the scores of video players that have had such reset feature for years. How terribly disappointing! :-|

Go to advanced search