Doing 2 pass encoding with FFmpeg
Understanding what two-pass video encoding is, why use it and how to do two-pass video encoding with FFmpeg. Two-pass compared to one-pass Two-pass media encoding means on the first pass…
Understanding what two-pass video encoding is, why use it and how to do two-pass video encoding with FFmpeg. Two-pass compared to one-pass Two-pass media encoding means on the first pass…
Select and unselect all checkboxes in a div with a button click using jQuery. See the Pen Select and unselect all checkboxes with button by corbpie (@corbpie) on CodePen. …
Create a dynamic, shifting watermark that moves around a video using FFmpeg. This is similar to what TikTok uses and helps prevent the watermark from easily being blurred out or…
A PHP function to convert a DateTime to a years, months, weeks, days, hours, minutes and seconds ago string. An option can be passed through to have a short string…
A concept to create a video trim FFmpeg command by using a slider to view the video at a start and end timeframe. The easy slider integration is with the…
yt-dlp is a fork from the now troubled youtube-dl, the best part about yt-dlp aside from being actively maintained is that it follows similar commands to youtube-dl. Installing yt-dlp Installing…
A concept to manually create a thumbnail from a video by using a slider to view the video at a certain timestamp. The easy slider integration is from the noUiSlider…
An easy to follow guide on uploading and installing a Windows Server 2022 ISO with Vultr. Vultr is a reliable cloud computing provider with a massive range of locations, features…
Pushshift is a third party Reddit API useful to find comments and submissions (posts) from the past or that are otherwise archived. Searching submissions Searching submissions uses this endpoint: https://api.pushshift.io/reddit/search/submission/…
The .gitignore file tells Git which files and directories to ignore. These files are defined on each line as a pattern. Note that files already tracked do not get affected…