Molok submitted a new resource:
AndyB - Video optimizer - Video optimizer for recently attached videos.
Read more about this resource...
AndyB - Video optimizer - Video optimizer for recently attached videos.
Description:
Video optimizer for recently attached videos.
(Example of Options page)
![]()
Setup step 1:
Install php_ffmpeg by following the instruction in this thread:
Tutorials Thread 'How to install php_ffmpeg'
Install FFmpeg
SSH in as root.
The following terminal commands will install FFmpeg.
Code:dnf update -y dnf install epel-release -y dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm -y dnf install ffmpeg ffmpeg-devel -y
To verify FFmpeg version:
ffmpeg -version
Step 2.
Install PHP-FFMpeg extension
Using File manager create a directory called/home/username/php_ffmpeg
SSH in as cPanel username
The following terminal commands will...
- Molok
- Replies: 0
- Forum: XenForo tips & guides [2.x]
Setup step 2:
Go to the options page and enter the Autoload path.
How it works:
Every 10 minutes a cron entry...
Read more about this resource...