start new:
tmux
start new with session name:
tmux new -s myname
| // 1. Open the browser developper console on the network tab | |
| // 2. Start the video | |
| // 3. In the dev tab, locate the load of the "master.json" file, copy its full URL | |
| // 4. Run: node vimeo-downloader.js "<URL>" | |
| // (done automatically now) 5. Combine the m4v and m4a files with mkvmerge | |
| const fs = require('fs'); | |
| const url = require('url'); | |
| const https = require('https'); | |
| const { exec } = require('child_process'); |
| HTTPPort 8090 | |
| HTTPBindAddress 0.0.0.0 | |
| MaxHTTPConnections 200 | |
| MaxClients 100 | |
| MaxBandWidth 500000 | |
| CustomLog - | |
| <Feed camera.ffm> | |
| File /tmp/camera.ffm | |
| FileMaxSize 200M |
| // installed Clojure packages: | |
| // | |
| // * BracketHighlighter | |
| // * lispindent | |
| // * SublimeREPL | |
| // * sublime-paredit | |
| { | |
| "word_separators": "/\\()\"',;!@$%^&|+=[]{}`~?", | |
| "paredit_enabled": true, |