[REL] Yardbird (2012) short [Australia]

User avatar
Night457
Global Moderator
Posts: 8884
Likes:
Joined: Sat Dec 28, 2019 3:44 pm

Re: [REL] Yardbird (2012) short [Australia]

Post by Night457 »   1 likes

Is eMule chopped liver or something, ghost? Can't you use that? :lol:

And hey youse guys, shouldn't this go in a technical thread instead of a movie thread? :P Finally I get to yell at someone else for that instead of me being yelled at. But, more tech:
  • I am shocked that IDM did not work. I thought it did most anything. I just can't afford it.
  • I knew there were programs that used the command line youtube-dl in a GUI format, like TVDownloader, but I stopped using that because of various problems and restrictions with it.
  • Like pillowbaker suggests, the options allow more flexibility than most GUIs offer. Keeping a glossary on hand is a must unless you have a great memory, which I do not anymore.
  • I use youtube-dl and its fork yt-dlp mainly for downloading subtitles, because those are frequently more difficult to grab than video. But if I want the video too, then I might as well do both at once.
  • Whenever I use Network Tools and particularly if I have to edit the URL links found there, I usually input the results into yt-dlp. Although jd2 usually works for those too.
  • Navigating folders in Command Prompt is tedious, just like it was in DOS. I navigate folders in Windows to the level just above my yt-dlp folder, then SHIFT-RightMenuKey (or SHIFT-F10) on the folder and select "Open command window here". Of course I keep that folder in the most frequently accessed part of my drive, not hidden away in some sub-sub-sub folder.
User avatar
ghost
Site Admin
Posts: 11400
Likes:
Joined: Sun Mar 07, 2004 1:00 am

Re: [REL] Yardbird (2012) short [Australia]

Post by ghost »   1 likes

Is eMule chopped liver or something, ghost? Can't you use that? :lol:
Sure, I can use it, but I wanted to suceed to get the 800 MB version of this video by myself. ;)
I am shocked that IDM did not work. I thought it did most anything.
IDM did work and gave me this:
[Image]

But the 1080p was only about 340 MB.
User avatar
Night457
Global Moderator
Posts: 8884
Likes:
Joined: Sat Dec 28, 2019 3:44 pm

Re: [REL] Yardbird (2012) short [Australia]

Post by Night457 »   0 likes

I am glad that you still appreciate challenges! I understand your thinking. Many people have retrieved files that I could not figure out how to get, and it always burned that it was beyond me.

I noticed IDM has 2 entries for each resolution, and I don't remember it exactly from my trial period. Is one of them really the audio, or are there actually two different videos for each?
User avatar
ghost
Site Admin
Posts: 11400
Likes:
Joined: Sun Mar 07, 2004 1:00 am

Re: [REL] Yardbird (2012) short [Australia]

Post by ghost »   1 likes

I noticed IDM has 2 entries for each resolution
Yes, and they are pretty the same. I don't know why they appear twice. :think

This happens only on Vimeo.
User avatar
goku33
Posts: 1359
Likes:
Joined: Sun Oct 16, 2022 12:11 pm
Location: The Machine

Re: [REL] Yardbird (2012) short [Australia]

Post by goku33 »   0 likes

ghost wrote: Thu May 11, 2023 5:59 pm
I noticed IDM has 2 entries for each resolution
Yes, and they are pretty the same. I don't know why they appear twice. :think

This happens only on Vimeo.
I think Vimeo has two stream versions, something like HLS and another one but I could be wrong. Yt-dlp shows all available versions. And yt-dlp can also Download and with ffmpeg mux Video+Audio together. (E.g. for YouTube H264/1080p I use: -f 137+140)
User avatar
Night457
Global Moderator
Posts: 8884
Likes:
Joined: Sat Dec 28, 2019 3:44 pm

Re: [REL] Yardbird (2012) short [Australia]

Post by Night457 »   0 likes

Heck, I don't use the options much but let it ffmpeg mux at the default values. One less thing I have to learn!
User avatar
pillowbaker
Posts: 3019
Likes:
Joined: Mon Mar 07, 2022 4:05 am

Re: [REL] Yardbird (2012) short [Australia]

Post by pillowbaker »   0 likes

goku33 wrote: Fri May 12, 2023 2:18 pm I think Vimeo has two stream versions, something like HLS and another one but I could be wrong. Yt-dlp shows all available versions. And yt-dlp can also Download and with ffmpeg mux Video+Audio together. (E.g. for YouTube H264/1080p I use: -f 137+140)
May I ask, what are those additional values you add to your yt-dlp (-f 137+140)?

This was a pretty cool short, by the way! I enjoyed the atmosphere of how it started and was not expecting some of the more fantastical elements. At first I was thinking, hey haven't I seen something like this before? Then I looked at the release date, and was corrected.
User avatar
goku33
Posts: 1359
Likes:
Joined: Sun Oct 16, 2022 12:11 pm
Location: The Machine

Re: [REL] Yardbird (2012) short [Australia]

Post by goku33 »   1 likes

pillowbaker wrote: Fri May 12, 2023 11:01 pm May I ask, what are those additional values you add to your yt-dlp (-f 137+140)?
Ah damn it, fck my life! I just wrote a couple paragraphs as a response to your question and when I switched the tab (on mobile) it reloaded the entire page lol

Short:

You can use the parameters: -f bv+ba which will Download best quality video + audio but not care about codecs (e.g. if you don’t want WEBM/vp9 etc),

You can list all available formats of a YouTube video (or basically any site ytdlp supports) with: [Code] In my case, Youtube doesn’t store 1080p/H264 in a single file but serves it as two DASH streams. 140 is m4a audio in best quality and 137 is the 1080p/h264 stream. Yt-dlp will then just merge them into a mp4 file (some people also specify in their configuration file that subtitles should be downloaded and all put into a single MKV Container file).
User avatar
Night457
Global Moderator
Posts: 8884
Likes:
Joined: Sat Dec 28, 2019 3:44 pm

Re: [REL] Yardbird (2012) short [Australia]

Post by Night457 »   0 likes

Thank you goku, I will have to try to remember this option format! I never realized that one video gave that many choices. I have always taken the best video and audio default and changed it after downloading if I did not like it. This way is much better.
User avatar
pillowbaker
Posts: 3019
Likes:
Joined: Mon Mar 07, 2022 4:05 am

Re: [REL] Yardbird (2012) short [Australia]

Post by pillowbaker »   0 likes

Thanks for that info, goku! I think I will use those values. Do they stay consistent with whatever you download? I also would rather have mkv or mp4 rather than webm. I will certainly be experimenting with this.
Post Reply