tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

README.md (6761B)


      1 !!! for the latest releases of the code go to [https://github.com/rbckman/tarinaretake](https://github.com/rbckman/tarinaretake) !!!
      2 
      3 !!! this repo what you viewing is for latest docs and 3d models as they where separated from just the executables !!!
      4 
      5 Tarina Retake
      6 =============
      7 The Filmmaking Device
      8 
      9 Let's introduce this thing with a thing it made, [a film on youtube](https://youtu.be/Yl2oAxMtDV0?si=lXOYTpkJi1YFuO2u) !
     10 
     11 ![Two buddies](docs/tarina-promo.jpg)
     12 
     13 Hollywood in your palms
     14 --------------------------
     15 Retake shots on the spot and see movie making magic in the filmmaking interface that runs Tarina Retake.
     16  
     17 Software
     18 --------
     19 A video camera with *most of* the tools to make a film within the camera. That means alot of features. So far we have these key features running.
     20 - glue the selected clips together and/or cutting them.
     21 - making timelapses, voiceover, music track recording, slo-mo recording, fast-forward recording
     22 - cut and copy and move clips around
     23 - backup to usb harddrive or your own server
     24 - upload or stream to youtube or your own server
     25 - auto correction can easily be switched on or off for shutter, iso and colors so *operator* is in full control also for audio levels
     26 - connect many Tarinas together for multicamera shooting
     27 - stream a film a take or a scene through the network
     28 - control the camera with silent physical buttons or a usb-wireless-keyboard or through https or ssh or ports, you choose.
     29 
     30 It's all in there. But, where? in the filmmaking interface, that is Tarina Retake.
     31 
     32 Hardware
     33 --------
     34 The parts have been chosen on the basis of features, quality, openness, availabilty and price. One of the key ideas of the project is to have a camera that could be upgraded or repaired by the fact that you easily just switch a component. The casis of the camera is 3d printable with a flipping gonzo style 180 shooting mode, please take a look [here to get the picture](https://github.com/rbckman/tarina/tree/master/3d)
     35 
     36 ### Buttons
     37 ![Buttons](docs/buttons.png)
     38 
     39 Here's the main components: 
     40 
     41 [Raspberry Pi 3 B](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/)<br>
     42 [Raspberry Pi High Quality Camera](https://www.raspberrypi.org/products/raspberry-pi-high-quality-camera/?resellerType=home) or <br>
     43 [Pimoroni Hyperpixel 4 inch screen](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-hyperpixel-4)
     44 [USB via vt1620a Sound card](https://www.aliexpress.com/item/Professional-External-USB-Sound-Card-Adapter-Virtual-7-1-Channel-3D-Audio-with-3-5mm-Headset/32588038556.html?spm=2114.01010208.8.8.E8ZKLB)<br>
     45 [3.7v 7800mAh li-ion Battery](https://www.aliexpress.com/item/3-7v-9000mAh-capacity-18650-Rechargeable-lithium-battery-pack-18650-jump-starter/32619902319.html?spm=2114.13010608.0.0.XcKleV)<br>
     46 [Type-C 5v 2A 3.7V Li-ion battery charger booster module](https://www.ebay.com/itm/Type-C-USB-5V-2A-3-7V-18650-Lithium-Li-ion-Battery-Charging-Board-Charger-Module/383717339632?var=652109038482)
     47 [Buttons](http://www.ebay.com/itm/151723036469?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT) connected to a [MCP23017-E/SP DIP-28 16 Bit I / O Expander I2C](http://www.ebay.com/sch/sis.html?_nkw=5Pcs+MCP23017+E+SP+DIP+28+16+Bit+I+O+Expander+I2C+TOP+GM&_trksid=p2047675.m4100)
     48 
     49 Check [MANUAL](docs/tarina-manual.md) for complete part list & build instructions
     50 
     51 [Ready to print 3d designs](https://github.com/rbckman/tarina/tree/master/3d)
     52 
     53 Installing
     54 ----------
     55 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).
     56 [Ssh into](https://www.raspberrypi.org/documentation/remote-access/ssh/) Raspberry Pi and run:
     57 ```
     58 sudo apt-get install git
     59 ```
     60 Go to /home/pi/ folder
     61 ```
     62 cd /home/pi
     63 ```
     64 Git clone Tarina Retake and then run install script with sudo:
     65 ```
     66 git clone https://github.com/rbckman/tarinaretake.git
     67 cd tarinaretake
     68 sudo ./install.sh
     69 ```
     70 You'r ready to rumble:
     71 ```
     72 python3 tarinaretake.py
     73 ```
     74 
     75 Why
     76 ---
     77 There are several reasons why.
     78 
     79 - be able to repair if something breaks (this has been prooven as a very nice feature)
     80 - be able to expand / build on it / make modifications
     81 - be able to connect to it / program it to do things
     82 - do a film on the fly without the need of another computer
     83 - be able to watch your film directly on a screen once you're done filming
     84 - learn about programming and your own crafts to really get down to the nitty-gritty. 
     85 
     86 Connect
     87 -------
     88 Matrix [#tarina:matrix.tarina.org](https://riot.im/app/#/room/#tarina:matrix.tarina.org)
     89 
     90 Mail rob(at)tarina.org
     91 
     92 Standing on the shoulders of forward thinking, freedom loving generous people (powa to da people!)
     93 --------------------------------------------------------------------------------------------------
     94 This whole project has only been possible because of the people behind the free and open source movement. Couldn't possible list all of the projects on which shoulders this is standing for it would reach the moon. A big shout out to all of ya!! Yall awesome!
     95 
     96 [Gnu](https://gnu.org), [Linux](https://github.com/torvalds/linux), [Debian](https://debian.org), [Raspberry Pi](https://raspberrypi.org), 
     97 [Python programming language](https://python.org), Dave Jones's [Picamera python module](https://github.com/waveform80/picamera), rwb27 for lens shading correction! Check out the 3d printable microscope [Openflexure](https://github.com/rwb27/openflexure_microscope), [FFmpeg](https://ffmpeg.org/), [Libav-tools](https://libav.org/), [GPac library with MP4Box](https://gpac.wp.imt.fr/mp4box/), [Blender](http://blender.org), [aplay the awesome wav player/recorder with VU meter](http://alsa.opensrc.org/Aplay), [Popcornmix's Omxplayer](https://github.com/popcornmix/omxplayer), [Will Price's Python-omxplayer-wrapper](https://github.com/willprice/python-omxplayer-wrapper), [SoX - Sound eXchange](http://sox.sourceforge.net/), [The Dispmanx library](https://github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi), [Blessed](http://blessed.readthedocs.io/),  [web.py](http://webpy.org), [Tokland's youtube-upload](https://github.com/tokland/youtube-upload)
     98 
     99 ![Tarina and Leon](docs/tarina-filming-01.jpg)
    100 
    101 Some films made with Tarina
    102 ----------------------
    103 
    104 ### [Aakenustunturi Hiihtoretki 2023](https://youtu.be/VB7R2Eiw13k)
    105 
    106 ### [Mancherok](https://youtu.be/jmy0W6rA10Q)
    107 
    108 ### [Robins Trägård](https://youtu.be/IOZAHCIN6U0)
    109 
    110 ### [A new years medley](https://youtu.be/BYojmnD-1eU)
    111 
    112 ### [Landing Down Under](https://www.youtube.com/watch?v=Lbi9_f0KrKA)
    113 
    114 ### [Building Tarina](https://youtu.be/7dhCiDPssR4)
    115 
    116 ### [Mushroom Season](https://youtu.be/ggehzyUThZk)