videodownload

Forum italiano degli utenti MX
Message
Author
User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Re: videodownload

#11 Post by Gerson »

When using the Slimjet browser it gives you the option to download the video and it does it quite fast with excellent quality.
No todos ignoramos las mismas cosas. :confused:

User avatar
handy
Posts: 611
Joined: Mon Apr 23, 2018 2:00 pm

Re: videodownload

#12 Post by handy »

Here is the dl-youtube script, changed to use 720p with the best audio:

Code: Select all

#!/bin/bash
#
# I run this from ~/.bashrc with the following alias:
# alias dv="sh ./dl-youtube"
# youtube-dl is set in its ~/.config to download to ~/data/downloads/vid-tmp

# 136 = 720p (much smaller file size than 1080p).
# 137 = 1080p ~twice the size as that from using "136"
# 248 = 1080p webm format, much larger than if using "137" but best quality available.
# 140 = best sound quality format available.

echo Please, Enter a URL
read URL
/usr/bin/youtube-dl -f 136+140 --prefer-free-formats $URL
[edit:] I updated the script so it has some more options listed for future reference. Makes it easy to experiment with different video quality downloads & choose the one that suits you, or whatever...
1_MSI: MAG B560 TORP', i5, RAM 16GB, GTX 1070 Ti 12GB, M2 238GB + USB, MX-23 Fb to Openbox
2_Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-21 - Openbox
3_Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-21 - Openbox

Post Reply

Return to “Forum Italiano”