FFmpeg is a free software project, the product of which is a vast software suite of libraries and programs for handling video, audio, and other multimedia files and streams.
The following versions of FFmpeg are available on OSC clusters:
Version | Owens | Ascend | Cardinal |
---|---|---|---|
2.8.12 | X* | ||
4.0.2 | X | ||
4.1.3-static | X | ||
4.3.2 | X | X | |
6.1.1 | X* | X* |
You can use module spider ffmpeg
to view available modules for a given machine. The static version is built by John Van Sickle, providing full FFmpeg features. The non-static version is built on OSC systems and is useful for code development. Feel free to contact OSC Help if you need other versions for your work.
FFmpeg is available to all OSC users.
https://www.ffmpeg.org/ Open source (academic)
module load ffmpeg
. The default version will be loaded.