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       -v, --flags
47               Control playback behaviour setting playbin 'flags' property
48
49       -v, --verbose
50               Output status information and property notifications
51
52       -q, --quiet
53               Do not print any output (apart from errors)
54
55       --use-playbin3
56               Use playbin3 pipeline (default varies depending  on  'USE_PLAY‐
57               BIN' env variable)
58
59       --wait-on-eos
60               Keep  showing  the  last  frame  on  EOS until quit or playlist
61               change command (gapless is ignored)
62
63

INTERACTIVE KEYBOARD CONTROL

65       SPACE   Pause/Resume playback
66
67       ARROW UP/DOWN
68               Volume up/down
69
70       ARROW LEFT/RIGHT
71               Seek back/forward
72
73       +/-     Increase/decrease playback rate
74
75       d       Reverse playback direction
76
77       t       Cycle through trick modes
78
79       a       Switch audio track
80
81       s       Switch subtitle track
82
83       v       Switch video track
84
85       > or n  Skip to next item in playlist
86
87       < or b  Go back to previous item in playlist
88
89       0       Seek back to beginning of current track
90
91       Q, ESC  Quit
92
93

SEE ALSO

95       gst-inspect-1.0(1), gst-launch-1.0(1), gst-discoverer-1.0(1),
96

AUTHOR

98       The GStreamer team at http://gstreamer.freedesktop.org/
99
100
101
102                                  April 2014                      GStreamer(1)
Impressum