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.
avconv + aac conversion fails - need to enable experimental features #4012
Comments
|
Example:
|
|
Could be similar to #1027. |
|
Sure thing. I have installed youtube-dl using the instructions on the website. I am not sure what flags were used in compiling it.
Here's the output of the commands:
|
|
I'm running latest update of Ubuntu 14.04.01 LTS. I have not tried on other configurations, so I don't know if its a specific issue to this OS. |
|
Use |
Using the default conversion via avconv fails if AAC has been specified as audio format.
This is because the support is considered experimental.
In order to enable it, the following should be added to the command line:
I would love to contribute a PR, but I don't have Python experience.