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.
Opus audio conversion failure #1263
Comments
|
I had the same issue and after an hour-long debug session with a friend of mine we found out that the problem was I was missing libmp3lame, which you can aquire by installing libavcodec-extra-53 :) Hope that fixes it for you too :) |
|
You had me excited with that response, unfortunately the solution isn't as easy for me, as libavcodec-extra-53 is already installed on my system :( I'm debating trying another distro just to see if it is ubuntu-specific. |
|
Thanks for the report. We should definitely include more debugging information. Can you post the entire output of youtube-dl when called with |
|
Sure, [debug] System config: [] |
|
Tried it here, doesn't work for me either, because of the opus file format. With mp3 works fine. |
|
I've installed ffmpeg with opus support:
The error I get is
The problem is with the |
|
It's fixed now, but you'll need to install a version of ffmpeg built with the |
|
I am getting the same error message using youtube-dl installed with I have tried uninstalling and reinstalling/compiling both Youtube-dl and FFMPEG. I confirmed that libopus is enabled. I get the following error message running Python 3.6.2 on OS 10.11.6 with FFMPEG 3.3.4 using the sample code provided for embedding youtube-dl in python scripts:
Here is the traceback:
|
When trying to extract and convert audio from a youtube video into an opus-encoded audio file I get "ERROR: audio conversion failed:" with no further explanation. Both libopus0 and opus-tools are installed and I have no problems with other codecs like vorbis. I'm not sure if this is because of the ffmpeg/avconv issue in Ubuntu or a bug in youtube-dl.
Distribution: Ubuntu 13.04
Version: 2013.08.17
Debug output:
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 589, in post_process
keep_video_wish,new_info = pp.run(info)
File "/usr/local/bin/youtube-dl/youtube_dl/PostProcessor.py", line 205, in run
raise PostProcessingError(msg)
PostProcessingError