Search found 10 matches

Go to advanced search

by dewang2k3
21 Jul 2015 23:43
Forum: VLC media player Feature Requests
Topic: Sending a command-line command like "Mute Audio" to a running VLC instance?
Replies: 1
Views: 684

Sending a command-line command like "Mute Audio" to a running VLC instance?

Hi, When a VLC instance( or application) is running, there are many GUI-commands on the VLC window which you can issue to control the running VLC. For example, for controlling audio, you have the following three commands among many others: 1. Audio -> Increase Volume; 2. Audio -> Decrease Volume; 3....
by dewang2k3
21 Jul 2015 01:36
Forum: VLC media player Feature Requests
Topic: Does VLC support HDCP-encrypted output?
Replies: 1
Views: 2064

Does VLC support HDCP-encrypted output?

Hi, In my application, I will need VLC to run H.264 decoding and then send a HDCP-encrypted output to either HDMI port or DP port. But I read through VLC manuals and didn't find anything on VLC settings which can turn on/off HDCP-encrypted on the VLC output. Is there anyone know anything about it. P...
by dewang2k3
06 Feb 2015 21:34
Forum: VLC media player for Windows Troubleshooting
Topic: How to control window properties on VLC by command-line?
Replies: 8
Views: 29013

Re: How to control window properties on VLC by command-line?

Hi Mederi, Thanks for your reply! But I tried your options and they didn't work in my Windows 7 PC here. Here are what I've tried: Try 1: --no-embedded-video --no-qt-video-autoresize --autoscale --width=200 --height=200 --video-x=100 --video-y=100 myvideo.mp4 --> result: the size of the output video...
by dewang2k3
06 Feb 2015 19:52
Forum: VLC media player for Windows Troubleshooting
Topic: How to control window properties on VLC by command-line?
Replies: 8
Views: 29013

How to control the video window size from command-line commands?

Hi Folks, I tried the following command-line command in my Windows 7 PC: vlc.exe --no-embedded-video --width=<integer> --height=<integer> --video-x=<integer> --video-y=<integer> myvideo.mp4 It looked like the options (--width=<integer> --height=<integer>) didn't work at all and the size of the video...
by dewang2k3
05 Feb 2015 02:06
Forum: VLC media player for Windows Troubleshooting
Topic: How to control the output video window size in command-line?
Replies: 0
Views: 797

How to control the output video window size in command-line?

Hi, I've tried the following command-line command in my Windows 7 machine: vlc.exe --no-embedded-video --width=<integer> --height=<integer> --video-x=<integer> --video-y=<integer> video.mp4; By the above command, I can control the Position of the pop-up video window. But I can NOT control the size o...
by dewang2k3
05 Feb 2015 00:12
Forum: VLC media player for Windows Troubleshooting
Topic: How to control window properties on VLC by command-line?
Replies: 8
Views: 29013

Re: How to control window properties on VLC by command-line?

Hi Medderi, Now, I used the following command-line command: C:\Applications\VLC>vlc.exe --no-embedded-video --video-x=100 --video-y=100 --width=400 --height=400 Movie1080p_1.mp4 It looked like I can control the position(video-x,video-y) of the pop-up video window now, but NOT the size(width,height) ...
by dewang2k3
04 Feb 2015 18:45
Forum: VLC media player for Windows Troubleshooting
Topic: How to control window properties on VLC by command-line?
Replies: 8
Views: 29013

Re: How to control window properties on VLC by command-line?

Hi Jean, Thanks for your reply, but I don't understand you here. How to disable video embedding? For embedded window video, there is an option "--drawable-hwnd=<integer>". Do you mean that this embedded video option CANNOT be used together with those window properties options(--width=<inte...
by dewang2k3
04 Feb 2015 01:34
Forum: VLC media player for Windows Troubleshooting
Topic: Embedded window video (--drawable-hwnd=<integer> ) doesn't work in Windows 7?
Replies: 2
Views: 589

Embedded window video (--drawable-hwnd=<integer> ) doesn't work in Windows 7?

Hi, The VLC command line has an option to enable Embedded window video" feature as follows: --drawable-hwnd=<integer> Here, <integer> is a window handle(HWND). But it didn't work in my Windows 7 machine. Does anyone have any idea on how to use this option? Or did I do something wrong here? Than...
by dewang2k3
03 Feb 2015 23:32
Forum: VLC media player for Windows Troubleshooting
Topic: How to control window properties on VLC by command-line?
Replies: 8
Views: 29013

How to control window properties on VLC by command-line?

I've read VLC command line help on controlling window properties by the following options: --width=<integer> --height=<integer> --video-x=<integer> --video-y=<integer> To my understanding, the first two width/height are for setting up VLC output window size and the last two video-x/video-y are for s...

Go to advanced search