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

youtube mp3 error #7906

Closed
trevor23 opened this issue Dec 18, 2015 · 3 comments
Closed

youtube mp3 error #7906

trevor23 opened this issue Dec 18, 2015 · 3 comments

Comments

@trevor23
Copy link

@trevor23 trevor23 commented Dec 18, 2015

when trying to download a youtube mp3 leaves me this erro:

WARNING: Your copy of avconv is outdated, update avconv to version 10-0 or newer if you encounter any errors.
ERROR: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

this and the command:

local command = 'youtube-dl --add-metadata -f "bestaudio/best" -o "/tmp/%(title)s.%(ext)s" --restrict-filenames -x --audio-format mp3 --audio-quality 192K '..yt_url

local searchString = '%[ffmpeg] Destination: '

What is wrong?

@phihag
Copy link
Contributor

@phihag phihag commented Dec 18, 2015

Your copy of avconv is outdated. Update avconv to version 10-0 or newer.

@phihag phihag closed this Dec 18, 2015
@trevor23
Copy link
Author

@trevor23 trevor23 commented Dec 18, 2015

@phihag how can I update it?

@phihag
Copy link
Contributor

@phihag phihag commented Dec 19, 2015

@trevor23 How did you install avconv? If you used a package manager of a distribution, contact the distribution's support. If you installed avconv from source, reinstall with the current version. If you used a binary avconv image, reinstall with the current version.

In any case, this sounds like out of scope for this issue tracker, which is about youtube-dl issues only.

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.