I have just tried youtube-dl. Being an oldster who spent many a happy (?) hour doing batch files to control command files, I had little trouble and had it working in a short time. That is not all because of me. The programme very sensibly offers lots of scary options...but allows a very simple option to just down load stuff. So, geeky, but with a nice starter kit
BUT...there are command line entries that refer to the target's width and height:
width (numeric): Width of the video
height (numeric): Height of the video
Are these parameters able to dictate,or at least request, the actual download res
(So if a YT video allows 240, 480,760, they will go to the closest (higher) resolution, etc, if you ask for 360...which would come out at 480)
Help appreciated.
Nick
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 14 of 14
-
-
The documentation describes the format selection by resolution.
E.g:
Code:youtube-dl -f "bestvideo[height<=480]+bestaudio/best[height<=480]" URL
-
OK. Thanks. Excellent! There are so many command lines that I got lost......bored....sorry So BestVideo.
As I say I spent years playing in command line stuff and actually wrote several for other forums. But I am out of practice.
Part of me says "Stay" and the other part says "Run away"....old fart...been here since DOS (5 IIRC ?....back in the days where you loaded up with floppy "disks".) and Compuserve............now am just a user. -
We're both in Oz!
I was not back as far as the punch card/tape era: I had a mate whose older brother was a total geek and was doing punch cards at Uni. HAH! He worked on borrowed time on the computer, which probably had 0.1% power of my desktop! He also built his own Astro telescope.....grinding his own lenses. Bit of a genius. Amazingly gentle guy.... we all held in a bit of awe.
I was a softer target, with biology etc. But later on, yeah I programmed under the DOS...and yeah DOS could be a pain, but does work.
I am into photography and on one forum I was actually writing DOS .bat files ( to circumvent Windows) to help members to post the best quality shots they could, within the constraints of the forum. Platform dependent, but not Win X dependent....quite
To me, programming under DOS was more table than under Win X, but limited AFA the interface is concerned. I had to chuck Win programming because as a lone operator I could keep up with everyone's desire to keep up with the latest version. I am sure if I wrote in C, even then I would have to deal with +, ++, +++ etc not being back-compatible.
I nostalgically drivel. -
Interesting notes about a not-so-distant past which most "users" nowadays haven't known (myself included – well, I've used computers with DOS commands and floppy disks, but was around 10 at the time so it mostly came down to "install this" and "run that") and therefore feel like it all came down from the sky, knowing close to nothing about the under-the-hood intricacies involved in today's fancy "applications"...
BUT...there are command line entries that refer to the target's width and height:
width (numeric): Width of the video
height (numeric): Height of the video
Are these parameters able to dictate,or at least request, the actual download res
(So if a YT video allows 240, 480,760, they will go to the closest (higher) resolution, etc, if you ask for 360...which would come out at 480)
Help appreciated.
Code:youtube-dl -F [link]
I usually add a custom naming pattern so that downloaded files are easier to sort later on, using the "-o" switch ("output") and some of the available parameters :
Code:youtube-dl -f 135+140 [link] -o "H:\YouTube - %(title)s [%(id)s 480p].mp4"
I never rely on the "best" options as their outcome is quite unpredictable (sometimes it does not select the actual best format, for instance it chooses 720p when 1080p or higher is available, or it selects WEBM formats instead of AVC / AAC / MP4 which I prefer for the sake of consistency). -
Hi ,
Sometimes , infos given by : youtube-dl -F [link]
are wrong !!!
Do a try with : youtube-dl -j [link] > infos.txt
and dig inside the file for finding the good link for streaming .
( lot of job !!! )
Cheers .JE SUIS CHARLIE !!! -
Sorry for no follow-up. When I downloaded youtube-dl, it was to actually grab (Australia's) ABC's iView episodes for offline viewing. It worked, so I started to ask questions to fine-tuning.
It doesn't work any more. ABC seems to frequently do "stuff" to stop anyone downloading. I don't get it. ABC has no ads. I can't see what it costs to have me able to watch offline.
Nick -
No...it was derwayne
https://iview.abc.net.au/show/total-control
This is what you get when you ask to share the programme total control and "copy url" (the above url is the copy/paste of the result): that was the recommended way to actually download iView episodes. It worked maybe a week ago or so. now the message is "unsupported format" or similar.
Nick -
-
i can't play... with chrome click on play button and all appears black... and stop....??? how to play?? VPN?
Similar Threads
-
Current state of Youtube audio? Quality not related to video resolution?
By brassplyer in forum Video Streaming DownloadingReplies: 1Last Post: 16th Jun 2017, 14:42 -
Zooming In or Producing at Lower Resolution, what's better for Youtube?
By phaze3131 in forum Newbie / General discussionsReplies: 1Last Post: 21st Apr 2016, 07:29 -
Resolution : 1080 vs 1072 for Youtube
By prosaplayer1 in forum Newbie / General discussionsReplies: 7Last Post: 29th Mar 2015, 13:16 -
Video resolution comparison on Youtube
By newpball in forum EditingReplies: 0Last Post: 4th Feb 2015, 18:56 -
Which Resolution Video to Download from Youtube
By msuhaib in forum Newbie / General discussionsReplies: 2Last Post: 3rd Feb 2015, 11:03