π₯ How to Use yt-dlp to Download Videos from YouTube (and More) – AI Generated
If you’ve ever wanted to download YouTube videos in high quality β including 4K, full playlists, or audio only β then yt-dlp is the tool for you. Itβs a modern fork of youtube-dl with better features, faster updates, and broader site support. β What is yt-dlp? yt-dlp is a command-line program that lets you download […]
[FFmpeg] How to speed up some segments in your video
I am making scenic trail ride videos. Those videos have some repetitive segments in them. It can be very boring to viewers. So, I wanted to speed up those segments with FFmpeg. I’ve given requirements to ChatGPT to create one Bash script for it. Since ChatGPT does not know the environments of my machine, it […]
Video Editing Bash scripts with FFmpeg
I asked ChatGPT to create some Bash scripts that encapsulate FFmpeq commands to make my video editing easier. I do not do much craze editing but just trimming, cutting-off and so on. Here are mostly used my scripts. 1. Thumbnail creation I try to create thumbnail out of my video. The script below captures the […]
FFmpeg Video Processing Program
I do not do much crazy editing on my videos on YouTube. However, FFmpeg can also do much sophisticated editing and it is free with countless filters and options. Only your imagination and creativity is the limit here. Only downside I can think of that it only comes with command line interface. It means you […]