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…
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…
Goulburn Weir on the Goulburn River near Nagambie 4k Drone video, filmed May 2021. Goulburn Weir drone images blog post.
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…
Mount Korong Victoria Drone video clips. Photos blog post. Video from Bunny net video streaming CDN.
Lake Nagambie and rowing course drone video. Images here.
Kow Swamp Timelapse from Sony a6500 with 18-105mm f4 lens.
A graphic to better understand video resolutions with a 16:9 ratio. These are all divisible by 8, meaning they will all scale up to size and fully fit without cropping….
Manually calculate the bitrate of a video from its file size and length. This can be done for both Megabits per second and Kilobits per second. Bitrate is the number…
How to do video scaling using FFmpeg with examples for different types of upscaling and downscaling methods. Scaling a video means to make it either larger (higher resolution) or smaller…