Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sound with 480P and 720p videos playlist #14468

Closed
steveyang331 opened this issue Oct 11, 2017 · 2 comments
Closed

No sound with 480P and 720p videos playlist #14468

steveyang331 opened this issue Oct 11, 2017 · 2 comments
Labels

Comments

@steveyang331
Copy link

@steveyang331 steveyang331 commented Oct 11, 2017

Please follow the guide below

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

  • I've verified and I assure that I'm running youtube-dl 2017.10.07

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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

PS D:\> .\youtube-dl.exe -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2017.10.07
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: ffmpeg N-81045-g450cf40, ffprobe N-81045-g450cf40
[debug] Proxy map: {'http': 'http://127.0.0.1:1080', 'https': 'https://127.0.0.1:1080', 'ftp': 'ftp://127.0.0.1:1080'}
Usage: youtube-dl.exe [OPTIONS] URL [URL...]

youtube-dl.exe: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.
<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):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


Description of your issue suggested solution and other information

Below command can download videos successfully. If download 360p, all videos have sound.

But 480p and 720p have no sound.

I use potplayer 64-bit, version 1.7.3795 on Windows 10

.\youtube-dl.exe  -f "best[height=480]"  -i -o "%(playlist_index)s-%(title)s.%(ext)s"  https://www.youtube.com/playlist?list=PL66JwVEGlfHxsyopNzMOTQIew0UQJdhj4

.\youtube-dl.exe  -f "best[height=720]"  -i -o "%(playlist_index)s-%(title)s.%(ext)s"  https://www.youtube.com/playlist?list=PL66JwVEGlfHxsyopNzMOTQIew0UQJdhj4

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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 11, 2017

Carefully read new issue template and provide all requested information.

@dstftw dstftw closed this Oct 11, 2017
@dstftw dstftw added the incomplete label Oct 11, 2017
@steveyang331
Copy link
Author

@steveyang331 steveyang331 commented Oct 11, 2017

@dstfw What do you need info ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.