tools: gst-play: add 'n' and 'b' as additional shortcuts for next/previous item
[platform/upstream/gst-plugins-base.git] / tools / gst-play-1.0.1
1 .TH "GStreamer" "1" "April 2014" "" ""
2 .SH "NAME"
3 gst\-play\-1.0 \- Simple command line playback testing tool
4 .SH "SYNOPSIS"
5 \fBgst\-play\-1.0\fR \fIFILE|DIRECTORY|URI [FILE2|DIRECTORY2|URI2]\fR
6 .SH "DESCRIPTION"
7 .LP
8 \fIgst\-play\-1.0\fP is a command line tool that can be used to test
9 basic playback using the playbin element. You can pass it individual files,
10 URIs or whole directories (in which case it will recurse into sub-directories
11 as well).
12
13 .SH "OPTIONS"
14 .l
15 \fIgst\-play\-1.0\fP accepts the following options:
16 .TP 8
17 .B  \-\-help
18 Print help synopsis and available command line options
19 .TP 8
20 .B  \-\-version
21 Print version and exit
22 .TP 8
23 .B  \-\-audiosink=SOMESINK
24 Use the SOMESINK element as audio sink instead of autoaudiosink
25 .TP 8
26 .B  \-\-videosink=SOMESINK
27 Use the SOMESINK element as video sink instead of autovideosink
28 .TP 8
29 .B  \-\-volume=VOLUME
30 Set initial playback volume to VOLUME, where 0.0=silent and 1.0=unchanged
31 .TP 8
32 .B  \-\-shuffle
33 Shuffle playlist (play files in random order)
34 .TP 8
35 .B  \-\-no-interactive
36 Disable control through keyboard interaction in terminal (see below)
37 .TP 8
38 .B  \-\-gapless
39 Enable gapless playback
40
41 .SH "INTERACTIVE KEYBOARD CONTROL"
42 .l
43 .TP 8
44 .B  SPACE
45 Pause/Resume playback
46 .TP 8
47 .B  ARROW UP/DOWN
48 Volume up/down
49 .TP 8
50 .B  ARROW LEFT/RIGHT
51 Seek back/forward
52 .TP 8
53 .B  +/-
54 Increase/decrease playback rate
55 .TP 8
56 .B  d
57 Reverse playback direction
58 .TP 8
59 .B  t
60 Cycle through trick modes
61 .TP 8
62 .B  a
63 Switch audio track
64 .TP 8
65 .B  s
66 Switch subtitle track
67 .TP 8
68 .B  v
69 Switch video track
70 .TP 8
71 .B  > or n
72 Skip to next item in playlist
73 .TP 8
74 .B  < or b
75 Go back to previous item in playlist
76 .TP 8
77 .B  0
78 Seek back to beginning of current track
79 .TP 8
80 .B  Q, ESC
81 Quit
82
83 .SH "SEE ALSO"
84 .BR gst\-inspect\-1.0 (1),
85 .BR gst\-launch\-1.0 (1),
86 .BR gst\-discoverer\-1.0 (1),
87 .SH "AUTHOR"
88 The GStreamer team at http://gstreamer.freedesktop.org/