Discussion:
[vlc] position window
Philippe De Neve
2004-11-03 15:26:15 UTC
Permalink
Hi all,

can anybody tell me what the command line options are to postion the video
window? I want to start 2 vlc's at the same time and they need to be side by
side (Instead of one on top of the other).

Besides of this, does anybody has an idea of how I can synchronize the
playback of the files?

Tnx for all help.
wfr, Philippe.
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
Gildas Bazin
2004-11-03 16:25:27 UTC
Permalink
Post by Philippe De Neve
Hi all,
can anybody tell me what the command line options are to postion the video
window? I want to start 2 vlc's at the same time and they need to be side by
side (Instead of one on top of the other).
Use the --video-x and --video-y config options.
Post by Philippe De Neve
Besides of this, does anybody has an idea of how I can synchronize the
playback of the files?
So I assume you're playing the same source twice. To have them synchronised,
the best way would be to use one instance of vlc to stream the file and 2
client instances. This should be enough to synchronise the 2 clients but if
it isn't perfect, you can try the netsync module. Use --extraintf netsync
on both clients and one of them must also have --netsync-master while the
other must have --netsync-master-ip=ipmaster instead.

--
Gildas
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
Philippe De Neve
2004-11-04 12:54:42 UTC
Permalink
Use the --video-x and --video-y config options.

Doesnt work. The windows both open in a different place on the screen but
again one on top of the other.
This is my batch file:

start C:\Progra~1\VideoLAN\VLC\vlc -vvv
C:\temp\F1\Formula1_orig_reduced_size.m1v --loop --video-x=0 --video-
y=0
start C:\Progra~1\VideoLAN\VLC\vlc -vvv
--loop --video-x=300 --video-y=300

greetz




----- Original Message -----
From: "Gildas Bazin" <gbazin at altern.org>
To: <vlc at videolan.org>
Sent: Wednesday, November 03, 2004 5:25 PM
Subject: [vlc] Re: position window
Post by Gildas Bazin
Post by Philippe De Neve
Hi all,
can anybody tell me what the command line options are to postion the video
window? I want to start 2 vlc's at the same time and they need to be
side
Post by Gildas Bazin
by
Post by Philippe De Neve
side (Instead of one on top of the other).
Use the --video-x and --video-y config options.
Post by Philippe De Neve
Besides of this, does anybody has an idea of how I can synchronize the
playback of the files?
So I assume you're playing the same source twice. To have them
synchronised,
Post by Gildas Bazin
the best way would be to use one instance of vlc to stream the file and 2
client instances. This should be enough to synchronise the 2 clients but if
it isn't perfect, you can try the netsync module. Use --extraintf netsync
on both clients and one of them must also have --netsync-master while the
other must have --netsync-master-ip=ipmaster instead.
--
Gildas
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
Gildas Bazin
2004-11-04 15:29:29 UTC
Permalink
Post by Gildas Bazin
Use the --video-x and --video-y config options.
Doesnt work. The windows both open in a different place on the screen but
again one on top of the other.
start C:\Progra~1\VideoLAN\VLC\vlc -vvv
C:\temp\F1\Formula1_orig_reduced_size.m1v --loop --video-x=0
--video-
Post by Gildas Bazin
y=0
start C:\Progra~1\VideoLAN\VLC\vlc -vvv
--loop --video-x=300 --video-y=300
This is not supported in embedded mode. So try something like:
start C:\Progra~1\VideoLAN\VLC\vlc -vvv C:
\temp\F1\Formula1_orig_reduced_size.m1v --loop --video-x=0 --video-y=0
--no-wxwin-embeed

--
Gildas
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
Continue reading on narkive:
Loading...