Learn how to use the FFmpeg integration with Julep
Define Your FFmpeg Command
base64_encoded_file
is the base64 encoded file to process which in this case is the input.mp4
file.
The file
argument can accept either a single base64 encoded string or a list of base64 encoded strings.
However, even when passing a list of files, the FFmpeg command can only use a single input file (single -i
flag).
Multiple input files with multiple -i
flags are not supported.Basic Configuration
ffmpeg_tool
is defined as an integration tool.Tool Configuration
integration
in this context.ffmpeg
for FFmpeg.bash_cmd
for FFmpeg. If not specified, the method will be bash_cmd
by default.Workflow Configuration
ffmpeg_tool
).