How do I add a custom thumbnail to a .mp4 file using ffmpeg Link
ffmpeg -i video.mp4 -i image.png -map 1 -map 0 -c copy -disposition:0 attached_pic out.mp4Author: Prince Dorcis
traefik.pip install "tutor[full]"| Install Redis extension on your pc | |
| Download the CORRECT version the DDL from the following link | |
| https://pecl.php.net/package/redis/4.1.0/windows | |
| Put the dll in the correct folder | |
| Wamp -> C:\wamp\bin\php\php-XXXX\ext | |
| Laragon -> C:\laragon\bin\php\php-XXX\ext | |
| Edit the php.ini file adding |
localhost and the SMTP port as 1025.| # Install Composer package without internet | |
| With Composer 2, you can install a package without internet, provided that you've installed the same package before and it has been cached by composer. | |
| To install the package without internet, we need to set an environment variable to let composer know we want to work without internet. | |
| In the terminal: | |
| ```shell | |
| export COMPOSER_DISABLE_NETWORK=1 |
| const audio = new Audio('https://url-to-my.audio'); | |
| // Play | |
| audio.play(); | |
| // Pause | |
| audio.pause(); | |
| // Stop | |
| audio.pause(); |