Ffmpeg/Batch

From ScientificComputing
Jump to: navigation, search

You can submit an ffmpeg job in batch mode with the following command:

bsub [LSF options] "ffmpeg [ffmpeg options]"

Here you need to replace [ffmpeg options] with ffmpeg command line options (please run ffmpeg -h for getting a list of all command line options) and [LSF options] with LSF parameters for the resource requirements of the job. Please find a documentation about the parameters of bsub on the wiki page about the batch system.