
How to increase the volume on your MP4 video
While recording my talk for the German AWS Community Day I created a video that isn’t loud enough. In this post I teach you how I used audacity and ffmpeg to increase the volume of my video.
While recording my talk for the German AWS Community Day I created a video that isn’t loud enough. In this post I teach you how I used audacity and ffmpeg to increase the volume of my video.
In this article I share how I’m preparing for my first conference talk at the German AWS Community day on September 25, 2020. The talk will be about user management with Cognito, Fargate, Python and the CDK and I’m very curious as to how that will work out.
This article is an introduction to Terminalizer which allows you to record what’s going on in your terminal and convert this recording to a gif.
In this article we’re going to take a look at some of the quality of life improvements Click offers to build command line interfaces. There’s a couple of things it makes a lot easier for users compared to building your own CLI - e.g. text styling or progress bars.
I’m going to show you some of the more advanced patterns and uses for the Python CLI building library Click. These include custom input validation, multi-level CLIs and command groups.
In this article I’m going to give you an introduction to the Python library Click which allows you to build pretty command line interfaces in no time.