How to download videos of websites with FFmpeg
IF you don’t know or have FFmpeg installed here is the post for you, otherwise follow along to learn how to grab videos from news or sports websites. I like…
IF you don’t know or have FFmpeg installed here is the post for you, otherwise follow along to learn how to grab videos from news or sports websites. I like…
PHP has a lot of string functions, the ones used in this post are mostly of the str_ variety except there are many ways and options to do the tasks…
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…
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 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…