try to get loop working with sound (somewhat broken)
[opo.git] / README
blob8f48cce0a163badf01c6689c666ca37fce02959f
1 Opo:  a small Video Whale
2 =========================
4 Opo is designed to show synchronised full screen video on projectors
5 connected to multiple video cards.  It can also do other things, like
6 split video across a number of non-full-screen windows, but that is
7 sort of incidental.
9 Dependencies
10 ============
12 Gstreamer 0.10
13 GTK/GDK 2.22
15 You need the dev packages.
17 Compiling
18 =========
20 Try `make`.
22 Usage
23 =====
25 #show a test picture split over 3 windows
26 ./opo -F 2 -s 3
28 #split a picture full-screen across 4 monitors connected to 2 cards
29 ./opo -c picture.avi -w 1024 -h 768 -x 2 -f -s 4
31 #see what else you can try
32 ./opo --help
35 Importing video
36 ===============
38 XXX
40 Name and history
41 ================
43 In 2002 or before, Zeeshan Ali Khattak and others made a video wall
44 using Gstreamer and Xinerama[1][2].  They called it Video Whale.  To
45 run the 4x4 array of monitors, they had 4 computers with 4 video cards
46 in each, and a fifth computer that fed video to the others over the
47 network.  Opo was inspired by that project.
49 "Ngā Hau E Whā" is an artwork developed by Leilani Kake for the 2011
50 Auckland Arts Festival, to be shown at Fresh Gallery Otara[3].  It
51 requires four perfectly synchronised video projections.
53 "Opo" was a famous New Zealand dolphin[4].
55 This software was written for Leilani Kake's work, and Opo is a
56 conveniently short and available name for a small New Zealand Video
57 Whale.
59 [1] http://gstreamer.freedesktop.org/apps/videowhale.html
60 [2] http://www.linux-1u.net/X11/Quad/gstreamer.net/video-wall-howto.html
61 [3] http://www.aucklandfestival.co.nz/events/nga-hau-e-wha-the-four-winds.aspx
62 [4] http://en.wikipedia.org/wiki/Opo_the_Dolphin
65 Copyright and License
66 =====================
68 Copyright 2011 Douglas Bagnall
70 Portions copyright Gstreamer developers.
72 Licensed under the Gnu General Public License Version 3 (see COPYING).