Youtude audio issue
Youtude audio issue
Hi, I use FG for a long time, and a couple of weeks ago I'm having some issues downloading from youtube. Any video that I try from the site its downloading without the audio. I tried all formats (on video type) and still not working. I my videos don´t have sound. All my players on my computer shows the "audio icon" as it was blocked. I try to dowonload from others sites, and works with no problems, the issues occurs only on Youtube.
Mozilla/5.0 (Windows NT 6.1; rv:29.0; WUID=fafe78a47931018a4cde888b793d50b2; WTB=18194) Gecko/20100101 Firefox/29.0
Re: Youtude audio issue
The Youtube listings contain two sets of files.
The first, are regular, & should contain both the audio & video in a single file.
The second, anything listed under "DASH [& it even says] (separate audio & video tracks)", are separate audio & video tracks.
So if you download a DASH video, that is what you have & nothing more.
If you want audio, you'd need to download that separately & then "mux" (join) them together (which you'd need a third party program to do).
The first, are regular, & should contain both the audio & video in a single file.
The second, anything listed under "DASH [& it even says] (separate audio & video tracks)", are separate audio & video tracks.
So if you download a DASH video, that is what you have & nothing more.
If you want audio, you'd need to download that separately & then "mux" (join) them together (which you'd need a third party program to do).
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:29.0) Gecko/20100101 SeaMonkey/2.26.1
Re: Youtude audio issue
For those who have a similar issue, here is what I did to resolve it.
I downloaded both the .mp4 and .m4a file of the same name using flashgot. Then I used ffmpeg.
Here is the command I used which merged the video and audio files perfectly: ffmpeg -i input_file.mp4 -i input_file.m4a -c copy -map 0:0 -map 1:0 out_file.mp4
Alternately, you could use flashgot to download the .flv file which has both video and audio.
I downloaded both the .mp4 and .m4a file of the same name using flashgot. Then I used ffmpeg.
Here is the command I used which merged the video and audio files perfectly: ffmpeg -i input_file.mp4 -i input_file.m4a -c copy -map 0:0 -map 1:0 out_file.mp4
Alternately, you could use flashgot to download the .flv file which has both video and audio.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0