To process the changes you have made in the Video Editor, the following cronjobs must be installed on the server.
To do this, call as root:
# crontab -e
and insert the following lines:
*/1 * * * * php -f /path/to/vimp/vimp -- videoeditor:transcode >> /path/to/vimp/log/videoeditor-transcode.log 2>&1
1 * * * * php -f /path/to/vimp/vimp -- videoeditor:assets >> /path/to/vimp/log/videoeditor-assets.log 2>&1
Important note:
In VIMP versions lower than 6.x, please use the command /symfony instead of /vimp in the code above.
Where /path/to/vimp should be replaced with the appropriate path to the VIMP directory on your server.