README.md (1666B)
1 Tarina Retake 2 ============= 3 Let's introduce this thing with a thing it made, [a film on youtube](https://youtu.be/Yl2oAxMtDV0?si=lXOYTpkJi1YFuO2u) ! 4 5 Software 6 -------- 7 - glue selected clips together and/or cutting them. 8 - making timelapses, voiceover, music track recording, slo-mo recording, fast-forward recording 9 - cut and copy and move clips around 10 - backup to usb harddrive or your own server 11 - upload or stream to youtube or your own server 12 - auto correction can easily be switched on or off for shutter, iso and colors so *operator* is in full control also for audio levels 13 - connect many Tarinas together for multicamera shooting 14 - stream a film a take or a scene through the network 15 - control the camera with silent physical buttons or a usb-wireless-keyboard or through https or ssh or ports, you choose. 16 17 ### Buttons 18 ![Buttons](/extras/buttons.png) 19 20 Installing 21 ---------- 22 Download [Raspbian buster (not the latest!)](https://www.raspberrypi.org/downloads/raspbian/) and follow [install instructions | a simple install script should take care of it all!](https://www.raspberrypi.org/documentation/installation/installing-images/README.md). 23 [Ssh into](https://www.raspberrypi.org/documentation/remote-access/ssh/) Raspberry Pi and run: 24 ``` 25 sudo apt-get install git 26 ``` 27 Go to /home/pi/ folder 28 ``` 29 cd /home/pi 30 ``` 31 Git clone Tarina Retake and then run install script with sudo: 32 ``` 33 git clone https://github.com/rbckman/tarinaretake.git 34 cd tarinaretake 35 sudo ./install.sh 36 ``` 37 You'r ready to rumble: 38 ``` 39 python3 tarinaretake.py 40 ``` 41 42 Connect 43 ------- 44 Matrix [#tarina:matrix.tarina.org](https://riot.im/app/#/room/#tarina:matrix.tarina.org) 45 46 Mail rob(at)tarina.org 47