Skip to content

Instantly share code, notes, and snippets.

View jinjiaKarl's full-sized avatar

Jinjia jinjiaKarl

View GitHub Profile
@jinjiaKarl
jinjiaKarl / gist:b4f52cc261514baa2abf933da088e75e
Created November 14, 2022 19:09 — forked from tayvano/gist:6e2d456a9897f55025e25035478a3a50
complete list of ffmpeg flags / commands
Originall From: Posted 2015-05-29 http://ubwg.net/b/full-list-of-ffmpeg-flags-and-options
This is the complete list that’s outputted by ffmpeg when running ffmpeg -h full.
usage: ffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…
Getting help:
-h — print basic options
-h long — print more options
-h full — print all options (including all format and codec specific options, very long)
@jinjiaKarl
jinjiaKarl / install_substrate.md
Last active November 6, 2019 08:44
安装substrate

docker pull ubuntu
docker run -d -it --name substrate -p 9900:80 ubuntu
docker exec -it substrate bash
//修改apt源,修改/etc/apt/sources.list

deb http://cn.archive.ubuntu.com/ubuntu bionic main multiverse restricted universe
deb http://cn.archive.ubuntu.com/ubuntu bionic-updates main multiverse restricted universe
deb http://cn.archive.ubuntu.com/ubuntu bionic-security main multiverse restricted universe
deb http://cn.archive.ubuntu.com/ubuntu bionic-proposed main multiverse restricted universe