Page 4 of 12

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sat Nov 09, 2013 1:35 am
by Guest
Well, it happened gradually, but the Google gremlins have managed to eliminate the max quality for all videos once again even after the flashgot patch that fixed it about 2 weeks ago. How persistent they are in denying us video rippers what we want. They go as far as eliminating 480p as well. How sickening.

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sat Nov 09, 2013 11:18 am
by Giorgio Maone
Guest wrote: I do also get 6 different formats too. But none of them is 1080p/MP4
And yes I do just have FlashGot installed... No "Script blocker" or anything... "Clean profile"... What's that?
this (this).

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sat Nov 09, 2013 11:50 am
by GenericUser
**** GOOGLE!

And then there's also YT new **** commenting system. Link

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sun Nov 10, 2013 4:00 am
by Guest
Giorgio Maone wrote:
Guest wrote: I do also get 6 different formats too. But none of them is 1080p/MP4
And yes I do just have FlashGot installed... No "Script blocker" or anything... "Clean profile"... What's that?
this (this).
I still don't know what you mean exactly... But I think the first thing... Meaning not the (this).

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sun Nov 10, 2013 11:28 am
by Kuro
This just showed up on 4chan, apparently the "new" 1080p videos look much worse than the old ones. You can see the drastic decrease in video quality, it looks awful. So even if we figure out how to download 1080p again it looks like the video quality will suck.
http://i.imgur.com/c8h2cNs.jpg

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sun Nov 10, 2013 3:57 pm
by therube

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sun Nov 10, 2013 4:51 pm
by GenericUser
@Kuro

That looks like a fake 1080p, the one on the right. It probably got upscaled from lower resolution just to fool people.

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Sun Nov 10, 2013 5:48 pm
by Greatscott
Sadly also reporting the same thing is happening here again.

Another example video: http://www.youtube.com/watch?v=OosDAxzEtSU

In the (Flash) player I can select 1080p, but the options available only go up to 720 as before:
Image

It's a bit inconsistent - earlier in the week I could still download most videos in 1080p, although some took a while before that option became available.

Given the GHacks post above, it sounds like it's going to be more of a pain to make the desired quality downloadable until perhaps it's just flat out improbably difficult.

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 3:00 am
by user
Greatscott wrote: In the (Flash) player I can select 1080p, but the options available only go up to 720 as before:
Image
My DL options look EXACTLY like this for almost every video now.

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 6:22 am
by nagan
What could be the possible reason in Google denying higher res downloads. Infact uploads are meant to be downloaded aren't they? Bandwidth issue or trying to become commercial..?

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 11:22 am
by user

Code: Select all

http://rghost.net/private/50093560/c154abd1ce8a9e122d2f110bdb6f6540
How to mux with ffmpeg:

Code: Select all

ffmpeg -i video.mp4 -i audio.mp4 -acodec copy -vcodec copy output.mp4
Windows builds: http://ffmpeg.zeranoe.com/builds/

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 11:24 am
by user
video.mp4 and audio.mp4 can be URLs:

Code: Select all

ffmpeg -i "http://..." -i "http://..." -acodec copy -vcodec copy output.mp4

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 12:54 pm
by GenericUser
Wow, are you a wizard or something, user? xD Thanks for that simple muxing instructions, too.

Btw, just to make sure, do you think you could get 480p flv to appear like before as well? Or is that downright impossible now?

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 3:04 pm
by user
Before I used a loophole, now they fixed it, so no flv. And what's wrong with 480p mp4?

Re: Flashgot no longer seeing 1080 MP4 on youtube

Posted: Mon Nov 11, 2013 4:31 pm
by GenericUser
Nothing, really. It's just that 480p flv appears to be slightly higher quality than mp4, because last time I checked those 2 formats from the same video with MediaInfo, flv seems to have slightly higher video and audio bitrate than those of mp4 not to mention they are slightly bigger in filesize, too.

I know that they're both usually encoded with h264; am I right in this case in assuming 480p flv is superior to mp4? Or perhaps am I just being a total anal about it since the difference is negligible?