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 Some directories and file names are not treated as ordinary files. They
25 are:
26
27 DVD A directory containing a DVD filesystem structure; or a UDF
28 filesystem image, identified by file name (“*.iso”).
29
30 VCD A cue file, identified by file name.
31
32 You can override this by using file://full/path/to/file.
33
34
36 -A audio_driver
37 --audio audio_driver
38 Select which libxine audio driver to use. This setting is not
39 permanent, but it does prevent selection of other drivers via
40 the preferences window.
41
42 -V video_driver
43 --video video_driver
44 Select which libxine video driver to use. This setting is not
45 permanent, but it does prevent selection of other drivers via
46 the preferences window.
47
48 -S
49 --no-splash
50 Don't show the splash window during startup.
51
52 -a
53 --add
54 Don't clear the playlist before adding any MRLs; start playing
55 the first new MRL.
56
57 -e
58 --enqueue
59 Don't clear the playlist before adding any MRLs; don't start
60 playing the first new MRL.
61
62 -f
63 --full-screen
64 Start in full-screen mode.
65
66 -c Javascript
67 --command Javascript
68 Javascript command(s) to be executed immediately after starting
69 up.
70
71 -C KEY=VALUE
72 --configure KEY=VALUE
73 Set configuration item KEY to VALUE, e.g. “-c gui.win‐
74 dow_size=100%”.
75
76 -v
77 --verbose
78 Verbose mode: output information about plugins, the video
79 stream, commands executed etc. Repeat for more verbosity.
80
81
83 There are a couple of features which aren't immediately obvious: in
84 full-screen mode, you can right-click to get access to the menus, or
85 middle-click to show or hide the player controls.
86
87
89 http://www.xine-project.org/, ⟨http://www.xine-project.org/⟩ xine(1),
90 totem(1), kaffeine(1).
91 xine(5) for MRL syntax documentation (libxine >= 1.0.2).
92
93
95 This manual page was written by Darren Salt <linux@youmustbejok‐
96 ing.demon.co.uk>. It is based on an older version written by Philipp
97 Matthias Hahn <pmhahn@titan.lahn.de> for Debian.
98
99
101 Copyright © 2001-2006 The xine project
102
103
104
105 11 November 2006 GXINE(1)