Cutting a part from a video with FFmpeg
FFmpeg allows you to choose a start time for a video and a finish time or duration and it will chop that part out and save it. There are two…
FFmpeg allows you to choose a start time for a video and a finish time or duration and it will chop that part out and save it. There are two…
I have always been curious about the handling and usability of data between a MySQL database and JSON files in PHP. I decided to do some reasonable case examples using…
Here is how to automatically with the Twitter api and a cron job tweet out if you finished 1st, top 5 or top 10 in your last Fortnite game along…
XAMPP is a program that makes having a local web server simple. With XAMPP you can easily handle a web server (Apache) plus MySQL. Here is how to install and…
Here is how to upload a windows server 2012 r2 ISO to Vultr to get a windows VPS very cheap! Vultr is a trusted and reliable cloud computing business with…
Here is 11 factors that indicate your website may not be up to scratch, These 11 factors are the foundations to having a successful modern website. The more of these…
Here is how to get your Twitter api Consumer Key (API Key), Consumer Secret (API Secret) , Access Token and Access Token Secret. With these 4 values you can tweet…
FFmpeg is a very simple way to download, convert and stream media (video and audio). You can download FFmpeg from here. I find it very good at downloading streams (m3u8…
Here is how to do a modern glitch effect on an image in html with css just like this one The resources are below, including the images. You can use…
If you want to use a custom font from dafont or other font websites they usually come as either a .TTF or .OTF here is how to use these fonts…