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:
 to download the highest resolution video that is not higher than 480 pixels height.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"... 
 
 The -F switch (upper case F) is meant to display a list of all available formats, be they video-only, audio-only, or video + audio.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.
 Then with a second command you can select one of the available streams (if it's already a video + audio stream) or two (one video stream + one compatible audio stream) for the actual download, with the -f switch (lower case f, which stands for "format"). Usually on YouTube the 720p version (if present) is readily available in AVC video + AAC audio in MP4 container with the code "-f 22" (there is also a video only 720p stream with code "136", it's supposed to be identical but sometimes it's not). For 480p you always have to combine the video-only 480p stream with the AAC audio with the code "-f 135+140". For 1080p it's "-f 137+140". The 360p format is available in video + audio with "-f 18". If you select an audio stream other than AAC (140) it will not be compatible with the default MP4 container, in which case I suppose that youtube-dl will automatically use the MKV or WEBM container instead. Sometimes the actual resolution is different from what's listed. For instance, with this link : https://www.youtube.com/watch?v=B1NTmnG0hmA, the video downloaded with "-f 135+140" (normally 480p) has a resolution of 320x178 only.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 :
 (For instance with the URL https://www.youtube.com/watch?v=EzNhaLUT520, this will create a file in the H:\ root directory named "YouTube - Antoine Dodson ‘Hide Yo Kids, Hide Yo Wife’ Interview (Original) [EzNhaLUT520 480p].mp4".)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, 15: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, 08:29
- 
  Resolution : 1080 vs 1072 for YoutubeBy prosaplayer1 in forum Newbie / General discussionsReplies: 7Last Post: 29th Mar 2015, 14:16
- 
  Video resolution comparison on YoutubeBy newpball in forum EditingReplies: 0Last Post: 4th Feb 2015, 19:56
- 
  Which Resolution Video to Download from YoutubeBy msuhaib in forum Newbie / General discussionsReplies: 2Last Post: 3rd Feb 2015, 12:03


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 
 
			
			

 Quote
 Quote 
			
 
						 
			
 ! I am asking not telling. Maybe someone here can sort this. But I reckon that whatever works will be thwarted fast.
! I am asking not telling. Maybe someone here can sort this. But I reckon that whatever works will be thwarted fast.