1celluloid(1) General Commands Manual celluloid(1)
2
3
4
6 celluloid - A simple GTK+ frontend for mpv
7
9 celluloid [options...] [filenames|URIs]
10
12 Celluloid is a simple GTK+ frontend for mpv. Celluloid interacts with
13 mpv via the client API exported by libmpv, allowing access to mpv's
14 powerful playback capabilities.
15
17 -?, -h, --help
18 Show help options.
19
20 --new-window
21 Create a new window if there is already a running instance. The
22 option has no effect otherwise.
23
24 --enqueue
25 Append the given files or URIs to the playlist if there is a
26 running instance. The option has no effect otherwise.
27
28 --mpv-MPVOPTION=VALUE
29 Set mpv option MPVOPTION to VALUE. For example, --mpv-vf=vflip
30 will set the mpv option vf to vflip. This is equivalent to pass‐
31 ing --vf=vflip to mpv.
32
33 --version
34 Print the release version and exit.
35
37 Please report bugs at https://github.com/celluloid-player/celluloid/is‐
38 sues.
39
40
41
42 19 July 2017 celluloid(1)