Rakan
Rakan
`WSL 2 has a full Linux kernel and a more robust service handling along with possible support for socks and better networking. It may be able to run everything in...
@thomasaull I followed the guide in documentation but I didn't install Acrylic, I manually edits my hosts file and add the sites. nothing else.
> This way you need to update your host file whenever you restart the wsl, don‘t you? No, only once but every-time your create a site inside your parked folder,...
use: ``` $format = new \FFMpeg\Format\Video\X264; $format->setInitialParameters([ '-loop', '1', '-t', $duration_in_seconds, ]); ```