1GXINE(1) General Commands Manual GXINE(1)
2
3
4
6 gxine - a GTK/GNOME frontend to the xine video player
7
8
10 gxine [options] [files or MRLs]
11
12
14 gxine plays MPEG system (audio and video) streams, MPEG elementary
15 streams (e.g. .mp3, .mpa or .mpv files), MPEG transport streams, AVI
16 files, ASF files, Quicktime files, (S)VCDs and DVDs - anything which
17 xine-lib can handle.
18
19 Typical usage looks like
20 gxine some.mpg
21 gxine -f dvd:/
22 gxine dvd://home/user/dvd/my.iso
23
24
26 -A audio_driver
27 --audio audio_driver
28 Select which libxine audio driver to use. This setting is not
29 permanent, but it does prevent selection of other drivers via
30 the preferences window.
31
32 -V video_driver
33 --video video_driver
34 Select which libxine video driver to use. This setting is not
35 permanent, but it does prevent selection of other drivers via
36 the preferences window.
37
38 -S
39 --no-splash
40 Don't show the splash window during startup.
41
42 -a
43 --add
44 Don't clear the playlist before adding any MRLs; start playing
45 the first new MRL.
46
47 -e
48 --enqueue
49 Don't clear the playlist before adding any MRLs; don't start
50 playing the first new MRL.
51
52 -f
53 --full-screen
54 Start in full-screen mode.
55
56 -c Javascript
57 --command Javascript
58 Javascript command(s) to be executed immediately after starting
59 up.
60
61 -v
62 --verbose
63 Verbose mode: output information about plugins, the video
64 stream, commands executed etc. Repeat for more verbosity.
65
66
68 There are a couple of features which aren't immediately obvious: in
69 full-screen mode, you can right-click to get access to the menus, or
70 middle-click to show or hide the player controls.
71
72
74 http://xinehq.de/, ⟨http://xinehq.de/⟩ xine(1), totem(1), kaffeine(1).
75 xine(5) for MRL syntax documentation (libxine >= 1.0.2).
76
77
79 This manual page was written by Darren Salt <linux@youmustbejok‐
80 ing.demon.co.uk>. It is based on an older version written by Philipp
81 Matthias Hahn <pmhahn@titan.lahn.de> for Debian.
82
83
85 Copyright © 2001-2005 The xine project
86
87
88
89 27 April 2005 GXINE(1)