FFMPEG Setup

Introduction

FFmpeg is a free and open source collection of tools for handling multimedia files. It contains a set of shared audio and video libraries such as libavcodec, libavformat, and libavutil.
With FFmpeg, you can convert between various video and audio formats, set sample rates, capture streaming audio/video and resize videos.

Setting Up FFmpeg on Apiqcloud container

Click Here to download linux-64 based FFmpeg binary zip file and upload it to your container via File manager or copy the link to the file and download using the wget command.

Perform unzip ffmpeg-x.x.x-linux-64.zip command to extract the binary file

Perform chmod +x ffmpeg to make it executable.

Now you can use ./ffmpeg -version to test if the binary is working or not.



 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Deploy Magento into Apiqcloud PHP Cloud

Magento is an extremely popular open source e-commerce service powered by PHP. It provides a...

How to open a support ticket to Apiqcloud

Please follow below steps to open a ticket :-  Login to Apiqcloud dashboard  Click on HELP...

Types of Accounts

By default, accounts created in Apiqcloud are considered to be trial accounts. Apiqcloud...

File Synchronization

File Synchronization Between Several Application Servers in a Cluster As incoming traffic...

Apache & NGINX Modules

Here you can see the full list of the Apache and NGINX modules available in Apiqcloud by...