FFmpeg
FFmpeg is a multimedia framework providing the ability to encode, decode, transcode, mux, demux, filter and play audio and video files.
Documentation
Usage
To see what versions of FFmpeg are available type
module avail ffmpeg
To see what other modules are needed, what commands are available and how to get additional help type
module help ffmpeg
To use FFmpeg, include a command like this in your batch script or interactive session to load the ffmpeg module:
module load ffmpeg
Be sure you also load any other modules needed, as listed by the module help ffmpeg
command.