youtube-dl -F theURL
-f
option in the Process Options field of the qtube page.You can do that in qtube, no need to "fall back to a command-line solution":If the extractor for some site doesn't deliver the quality you expect, you can fall back to a command-line solution.
List the available formats (disregarding any format constraints in the configuration):
Pick the format ID (left column) for what you believe to be the 'best' quality (row); then use that with theCode:youtube-dl -F theURL
-f
option in the Process Options field of the qtube page.
-F
in the process options box;youtube-dl -F <URL>
on the command line). Then, as stated above, you can choose the download you want by using -f
in the process options. See Black Hole's Summary Guide to Using youtube-dl and qtube for more explanation.qtube is already preset to choose the highest resolution compatible video format available, but not greater than full HD (1920x1080). If you want better than that you can override the setting in the process options, or modify the config file (click the link on the qtube page), but remember the HDR-FOX won't be able to play it.How do I ensure I get the best quality download?
--restrict-filenames
--prefer-ffmpeg
#-f "best[height<=?1080][fps<=?60]"
#-f "best[height<=?720][fps<=?60]"
-f "best[height<=?576][fps<=?60]"
-o "/mnt/hd2/My Video/%(title)s.%(ext)s"