Ask for help about FlashGot, no registration needed to post
-
CuF
- Junior Member
- Posts: 32
- Joined: Fri Dec 06, 2013 10:14 pm
Post
by CuF » Tue Dec 10, 2013 6:45 am
Giorgio Maone wrote:CuF wrote:I don't even have ffmpeg. Not a fan. If FlashGot is not going to download the highest resolutions as muxed streams, perhaps IT should be sending commands to ffmpeg on completion of the download.
That's the plan, in facts.
(On a side note, FlashGot is not going to download the highest resolutions as muxed streams not by bad will, but because Youtube doesn't make them available anymore: they're demuxed or nothing).
Cool. If FlashGot will do all the remuxing work, I'm aboard and patient.
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0
-
tintin
Post
by tintin » Tue Dec 10, 2013 12:42 pm
I followed user's instructions to make them appear as resolution (e.g. 240p) instead of label (small), this applies to audio streams as well.
Set flashgot.media.YouTube.remap_stream_quality=true to use the "XXXp" notation. The problem is, since I used the same notation for audio streams ("large" for 250k, etc.), they will be remapped as well, e.g. "large" -> "480p", which makes no sense.
Set media.YouTube.remap_stream_type=true to use shortened type notation for video streams: "mp4" instead of "video/mp4", etc."
Fixed type remapping bug and added quality remapping for audio streams: "large" <-> "256k" (250k mp4, 209k webm), "medium" <-> "128k" (125k mp4, 138k webm), "small" <-> "48k" (48k mp4).
Well yes, as you can see, there's supposed to be "large" audio/mp4 for "large" video/mp4.
Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0
-
user
Post
by user » Tue Dec 10, 2013 8:26 pm
tintin wrote:Well yes, as you can see, there's supposed to be "large" audio/mp4 for "large" video/mp4.
Questions 5, 8 (and also 2, 6).
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 SeaMonkey/2.19
-
tintin
Post
by tintin » Wed Dec 11, 2013 7:34 pm
There's no need to be a "logical" asshole here, user.
I'm just saying there's no longer matching mp4 480p audio stream. The fact remains it was there before, YT must have hidden it or something.
Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0
-
CuF
- Junior Member
- Posts: 32
- Joined: Fri Dec 06, 2013 10:14 pm
Post
by CuF » Mon Dec 16, 2013 5:15 am
I'd also like to toss something else into the mix.
It's a bit confusing that in the DASH container, the video only streams are called video, but the muxed versions are also called video.
Jdownloader (which has much more problems right now with youtube than Flashgot does) lists/listed muxed streams in a notation like this:
NameOfVideo(360p_DASH_H.264-AAC).mp4
NameOfVideo(360p_VP8-Vorbis).webm
Audio only were listed as such.
FlashGot could list unmuxed streams as:
NameOfVideo(480p_DASH_H.264).mp4
NameOfVideo(480p_DASH_AAC).aac
That way you could differentiate. Unless of course unmuxed streams are going to be removed once this whole issue is cleared up, in which case it doesn't really matter.
Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0
-
video killed the radio star
Post
by video killed the radio star » Mon Dec 16, 2013 8:01 am
therube wrote:A simple command to mux the audio & video:
Code: Select all
ffmpeg.exe -i input_video.mp4 -i input_audio.m4a -acodec copy -vcodec copy outfile.mp4
That totally works, thanks! It took me a minute to figure it out, but then after that it was smooth sailing!

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
-
CuF
- Junior Member
- Posts: 32
- Joined: Fri Dec 06, 2013 10:14 pm
Post
by CuF » Mon Dec 16, 2013 5:41 pm
Has anyone else noticed any instances in the DASH container of lergest audio being missing even though the video is there?
Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0
-
therube
- Ambassador
- Posts: 7685
- Joined: Thu Mar 19, 2009 4:17 pm
- Location: Maryland USA
Post
by therube » Mon Dec 16, 2013 5:54 pm
Is there anything that says if you have a Large video, there need be a corresponding Large audio?
Or could it be that there exists a Large video but only Medium or Small audio?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 SeaMonkey/2.25a2
-
CuF
- Junior Member
- Posts: 32
- Joined: Fri Dec 06, 2013 10:14 pm
Post
by CuF » Tue Dec 17, 2013 12:27 am
@therube - Not necessarily but the higher quality videos usually include improved quality audio. Without being tagged as the audio that comes with highest resolution stream, you'd just be guessing.
Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0
-
tintin
Post
by tintin » Tue Dec 17, 2013 1:22 pm
@CuF
Exactly. You can tell by their filesize as well. The corresponding audio are what you'll get if the streams aren't demuxed in the first place.
It's not that hard to understand. Check my previous post. Why settle for less when there are superior ones (supposedly) available?
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
-
al_9x
- Master Bug Buster
- Posts: 931
- Joined: Thu Mar 19, 2009 4:52 pm
Post
by al_9x » Tue Jan 28, 2014 8:04 pm
48k dash audio streams have disappeared, are they gone or not being detected?
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0
-
CuF
- Junior Member
- Posts: 32
- Joined: Fri Dec 06, 2013 10:14 pm
Post
by CuF » Wed Feb 05, 2014 9:24 pm
Ugh, tried working with ffmpeg today, it's pretty annoying. Is there something with a GUI that can do this?
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0
-
therube
- Ambassador
- Posts: 7685
- Joined: Thu Mar 19, 2009 4:17 pm
- Location: Maryland USA
Post
by therube » Wed Feb 05, 2014 9:59 pm
Eh, real quick...
Video To Video, Tools, Mux, makes it easy.
(Link at videohelp.com/tools, I think it is.)
Select the video, select the audio, & tell it to go.
Done in a few seconds.
BUT, it needs an update to its decoders (lav I think it was) to properly recognize DASH.
(more when I get time)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 SeaMonkey/2.23
-
CuF
- Junior Member
- Posts: 32
- Joined: Fri Dec 06, 2013 10:14 pm
Post
by CuF » Wed Feb 05, 2014 10:21 pm
What program are you referring to?
I'm more surprised that apparently MKVToolNix doesn't support DASH and it doesn't appear to have been requested.
Tried YAMB and that doesn't work either.
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0
-
therube
- Ambassador
- Posts: 7685
- Joined: Thu Mar 19, 2009 4:17 pm
- Location: Maryland USA
Post
by therube » Thu Feb 06, 2014 7:06 pm
Video to Video Converter.
(It
will need updates to some of its components that it uses. Don't recall if it was LAV or FFmpeg? Thinking FFmpeg, shared, not static version...?)
(more later, perhaps, or this evening, if I have electic...)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 SeaMonkey/2.24