ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.53k stars 10.05k forks source link

Sound dropouts #10759

Closed dermiff closed 8 years ago

dermiff commented 8 years ago

I use the newest version on Mac OS X Yosemite. I want to load: http://www.prosieben.de/tv/das-prosieben-auswaertsspiel/video/11-ganze-folge-das-prosieben-auswaertsspiel-ganze-folge

After the download the sound drops outs all two seconds. What could be the reason for this?

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.09.24. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.


The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl -v <your command line>
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.09.24
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
[debug] Proxy map: {}
...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):


Description of your issue, suggested solution and other information

Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible. If work on your issue requires account credentials please provide them or explain how one can obtain them.

dermiff commented 8 years ago

Here is a example how it sounds: http://www.wikiupload.com/HSNFALZLB667ZDH

Picture is ok, but sound is not usable.

yan12125 commented 8 years ago

Is it extracted from the downloaded file or it's a recording?

dermiff commented 8 years ago

This is a recording from the flv-file that youtube-dl created.

yan12125 commented 8 years ago

Would you like to share the downloaded file? Maybe there's some clue in this file.

Also please paste the full download log. That identifies some common issues, too.

dermiff commented 8 years ago

A short example for the URL: http://www.7tv.de/ran-an-den-mann/2-bloss-nicht-aufgeben-clip

Bloß nicht aufgeben-4657154.flv.zip

dermiff commented 8 years ago

How can i create a download log?

yan12125 commented 8 years ago

In general the output of the command is enough:

youtube-dl -v http://www.prosieben.de/tv/das-prosieben-auswaertsspiel/video/11-ganze-folge-das-prosieben-auswaertsspiel-ganze-folge
yan12125 commented 8 years ago

The file in Bloß nicht aufgeben-4657154.flv.zip plays fine on mpv. Which player are you using?

dermiff commented 8 years ago

This is crazy. I use the VLC. With mpv it works here too.

yan12125 commented 8 years ago

That's the point. You may want to ask VLC people why playing sound fails.