Author: Cryptomn
-
ffmpeg. Extract images from the video file.
Lets take a look of the reverse process described in this post. To destructure video file to an array of still images the following needs to be done: ffmpeg uses frame rate from the file so no reason to care about this. For example you need to extract images from specific time: If you need…
Written by
-
nginx. restrict access to resources depends on country.
To understand from where the user requests data by IP address database of IP list is required. This database can be used in particular situation is Max Mind GeoIP. Create account and download the file GeoLite2 Country archive. After downloading and unarchive database it should be copied to remove server and database moved to /opt/…
Written by
-
ffmpeg. Timelapse.
If you need to gather all your shootings to video file, ffmpeg tool can help to do it in just a seconds. Just navigate to directory with images, change file extension if needed and run the following. Description. Means that filenames are matching the glob pattern, for example img_000*.jpeg Means using as input all the…
Written by
-
WordPress 6.4.3. Incompatible Archive.
In case you see the error “Incompatible Archive“. The update of WordPress 6.4.3 triggers bug when you try to upload a plugin or a theme that was zipped using a Mac. The solution of the issue is to add the line of code to functions.php of the child/parent theme or custom plugin that forces WordPress…
Written by