One of the most annoying things I run into when using a computer is that I click in a box to start typing, and the cursor is blocking what I’m typing, so I can’t see it. (This also happens at work when I’m Windows 11.) It’s annoying, because sometimes I make a typo and I …read more…
Posts contained in the “Linux” category:
Extract Audio from Video using ffmpeg
The great thing about using Linux is that you have a number of command line tools that can accomplish tasks and are generally faster than GUI-based alternatives. The Linux tool for manipulating video files is ffmpeg. Its official documentation is here and one version of the man file is here. General Use The format for …read more…