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.
ERROR: audio conversion failed: "debug" (Wrong FFMPG Parameters) #20211
Comments
|
Your ffmpeg is symlinked to avconv that does not support |
Versions:
Running on a Raspberry Pi 3B
Executed Command:
youtube-dl -x --audio-format mp3 https://youtu.be/GK5hf8ZsUr4Log of this Execution is below
FFMPEG Command Line not working:
ffmpeg -y -loglevel repeat+info -i 'file:Kontra K - Farben (Official Video)-GK5hf8ZsUr4.webm' -vn -acodec libmp3lame -q:a 5 'file:Kontra K - Farben (Official Video)-GK5hf8ZsUr4.mp3'FFMPEG Command Line working:
ffmpeg -y -loglevel debug -i 'file:Kontra K - Farben (Official Video)-GK5hf8ZsUr4.webm' -vn -acodec libmp3lame -q:a 5 'file:Kontra K - Farben (Official Video)-GK5hf8ZsUr4.mp3'If I execute the FFMPEG Command Line I get the error that the Log-Level "repeat+info" is not available. If I replace this with another log level (for example "debug") the conversion is working. Maybe you just need to change the parameters for calling the FFMPEG Command line.
Thanks.
Log: