Page 1 of 1
Can the bitrate information added in?
Posted: Mon Sep 03, 2012 9:07 am
by nagan
In the flashing icon >> right click the file sizes are available. Is there a choice of getting the bitrate too. Exceptionally good videos can be downloaded at higher rates.
Re: Can the bitrate information added in?
Posted: Mon Sep 03, 2012 9:18 am
by Giorgio Maone
Higher bitrate = larger filesize, or am I missing something?
Re: Can the bitrate information added in?
Posted: Mon Sep 03, 2012 9:25 am
by nagan
Giorgio Maone wrote:Higher bitrate = larger filesize, or am I missing something?
Ah! just as you are online.. I have attached a links of the info a file from youtube , a competitor and FG gives. Whereas there is only one 11mb size file shown in FG right click , the other one gives a lot of choices. Even I downloaded the mobile version of the file at 2 mb and is working fine but less clear.
EDIT Tried to replace full images with thumbnails
Re: Can the bitrate information added in?
Posted: Mon Sep 03, 2012 9:53 am
by Giorgio Maone
OK, rather than intercepting the HTTP traffic as it happen (a generic method which works with any HTTP-based stream, not just Youtube), they use a Youtube-specific approach which scans the page for alternate sizes.
I guess I can add something like this to FlashGot Media sooner or later, it's just that it has to be Youtube-specific while so far FlashGot Media has been more or less site-agnostic.
Re: Can the bitrate information added in?
Posted: Tue Sep 04, 2012 10:52 pm
by GµårÐïåñ
Giorgio, not exactly like this case, but if you recall I wrote you an email about something like regarding another site too, so as neutral as it is, the fact is that FG doesn't detect all possible bitrates, just whatever comes up first. You never responded to my email, so I am never even sure if you get them or got them or even read them, but its not that off the wall of a request.
Re: Can the bitrate information added in?
Posted: Wed Sep 05, 2012 9:20 am
by nagan
Might be if it is user interfaced (OPTIONs) a user can ask FG to scan sites which he may suspect to hold more sizes/types of the same video.
By the way Giorgio I tried to replace the full images (2 Nos) with thumbnails and the post gets interrupted with an antispam message. Could get thru only one image..
Re: Can the bitrate information added in?
Posted: Wed Sep 05, 2012 3:58 pm
by therube
Re: Can the bitrate information added in?
Posted: Sat Sep 08, 2012 6:55 pm
by GµårÐïåñ
Not relevant here. In youtube you can change bitrate and it causes detection of the new media, its not always the case with sites that don't provide an interface for changing the bitrate but have them available none the less.
Re: Can the bitrate information added in?
Posted: Sun Sep 09, 2012 7:53 am
by Giorgio Maone
GµårÐïåñ wrote:
Not relevant here.
True, but on the other hand I guess I could adapt some of the tricks in the bookmarklet to "guess" the alternative bitrates information, so thanks therube.
Re: Can the bitrate information added in?
Posted: Thu Sep 13, 2012 12:51 am
by GµårÐïåñ
Giorgio Maone wrote:True, but on the other hand I guess I could adapt some of the tricks in the bookmarklet to "guess" the alternative bitrates information, so thanks therube.
Glad you like what therube said (actually just linked) but as I pointed out in the email I sent you, which I never heard back, so not sure if you even read it, I sent you an example of a link where because the bitrate is included in the path, its a dead giveaway that other bitrates are availabe and so a quick script to for loop incrementation and ping until you hit a value that goes 404, then you have all the variable bitrates that did respond, and voila, you got a list of all rates available. That's how I have been doing it manually using a GM on those sites to trick FG into detecting them. For someone like YOU, it should be a cake walk.