XINE(5) | File Formats Manual | XINE(5) |
xine - a free video player
MRLs are similar to URLs in your web browser. They describe the media to read from. Valid MRLs may be plain file names or one of the following (see also the notes below):
Additional input plugins will provide additional MRL types. The ones listed above are available with stock libxine.
NOTE: where a file name is required, the full path must be provided - from a shell, you can normally use "$PWD/file" or "$(pwd)/file" or "`pwd`/file" if the file is in the current directory. (Which one depends on your shell; all three work in bash. Also, normal URL encoding rules apply; `%', in particular, must be encoded as `%25'.)
As of xine-lib 1.1.3, the DVD title number may be 0 (select navigation) and the chapter number may be 0 (full title).
A simple vcd:/ runs the default item (e.g. perhaps track 1 or entry 0) using the default VCD device (perhaps /dev/cdrom). Both the default item and default device are user-configurable.
It is however also possible to specify both Video CD device/filename and item explicitly in the MRL.
For example vcd:/dev/dvd specifies the default entry using device /dev/dvd which might useful if this is your DVD which is different than your CD-ROM device and your DVD drive can play CD's. And vcd://test_svcd_ntsc.cue specifies the cue file for CD image on disk. (test_svcd_ntsc.bin is the corresponding bin file, but using that won't work.)
After the optional device name or file name, you can name the kind of unit, preceded by a colon. An MRL which ends in a colon is like not adding it at all: the default entry type and number is used. Items come in 4 flavours: "Track", "Entry", "Playback" and "Segment". These units are indicated with the capital first letter of each type: T, E, P, S, s. An uppercase S in the MRL display indicates a NTSC segment while a lowercase s indicates a PAL segment. However, when you enter an MRL, the case of these letters is insignificant.
Depending on the Video CD, you might not have any playable segments (S,s) or playback control (P). If you give a MRL that refers to a playback control entry but there is no playback control, your playback number will silently be converted into the corresponding entry number.
You can configure various things that affect MRLs are selected when there is some ambiguity in the MRL name. media.vcd.autoplay sets what kind of unit to to use in a MRL is none is given. Another configuration setting, vcd.device, determines what device to use if that part is not given. When you hit the VCD button, that is equivalent to entering vcd:/ and thus these two configuration settings are used to expand the MRL.
Some examples of MRLs are given below. In the examples, we assume the following configuration settings:
DVB MRLs require that xine-lib/channels.conf exists in $XDG_CONFIG_HOME/ or ~/.config/ and contains valid data. This can be obtained by generating a tuning file using the LinuxTV DVB apps utility "scan" (or "dvbscan" if you're using a version newer than 1.1.0):
scan -o zap /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-PontopPike >~/.config/xine-lib/channels.conf
(This example is for the writer's local transmitter, using a file from the Debian dvb-utils package.)
For the dvbc, dvbs and dvbt MRLs, tuning parameters are expected, taking one of the following forms:
The individual parameters are:
The following keyboard & mouse inputs may be accepted:
external subtitle files (any mrl)
Text subtitle files may be appended to the MRL:.
After a delimiting # you can add several stream parameters:
xine(1), aaxine(1), gxine(1), toxine(1), totem(1), kaffeine(1) ...
The programs are documented fully on the xine home page: http://www.xine-project.org/
This text was extracted from the xine man page by Darren Salt <dsalt@users.sourceforge.net>. The xine man page was written by Siggi Langauf <siggi@debian.org> for the xine project. Lots of additions by Guenter Bartsch <guenter@users.sourceforge.net>, Daniel Caujolle-Bert <f1rmb@users.sourceforge.net>, Rocky Bernstein <rocky@panix.com>, and Philipp Hahn <pmhahn@users.sourceforge.net>.
2005-06-15 | The xine project |