diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-15 09:41:27 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-15 09:41:27 +0200 |
| commit | c2f9e9f3d01a9276f7c5f740c999a63e28ec23a8 (patch) | |
| tree | e9414671cb2066ba8f4cc5e1064be05ea8c9a70f /.config/mpv/script-opts | |
| parent | 5e91cd6c9388eeb4d7ac510bfb66f515e34944a0 (diff) | |
updated package manager aliases for portage
Diffstat (limited to '.config/mpv/script-opts')
| -rw-r--r-- | .config/mpv/script-opts/encode_webm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/script-opts/encode_webm.conf b/.config/mpv/script-opts/encode_webm.conf index 93dbb74..f6d661c 100644 --- a/.config/mpv/script-opts/encode_webm.conf +++ b/.config/mpv/script-opts/encode_webm.conf @@ -13,7 +13,7 @@ preserve_filters=yes append_filter= # additional parameters passed to ffmpeg -codec=-c:v libvpx-vp9 -b:v 800k -c:a libvorbis +codec=-c:v libvpx-vp9 -crf 1 -b:v 1M -c:a libvorbis # format of the output filename # Does basic interpolation on the following variables: $f, $x, $t, $s, $e, $d, $p, $n which respectively represent |
