Hello gentlemen, I hope you are well.
In aapanel is there any function or any impediment against the execution of ffmpeg?
I have a creator community script that I need ffmpeg which has already been installed.
In the seller's manual it says that ffmpeg is run by Cron.
My cron line looks like this:
3 tests:
/www/server/php/74/php /www/wwwroot/privaty.com.br/artisan schedule:run >> /dev/null 2>&1
/www/server/php /www/wwwroot/privaty.com.br/artisan schedule:run >> /dev/null 2>&1
/www/server/php/74/bin/php /www/wwwroot/privaty.com.br/artisan schedule:run >> /dev/null 2>&1
My ffmpeg:
ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg /usr/share/man/man1/ffmpeg.1.gz
However, it doesn't work at all.
Is there any impediment?
Thanks again.