Skip to content

Add profile

To create ffmpeg profile, follow these steps:

  1. From the Profiles page, click Add profile

    Add profile from profiles page

    You will see the Profile’s edit form.

    Profile edit form
  2. Enter the name of the profile, i.e. My profile

  3. Specify the setup command. In this example, we make a command that continuously streams a static file (for example, for testing purposes).

    Terminal window
    ffmpeg -re -stream_loop -1 -i ${i} -vcodec mpeg4 -aspect 16:9 -f mpegts ${o}
  4. Click Save

The new Profile will be added