Skip to content

ffmpeg:cmd

ffmpeg:cmd

    The latest stable release of FFmpeg command line executable is available with an exhaustive list of Codec and Library Support. Usually available libav dependencies are:

- libavutil
- libavcodec
- libavformat
- libavdevice
- libavfilter
- libavresample
- libswscale
- libswresample
- libpostproc

    NOTE: castLabs is not responsible for paying royalties which may occur for the use of Codecs

Full documentation of the tool can be found in: [https://ffmpeg.org/ffmpeg-all.html](https://ffmpeg.org/ffmpeg-all.html)


Commandline arguments and possible values must be presented as a list.


Arguments:

    "-<arg1>", "-<val1>", -<arg2>", "-<val2>", ...


Example:

    {
      "tool": "ffmpeg:cmd",
      "parameters": {
        "arguments": [
          "-i",
          "tos_180s.mov",
          "-f",
          "mp4",
          "encode/tos.mp4"
        ]
      }
    },
Parameter Properties Default Type Choice Description
arguments required [list value]
outputdir optional out str
ignore_decoding_errors optional false bool