[BASH] Fix mpv for some peertube + add mpv 1080p
This commit is contained in:
parent
66ef63e6da
commit
c71ea91aa5
1 changed files with 2 additions and 1 deletions
|
@ -19,4 +19,5 @@ alias myconfigfiles='git --git-dir=$HOME/.myconfigfiles.git --work-tree=$HOME'
|
||||||
|
|
||||||
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slide-level 2 --css ../../lib/css/style.css -o'
|
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slide-level 2 --css ../../lib/css/style.css -o'
|
||||||
alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o'
|
alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o'
|
||||||
alias mpvlow='mpv --ytdl-format=bestvideo[height\<=480]+bestaudio'
|
alias mpvlow='mpv --ytdl-format=worstvideo[height\>=480]+bestaudio/480p/worst'
|
||||||
|
alias mpvhigh='mpv --ytdl-format=bestvideo[height\<=1080]+bestaudio/1080p/best'
|
||||||
|
|
Loading…
Reference in a new issue