Skip to content

Instantly share code, notes, and snippets.

View lionants02's full-sized avatar

Max Thanachai Thongkum lionants02

View GitHub Profile
@lionants02
lionants02 / gist:180cac019cb69d411a85bf41469cebaa
Created December 28, 2019 09:23
ShareX multi audio input
Set audio source = None
Additional command line arguemnts
```
-f dshow -i audio="Microphone (Realtek(R) Audio)" -f dshow -i audio="Stereo Mix (Realtek(R) Audio)" -filter_complex "[1:a][2:a]amerge=inputs=2[a]" -map 0 -map "[a]"
```
change audio=My device
and
filter_complex read https://ffmpeg.org/ffmpeg.html
const query = [
{
"$match": {
"$and": [
{
"death.date": {
"$exists": false
}
}
]
# Import
mongoimport.exe /h 127.0.0.1 /d ffc /c organ .\organcc.json
# Run
mongod --dbpath D:\mongo\ffc\dataEntity
@lionants02
lionants02 / .travis.yml
Created November 8, 2019 04:57
travis build apiblueprint to html
language: node_js
node_js:
- 7
branches:
only:
- master
before_script:
- du -sh /tmp/*