Download a YouTube video subtitles file with yt-dlp
Download a YouTube videos subtitle file and choose a specific subtitle file format using yt-dlp. To list the available subtitles on a YouTube video with yt-dlp: yt-dlp –list-subs VIDEOURL If…
Download a YouTube videos subtitle file and choose a specific subtitle file format using yt-dlp. To list the available subtitles on a YouTube video with yt-dlp: yt-dlp –list-subs VIDEOURL If…
How to search and get YouTube videos using the yt-dlp command line tool. You can either list the video id’s and title or instantly download the video. Searching YouTube videos…
Victoria Park Lake Shepparton drone video. For images go here.
Lal Lal Falls drone video. Blog post with Lal Lal Falls drone images here
Downloading whole YouTube channels using the yt-dlp tool, with specifying video quality and format types. For a general run down and usage guide on yt-dlp go here. Downloaded video format…
How to easily upscale a 1080p video to 4k resolution using FFmpeg and a one-line command. The speed of the video upscale will depend on the video length, bitrate, your…
How to Download audio from a YouTube video using yt-dlp. For more information on yt-dlp general usage read this post. As you will more than likely be wanting the best…
Yes, the NBA league pass streaming for 2021 comes in 1080p and 60 fps. After poking around the source stream DASH with FFmpeg it is clear that the NBA League…
A simple method to get the bitrate of a video using FFprobe which comes with FFmpeg. The command: ffprobe -v quiet -select_streams v:0 -show_entries stream=bit_rate -of default=noprint_wrappers=1 inputvideo.mp4 -v quiet…
Add another audio track to a video file with FFmpeg. This will give you the option to change the audio track in a video player whilst keeping the video flowing….