samiamwork / Movist

Movie Player for Mac OS X based on QuickTime & FFmpeg. (Fork of original project on Google Code as it seems to have died)
GNU General Public License v3.0
205 stars 55 forks source link

Request to now how to select from multiple ffmpeg installations on machines #52

Closed davidfavor closed 6 years ago

davidfavor commented 6 years ago

I have two ffmpeg installations...

imac> wg ffmpeg
/runtime/osx-10.11/bin/ffmpeg
/opt/local/bin/ffmpeg

Let me know best way to select a specific installation.

Thanks.

davidfavor commented 6 years ago

Looks like somehow the source files of the alternative distro must be plumbed into the Movist source file hierarchy...

Maybe overwriting contrib/libav with another set of source.

Be great if someone can add a comment about the correct way to accomplish plumbing in a new version of ffmpeg, so new codes like HEVC can be injected into Movist.

samiamwork commented 6 years ago

Yeah, it's locked to a specific version of libav (via submodules) to prevent it from picking up whatever version might be on your system and to make the builds reproducible. Updating to a new version works like this:

Again, sorry for the late reply! I'll try to commit these instructions to the README or something.

samiamwork commented 6 years ago

Added these directions to the README.