Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube mp3 error #7906
youtube mp3 error #7906
Comments
|
Your copy of avconv is outdated. Update avconv to version 10-0 or newer. |
|
@phihag how can I update it? |
|
@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. |
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?