1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-27 09:53:24 -07:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Connor Olding 48a0146e52 soften compressor settings for asmr 2019-12-20 06:30:42 -08:00
Connor Olding 3a3c8d98de tweak and fix youtube-dl formats again 2019-12-20 06:26:00 -08:00

View File

@ -54,7 +54,7 @@ mpv_watch() {
mpv \ mpv \
--force-window=yes \ --force-window=yes \
--af=lavfi="[$_M_PROCESS]" \ --af=lavfi="[$_M_PROCESS]" \
--ytdl-format '[width<=1280],best' \ --ytdl-format '[width<=1280]/best' \
"$@" "$url" "$@" "$url"
popd >/dev/null popd >/dev/null
} }
@ -107,8 +107,8 @@ ai() {
} }
asmr() { asmr() {
_M_PROCESS="acompressor=threshold=0.001:ratio=1.414:attack=300:release=3000:makeup=9:knee=8:mix=0.88,alimiter=level_in=1.414:level_out=0.707" \ _M_PROCESS="acompressor=threshold=0.001:ratio=1.33:attack=900:release=6000:makeup=6:knee=8:mix=0.9,alimiter" \
yt "$@" --volume=90 --ytdl-format=251/best yt "$@" --volume=90 --ytdl-format=251/300/best
} }
unset _nn unset _nn