Restrict the media formats that people can upload

Our system is designed to capture all sorts of formats and process them with ease. Of course, in some cases you might want or need some specific formats to be uploaded.

Once example is where some of our customers have video editing experts on their side. For them it is all about grabbing the videos from our dashboard and getting down to business. This might however put a requirement or preference on which file formats you want to get as original.

If that is the case, it is super easy to set the allowed video formats to e.g. mp4 and avi. You can do so using allowedextensions parameter as shown bellow

<ziggeorecorder
    ziggeo-theme="cube"
    ziggeo-themecolor="red"
    ziggeo-width="100%"
    ziggeo-allowedextensions="mp4,avi,mov,ogv">
</ziggeorecorder>

If you want to limit the recorder in one of the many other ways, you can check out our parameters page.

PREV NEXT