FFmpeg
Audio and Video Generation and Conversion Software
FFmpeg is an open-source, audio-video generation and conversion software package that allows the user to create, play and convert audio and video across various file formats. The FFmpeg suite also contains FFmpeg-all, FFplay and others tools to utilize.
Supported Compilers and Modules#
To compile and use ELPA on the RCC HPC systems, load one of the following compiler and MPI module combinations:
-
Intel Compilers
module load intel
-
GNU Compilers
module load gnu
Using FFmpeg on RCC Resources#
As stated above, using FFmpeg on RCC resources requires the either the gnu
or intel
module to be loaded. In order to run FFmpeg on RCC systems, type ffmpeg -OPTIONS -i INFILE OUTFILE
. The -OPTIONS
denote a list of global options for the program to run, and the
INFILE
and OUTFILE
both represent the respective files to be applied independently. In order to see a full list
of options and usage documentation, please refer to the FFmpeg documentation.