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.
Using ffmpeg instead of avconv in conversion #4770
Comments
|
Post the full output you get when running with |
|
My crystal ball says that the URL contains an unquoted ampersand and is not put in quotes. With the |
|
Hi, youtube-dl -f 22+140 https://www.youtube.com/watch?v=YIwuCs1Yovw&spfreload=10 --prefer-ffmpeg --verbose BTW, the terminal didn't show that merging has finished. The last line only appear when I press return. |
|
As noticed by @phihag you have to escape |
|
Thanks. Putting url in quotes works. |
Hi, I used to be able to download 1080p dash videos from Youtube with a command like
youtube-dl -f 22+140 url --prefer-ffmpeg
But now I am getting error that says --prefer-ffmpeg command not found and youtube-dl insists on using avconv provided by Ubuntu which is outdated. I have the latest ffmpeg installed, how do I make youtube-dl use it instead of the outdated and crippled avconv provided by the system? OS is Ubuntub 14.04.
Thanks.