Page 1 of 1

How to fix VLC screen in widows position

Posted: 27 Oct 2008 20:10
by hailang525
Hello, everyone.

when I used the VLC API methd play() in C# program to play a video, and then it will show a video screen,right? But the screen position always change in windows, every time I played different videoes. How to fix the video's position in windows, for example, let the video screen always play at the center of windows screen. I search all method, function, or parameter, I did not found any result. Even I use Windows API , but it seems that the screen doesn't belong the windows neither. What should I do?

Thank you so much.

Re: How to fix VLC screen in widows position

Posted: 28 Oct 2008 16:50
by VLC_help
--video-x=<integer> Video X coordinate
You can enforce the position of the top left corner of the video
window (X coordinate).
--video-y=<integer> Video Y coordinate
You can enforce the position of the top left corner of the video
window (Y coordinate).
those work?
http://wiki.videolan.org/VLC_command-line_help

Re: How to fix VLC screen in widows position

Posted: 15 Jan 2009 17:44
by aijaz
Hello All

New to VLC.. Trying to fix the screen co-ordinates using the following commands

vlc --video-x=100 --video-y=100, tried different values for X=00-255,y-0-255. does not seem to work. I need to create a command line interface to view 4 Screens from an MPTS (4 programs) stream, grab the screen and transcode to TS (Single PID) while retaing all 4 Audio streams.

Kindly chk if the command line is correct. OS is windows XP VLC 0.9.8

Regards

Re: How to fix VLC screen in widows position

Posted: 16 Jan 2009 18:04
by VLC_help
You have to separate video windows from main GUI to make those options to work.

Code: Select all

--no-embedded-video
if you use command-line

mixing multiple ts to a singel ts stream...

Posted: 26 Jan 2009 12:15
by aijaz
Hello

We need to stream audio from multiple (4-16) unicast input TS streams (containing both A/V) into a single output TS (Audio) stream. Is this possible in VLC, Checked extensively on the net...OS is windows using VLC 0.8.6 in command mode. A comand line template will help.Thanks in advance...

Aijaz

Re: How to fix VLC screen in widows position

Posted: 26 Jan 2009 18:04
by VLC_help
And your question is related to this thread by... ?

Changing audio pids in Mosaic

Posted: 27 Apr 2009 21:53
by aijaz
Moved to another thread...

Re: How to fix VLC screen in widows position

Posted: 28 Apr 2009 17:34
by VLC_help
aijaz: your issue isn't related to this thread. Please, don't hijack other threads, you can always open up a new one.