Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for avconf #17

Open
SteveEdson opened this issue Oct 19, 2015 · 7 comments
Open

Support for avconf #17

SteveEdson opened this issue Oct 19, 2015 · 7 comments

Comments

@SteveEdson
Copy link

Hi,

I believe that FFMPEG does not exist in the latest Ubuntu distributions, and has been replaced with avconf (http://askubuntu.com/questions/432542/is-ffmpeg-missing-from-the-official-repositories-in-14-04).

Apparently the syntax is slightly different, but very similar. Would it be possible to detect if this exists and use it instead, if FFMPEG is missing?

I'm wanting to use Expose via a Codeship CI workflow, so I don't have that level of control over the system.

Thanks,

Steve

@josefnpat
Copy link

👍 this is a good idea and would be nice to abstract

@Jack000
Copy link
Owner

Jack000 commented Oct 20, 2015

on ubuntu a straight search/replace of ffmpeg with avconv gives me:

output file #0 does not contain any stream

so it might not be the exact same api. Will investigate..

@SteveEdson
Copy link
Author

Yeah I've heard that its not identical, but it is very similar. Just small differences in syntax etc

@artumi-richard
Copy link
Contributor

From ubuntu 15.04 ffmpeg returned as the default, according to the link above. There is a PPA for ffmpeg to be easily installed on 14.04 which is the current "Long term support" version. The PPA is here

https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media

This http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html explains what happened and why, in the authors opinion ffmpeg is now the better of the two, and why it was logical to use libav when ubuntu 14.04 was released.

In short, I think this issue is perhaps less pressing that it might first appear.

@SteveEdson
Copy link
Author

Possibly.

It would be nice to have more flexibility though, as 14.04 is the latest Long term support version. Currently, it's impossible to use this on many CI services that use the latest LTS version of ubuntu.

@Jack000
Copy link
Owner

Jack000 commented Oct 30, 2015

just an update. I'm a bit busy this week, but I'm still working on this : ]

@SteveEdson
Copy link
Author

No rush, but awesome, thanks :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants