MontysEvilTwin
Well-Known Member
The available options for youtube-dl can be found here.
On iPlayer, with the default configuration, it will probably download at 1280 x 720 at 50 fps. If you want to keep reasonable quality but cut down the download size, you could try limiting the frame rate to 25 fps by adding the following to the configuration file:
Edit:
The above is fine for iPlayer, but something like the following may be a better general default:
This will stop the 50 fps iPlayer downloads, but will not exclude videos from other sources which may not be exactly 25 fps.
On iPlayer, with the default configuration, it will probably download at 1280 x 720 at 50 fps. If you want to keep reasonable quality but cut down the download size, you could try limiting the frame rate to 25 fps by adding the following to the configuration file:
Code:
-f "[fps=25]"
The above is fine for iPlayer, but something like the following may be a better general default:
Code:
-f "[fps<=30]"
Last edited: