I hereby claim:
- I am tdchien on github.
- I am chientd (https://keybase.io/chientd) on keybase.
- I have a public key ASCa5fOkJU0xUjPsFHxE3f-vGyxEg7Sor-cba2tQjpyOcwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| network: | |
| version: 2 | |
| renderer: networkd | |
| ethernets: | |
| ens5: | |
| dhcp4: true | |
| match: | |
| macaddress: 06:9e:15:46:xx:yy | |
| set-name: ens5 | |
| ens6: |
| #!/bin/sh | |
| # This script must be executed in the repo where | |
| # the *.ts files are. | |
| # It will concatenate the segments into one temp | |
| # file which ffmpeg will reencode the audio track. | |
| # By default the ouptup filename is output.mp4 | |
| # but can be changed by providing the name as parameter. | |
| # | |
| # ffmpeg is required |
| #!/usr/bin/env node | |
| const fs = require("fs"); | |
| const path = require("path"); | |
| function readJson(filePath) { | |
| return JSON.parse(fs.readFileSync(filePath, "utf8")); | |
| } | |
| function ensureDir(dir) { |