diff options
| author | Fuwn <[email protected]> | 2023-12-01 22:00:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-01 22:00:55 -0800 |
| commit | 71d8990c623ed2734f13e85aa45815941c02dbf1 (patch) | |
| tree | f0dbdda16c408d8b025abb52635448216eb19d86 /src/stream_command.sh | |
| parent | feat(stream): user agent flag (diff) | |
| download | kaguya-71d8990c623ed2734f13e85aa45815941c02dbf1.tar.xz kaguya-71d8990c623ed2734f13e85aa45815941c02dbf1.zip | |
feat(stream): better fast forward defaults
Diffstat (limited to 'src/stream_command.sh')
| -rw-r--r-- | src/stream_command.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream_command.sh b/src/stream_command.sh index 351ddd8..97eee4c 100644 --- a/src/stream_command.sh +++ b/src/stream_command.sh @@ -12,6 +12,7 @@ if [[ -n "${args['--download']}" ]]; then --cookies-from-browser "${args[--browser]}" \ --all-subs \ --embed-subs \ + --af="scaletempo=stride=28:overlap=.9:search=25" \ "${user_agent}" \ "${args[uri]}" @@ -23,5 +24,6 @@ fi mpv \ --ytdl-raw-options-append=format='bestvideo[ext=mp4]+bestaudio[ext=m4a]/best' \ --ytdl-raw-options-append=cookies-from-browser="${args[--browser]}" \ + --af="scaletempo=stride=28:overlap=.9:search=25" \ "${user_agent}" \ "${args[uri]}" |