Page 7 of 12
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Wed Nov 20, 2013 6:44 am
by user
Added the preferences observers, for the changes to take effect without restarting the browser.
Code: Select all
http://rghost.net/private/50301850/d55011d96906bf90e5fb8f50b0f04c85
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Wed Nov 20, 2013 10:03 am
by al_9x
user wrote:You can customize it any way you want.
thanks, good to know, but it would make sense for the defaults to be correct, no?
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Thu Nov 21, 2013 11:21 am
by h263
using flashgot 1.5.5.95rc1, some videos don't have any audio streams listed e.g. small, medium or large, only the video streams, however IDM6.12 can download video with sound, any reason why that is? Thanks.
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Thu Nov 21, 2013 2:40 pm
by therube
URLs?
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Thu Nov 21, 2013 4:52 pm
by kittymew
therube wrote:Works
Both the separate video & audio play, separately, in MPlayer.
Can't image that VLC wouldn't do the same?
Muxed together, I get both the audio & video in one file, & that too plays.
The normal flashgot file downloads and plays fine, but either the audio or video DASH ones just don't play at all in anything
To help with debugging I uploaded the file I got here:
http://www.mediafire.com/download/wu3unzg2e0lg797
thank you for any help anyone
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Thu Nov 21, 2013 5:56 pm
by therube
Something on your end?
Opens & plays just fine in MPlayer & VLC.

Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 22, 2013 12:47 pm
by ssjkakaroto
@kittymew: This happened with a few videos for me too, but the muxed (audio+video with ffmpeg) files were playable.
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 22, 2013 7:04 pm
by puika1999
ssjkakaroto wrote:@kittymew: This happened with a few videos for me too, but the muxed (audio+video with ffmpeg) files were playable.
I can't seem to understand this muxed thing. Before the upgrade you could simply download and play...now I can't get the audio to play using VLC...do I need to change the settings in Flashgot or what?
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 22, 2013 7:14 pm
by therube
> Before the upgrade you could simply download and play
You still can, so long as you do not use the DASH files.
If you do use DASH, you need to download, separately, the audio & video (assuming you want both).
Both should play, separately.
Or you can combine, mux, the two together, so that you'll have both audio & video in the same file.
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 22, 2013 7:26 pm
by puika1999
puika1999 wrote:ssjkakaroto wrote:@kittymew: This happened with a few videos for me too, but the muxed (audio+video with ffmpeg) files were playable.
I can't seem to understand this muxed thing. Before the upgrade you could simply download and play...now I can't get the audio to play using VLC...do I need to change the settings in Flashgot or what?
Forgot to mention this only happens when I choose the large version for mp4...I see that the DASH option lets you only download either video or audio separately...what is the point of this? I understand getting only audio for songs but video with no audio? I like to download at the best quality...was exited to see the upgrade...but it was short lived when I tried to play the video.....no audio!!!!
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 22, 2013 9:46 pm
by ssjkakaroto
If you'd read the whole thread, you'd know that this was a Youtube change, not FlashGot's.
It seems that Google doesn't want people downloading their videos.
I doubt this is the last change, they'll probably cook something even worse to block us.
@all: Is there no way to download country-restricted videos?
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 22, 2013 11:33 pm
by therube
> Is there no way to download country-restricted videos?
You could try a proxy?
Or Tor?
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Sat Nov 23, 2013 10:55 pm
by Alex55
Hello, can you say what program you use to join (MUX)?
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Sun Nov 24, 2013 12:40 pm
by therube
Re: Flashgot no longer seeing 1080 MP4 on youtube
Posted: Fri Nov 29, 2013 12:34 pm
by ssjkakaroto
Here's a simple batch script to merge the two streams with a "_muxed" sufix on the file name.
Just replace "X:\ffmpegdir\bin" with the directory where ffmpeg.exe is, save it as a .bat file and drag n drop the mp4 files over the bat
Code: Select all
@echo off
set FFMPEGDIR=X:\ffmpegdir\bin
cd /d %FFMPEGDIR%
ffmpeg -i "%~1" -i "%~2" -acodec copy -vcodec copy "%~dp1%~n1_muxed%~x1"
pause
Maybe a sticky should be created for these Youtube changes.