Closed murrty1 closed 5 years ago
" -f \"bestvideo[height=1080][fps>=48]\" would only download 1080p60fps videos, nothing else. Proper code should be " -f \"bestvideo[height<=1080][fps<=60]\" to fix
" -f \"bestvideo[height=1080][fps>=48]\"
" -f \"bestvideo[height<=1080][fps<=60]\"
the heights are fixed with commit https://github.com/murrty/youtube-dl-gui/commit/2d324f850e4dc7f7ab455b4326ce0a66b2ca7bd3, but fps is still being worked on. manual compiling required until an update is sent.
Fixed in release 2.11.
" -f \"bestvideo[height=1080][fps>=48]\"
would only download 1080p60fps videos, nothing else. Proper code should be" -f \"bestvideo[height<=1080][fps<=60]\"
to fixthe heights are fixed with commit https://github.com/murrty/youtube-dl-gui/commit/2d324f850e4dc7f7ab455b4326ce0a66b2ca7bd3, but fps is still being worked on. manual compiling required until an update is sent.