1GStreamer(1)                                                      GStreamer(1)
2
3
4

NAME

6       gst-play-1.0 - Simple command line playback testing tool
7

SYNOPSIS

9       gst-play-1.0 FILE|DIRECTORY|URI [FILE2|DIRECTORY2|URI2]
10

DESCRIPTION

12       gst-play-1.0  is  a  command  line  tool that can be used to test basic
13       playback using the playbin element. You can pass it  individual  files,
14       URIs  or  whole  directories  (in  which case it will recurse into sub-
15       directories as well).
16
17

OPTIONS

19       gst-play-1.0 accepts the following options:
20
21       --help  Print help synopsis and available command line options
22
23       --version
24               Print version and exit
25
26       --audiosink=SOMESINK
27               Use the SOMESINK element as audio sink instead of autoaudiosink
28
29       --videosink=SOMESINK
30               Use the SOMESINK element as video sink instead of autovideosink
31
32       --volume=VOLUME
33               Set initial playback volume to  VOLUME,  where  0.0=silent  and
34               1.0=unchanged
35
36       --shuffle
37               Shuffle playlist (play files in random order)
38
39       --no-interactive
40               Disable  control  through keyboard interaction in terminal (see
41               below)
42
43       --gapless
44               Enable gapless playback
45
46

INTERACTIVE KEYBOARD CONTROL

48       SPACE   Pause/Resume playback
49
50       ARROW UP/DOWN
51               Volume up/down
52
53       ARROW LEFT/RIGHT
54               Seek back/forward
55
56       +/-     Increase/decrease playback rate
57
58       d       Reverse playback direction
59
60       t       Cycle through trick modes
61
62       a       Switch audio track
63
64       s       Switch subtitle track
65
66       v       Switch video track
67
68       > or n  Skip to next item in playlist
69
70       < or b  Go back to previous item in playlist
71
72       0       Seek back to beginning of current track
73
74       Q, ESC  Quit
75
76

SEE ALSO

78       gst-inspect-1.0(1), gst-launch-1.0(1), gst-discoverer-1.0(1),
79

AUTHOR

81       The GStreamer team at http://gstreamer.freedesktop.org/
82
83
84
85                                  April 2014                      GStreamer(1)
Impressum