mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
tweak and fix youtube-dl formats again
This commit is contained in:
parent
a74b185559
commit
3a3c8d98de
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ mpv_watch() {
|
|||
mpv \
|
||||
--force-window=yes \
|
||||
--af=lavfi="[$_M_PROCESS]" \
|
||||
--ytdl-format '[width<=1280],best' \
|
||||
--ytdl-format '[width<=1280]/best' \
|
||||
"$@" "$url"
|
||||
popd >/dev/null
|
||||
}
|
||||
|
@ -108,7 +108,7 @@ ai() {
|
|||
|
||||
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" \
|
||||
yt "$@" --volume=90 --ytdl-format=251/best
|
||||
yt "$@" --volume=90 --ytdl-format=251/300/best
|
||||
}
|
||||
|
||||
unset _nn
|
||||
|
|
Loading…
Add table
Reference in a new issue