Skip to content

Instantly share code, notes, and snippets.

View tokoro10g's full-sized avatar
😼

Tokoro tokoro10g

😼
View GitHub Profile
@ikanoano
ikanoano / rec.sh
Last active October 26, 2019 17:58
#!/bin/bash
# https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/
ga=$(pactl list sources | grep Name | sed 's/.*Name: //' | grep analog-stereo | grep -v monitor)
vo=$(pactl list sources | grep Name | sed 's/.*Name: //' | grep USB)
vc=$(pactl list sources | grep Name | sed 's/.*Name: //' | grep analog-stereo.monitor)
qp=36
input_pre="-use_wallclock_as_timestamps 1 -thread_queue_size 1024"
soundin="-f pulse $input_pre -i $ga"
@yuqlid
yuqlid / .travis.yml
Created July 20, 2018 16:03
Travis CI script for arm-gcc
notifications:
email: false
sudo: false
language: c
matrix:
fast_finish: true
include:

Project

Description: What does this project do and who does it serve?

Project Setup

How do I, as a developer, start working on the project?

  1. What dependencies does it have (where are they expressed) and how do I install them?
  2. How can I see the project working before I change anything?