Page 1 of 1

Downloaded file duration is double the source (YouTube)

Posted: Tue Oct 04, 2016 11:19 am
by Username1
Since there will always be someone who doesn't get it, I am not using this extension to violate copyright laws.

Every time I use FlashGot to download audio/video (usually audio only as an MP4, then to MP3 in iTunes), the duration is twice that of the original. A 3:12 video becomes 6:24, with the second half completely silent. I can set a Stop time in iTunes, but it's time-consuming and not portable. I don't know of any free utility that can effortlessly chop off the second half (the files are never compatible with QuickTime's Trim feature, and VLC is overkill), but that would cover for what looks like a bug in the extension.

Checked the Preferences. Didn't find anything obvious, not that it would make sense to have this behavior enabled by default.

FlashGot 1.5.6.13, Firefox 49, OSX 10

Re: Downloaded file duration is double the source (YouTube)

Posted: Tue Oct 04, 2016 12:07 pm
by therube
Sample clip (& which), URL, where this happens?

audio only as an MP4, then to MP3 in iTunes
So what, you're "transcoding" from mp4 (aac, I assume) to mp3?

If so, that doesn't make sense (to me).
Why not simply extract the audio that's already there & use that?
That way there is no transcoding, no quality loss.

Or you could download just the audio itself, no video, from YT, be it aac or mp3.
A 3:12 video becomes 6:24
At what point does a 3:12 become 6:24?
As in does the mp4 play back for 3:12?
Is you mp4 -> mp3 doing something wacko?

I don't know of any free utility that can effortlessly chop off the second half

Code: Select all

ffmpeg  -i  toolong.mp3  -c copy  -t 3:12  justright.mp3
That's a lossless operation, so only takes a second.
Anyhow, that's not the point.
What you are seeing shouldn't be happening to begin with.

Re: Downloaded file duration is double the source (YouTube)

Posted: Tue Oct 04, 2016 8:41 pm
by Username1
MP4 and webm are the only audio-only options from YouTube, for me at least. There is no mp3.
As I said, the downloaded file is twice the length. It's a 100% increase, all complete silence after the normal audio ends.

Got ffmpeg installed. Meant to do that ages ago.
Have: MP4 with audio only, no video.
Want: MP3 with the correct length.
I can probably figure it out, but if someone has the appropriate command on hand, that would be helpful.

Of course it shouldn't be happening. It makes no sense, based on what I can see.

Re: Downloaded file duration is double the source (YouTube)

Posted: Tue Oct 04, 2016 10:57 pm
by therube
Sample clip (& which), URL, where this happens?