Bug with --video-x

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
pjsteele
Blank Cone
Blank Cone
Posts: 27
Joined: 20 Mar 2008 15:53

Bug with --video-x

Postby pjsteele » 20 Sep 2009 23:13

I think found an issue with the 1.0.1 player.

If the player is launched using OpenGL the command line parameter video-x doesn't work

The following command always ignores the video-x command

vlc dshow:// --dshow-vdev="ATI TV Wonder 600 USB 2.0" --dshow-adev="WDM 2883 Audio" --dshow-size=640x480 --dshow-tuner-channel=3 --dshow-tuner-country=1 --dshow-tuner-input=1 --volume=100 --width=640 --height=480 --video-x=500 --video-y=10 --no-qt-updates-notif --no-video-title-show --qt-display-mode=2 --one-instance --no-qt-system-tray --no-embedded-video --no-video-deco --video-on-top --aspect-ratio=640:480 --autoscale --vout-filter deinterlace --deinterlace-mode blend

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Bug with --video-x

Postby VLC_help » 21 Sep 2009 14:25

The following command always ignores the video-x command
But not --video-y ?

pjsteele
Blank Cone
Blank Cone
Posts: 27
Joined: 20 Mar 2008 15:53

Re: Bug with --video-x

Postby pjsteele » 21 Sep 2009 19:52

Yes. I am sorry. It appears --video-y is giving me issues too

Command
vlc dshow:// --dshow-vdev="PCTV DiB BDA Analog Capture (Dev1 Path2)" --dshow-adev="None" --dshow-size=720x480 --dshow-tuner-channel=3 --dshow-tuner-country=1 --dshow-tuner-input=1 --volume=100 --width=640 --height=480 --video-x=100 --video-y=500 --no-qt-updates-notif --no-video-title-show --qt-display-mode=2 --one-instance --no-qt-system-tray --no-embedded-video --no-video-deco --video-on-top --aspect-ratio=320:240 --autoscale

Snapshot
https://www.box.net/shared/static/195nn5oqtm.jpg

pjsteele
Blank Cone
Blank Cone
Posts: 27
Joined: 20 Mar 2008 15:53

Re: Bug with --video-x

Postby pjsteele » 21 Sep 2009 20:01

Here is a screen shot after I reset the preferences

Command
vlc dshow:// --dshow-vdev="PCTV DiB BDA Analog Capture (Dev1 Path2)" --dshow-adev="None" --dshow-tuner-channel=3 --dshow-tuner-input=1 --volume=100 --video-x=100 --video-y=25 --width=640 --height=480 --no-qt-updates-notif --no-video-title-show --qt-display-mode=2 --one-instance --no-qt-system-tray --no-embedded-video --no-video-deco --video-on-top --autoscale

Snapshot
https://www.box.net/shared/static/6u5961fyvo.jpg

pjsteele
Blank Cone
Blank Cone
Posts: 27
Joined: 20 Mar 2008 15:53

Re: Bug with --video-x

Postby pjsteele » 21 Sep 2009 21:59

This could be the root of the problem.

I am launch the VLC via a C# program. To avoid two windows I make the "control" window invisible. Is the positioning of the borderless frame defendant on the control window?

Sample Code
Process procVLC = new Process();
procVLC.StartInfo.FileName = _vlcPath;
:
procVLC.StartInfo.Arguments = args;
procVLC.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
procVLC.Start();

pjsteele
Blank Cone
Blank Cone
Posts: 27
Joined: 20 Mar 2008 15:53

Re: Bug with --video-x

Postby pjsteele » 21 Sep 2009 22:02

Strike that. I tried without making the control window invisible.

The borderless window always start in the upper left hand corner if using OpenGL


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 42 guests