Subtitles using ffmpeg

Subtitles using ffmpeg New in ffmpeg 8.0 has been the inclusion of Whisper (a project by Open AI) that allows you to transcribe audio (in video files) to subtitle files. But how does it work? First we should note that your flavor of Linux might not have the latest version off ffmpeg in its repository. […]

Subtitles using ffmpeg Read More »

A log function for bash

A log function for bash So if you are making scripts in bash, it’s sometimes useful to print debug information to the screen. You can use ‘echo‘ but why not use something a bit more fancy. This little function will print out a timestamp relative to the start of the script. (Easily changed if you

A log function for bash Read More »