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.
Add option to choose between ffmpeg or avconv (was: FFMPEG or AVCONV) #1522
Comments
|
Currently we choose avconv if both are available. |
|
Ok thanks for the info. I found that avconv is way slower than ffmpeg to extract audio though on my system. Thanks again ! |
|
Always possible to find all instances and replace them with 'ffmpeg' for a fix (Have not tested myself, but should work since they are so similar), or just find all the places where it checks for avconv and make them run ffmpeg instead, through hardcoding. Not a great way, but the second option is how I've accomplished it (I prefer ffmpeg). |
|
@codeKonami either remove avconv from your computer or withoth the quotes |
|
@JohnyMoSwag Thanks for your help. At the end I haven't changed a thing. I've noticed that ffmpeg is better to extract .mp3 but avconv is really fast to get .m4a which suits me just fine ;) Thanks again though. |
Hello,
Is there a way to force to use ffmpeg or avconv?
For example on Ubuntu it seems that avconv is used by default and I'd rather use ffmpeg. Is there a way to do so? Otherwise it could be great to have it.
Thanks