Skip to content

Latest commit

 

History

History
103 lines (100 loc) · 2.28 KB

gst-play-1.0.1

File metadata and controls

103 lines (100 loc) · 2.28 KB
 
Apr 5, 2014
Apr 5, 2014
1
.TH "GStreamer" "1" "April 2014" "" ""
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.SH "NAME"
gst\-play\-1.0 \- Simple command line playback testing tool
.SH "SYNOPSIS"
\fBgst\-play\-1.0\fR \fIFILE|DIRECTORY|URI [FILE2|DIRECTORY2|URI2]\fR
.SH "DESCRIPTION"
.LP
\fIgst\-play\-1.0\fP is a command line tool that can be used to test
basic playback using the playbin element. You can pass it individual files,
URIs or whole directories (in which case it will recurse into sub-directories
as well).
.SH "OPTIONS"
.l
\fIgst\-play\-1.0\fP accepts the following options:
.TP 8
.B \-\-help
Print help synopsis and available command line options
.TP 8
.B \-\-version
Print version and exit
.TP 8
.B \-\-audiosink=SOMESINK
Apr 5, 2014
Apr 5, 2014
24
Use the SOMESINK element as audio sink instead of autoaudiosink
25
26
.TP 8
.B \-\-videosink=SOMESINK
Apr 5, 2014
Apr 5, 2014
27
Use the SOMESINK element as video sink instead of autovideosink
Apr 5, 2014
Apr 5, 2014
29
30
31
32
33
34
.B \-\-volume=VOLUME
Set initial playback volume to VOLUME, where 0.0=silent and 1.0=unchanged
.TP 8
.B \-\-shuffle
Shuffle playlist (play files in random order)
.TP 8
May 21, 2015
May 21, 2015
35
36
.B \-\-no-interactive
Disable control through keyboard interaction in terminal (see below)
Apr 5, 2014
Apr 5, 2014
37
38
39
.TP 8
.B \-\-gapless
Enable gapless playback
Mar 31, 2019
Mar 31, 2019
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TP 8
.B \-v, \-\-flags
Control playback behaviour setting playbin 'flags' property
.TP 8
.B \-v, \-\-verbose
Output status information and property notifications
.TP 8
.B \-q, \-\-quiet
Do not print any output (apart from errors)
.TP 8
.B \-\-use\-playbin3
Use playbin3 pipeline (default varies depending on 'USE_PLAYBIN' env variable)
.TP 8
.B \-\-wait\-on\-eos
Keep showing the last frame on EOS until quit or playlist change command (gapless is ignored)
Apr 5, 2014
Apr 5, 2014
55
56
57
58
59
60
61
62
63
64
65
66
67
.SH "INTERACTIVE KEYBOARD CONTROL"
.l
.TP 8
.B SPACE
Pause/Resume playback
.TP 8
.B ARROW UP/DOWN
Volume up/down
.TP 8
.B ARROW LEFT/RIGHT
Seek back/forward
.TP 8
Feb 26, 2015
Feb 26, 2015
68
69
70
71
72
73
.B +/-
Increase/decrease playback rate
.TP 8
.B d
Reverse playback direction
.TP 8
Feb 28, 2015
Feb 28, 2015
74
75
76
.B t
Cycle through trick modes
.TP 8
Jun 9, 2015
Jun 9, 2015
77
78
79
80
81
82
83
84
85
.B a
Switch audio track
.TP 8
.B s
Switch subtitle track
.TP 8
.B v
Switch video track
.TP 8
Feb 25, 2016
Feb 25, 2016
86
.B > or n
Apr 5, 2014
Apr 5, 2014
87
88
Skip to next item in playlist
.TP 8
Feb 25, 2016
Feb 25, 2016
89
.B < or b
Apr 5, 2014
Apr 5, 2014
90
91
Go back to previous item in playlist
.TP 8
Feb 25, 2016
Feb 25, 2016
92
93
94
.B 0
Seek back to beginning of current track
.TP 8
Apr 5, 2014
Apr 5, 2014
95
96
.B Q, ESC
Quit
97
98
99
100
.SH "SEE ALSO"
.BR gst\-inspect\-1.0 (1),
.BR gst\-launch\-1.0 (1),
Apr 5, 2014
Apr 5, 2014
101
.BR gst\-discoverer\-1.0 (1),
102
103
.SH "AUTHOR"
The GStreamer team at http://gstreamer.freedesktop.org/