Making videos with OBS and Camtasia

After many years of trying, I think I’ve finally found a decent workflow for making videos. I’ve always loved Camtasia for making screencasts but I really like the flexibility of OBS for getting video onto my computer. So now I use both. The only thing I needed to do for it all to work was to go into File>Settings in OBS and change the video recording format to mp4:

Once I made that change I could import my recording files into Camtasia. It asks me if I want to use 60Hz video for the project (oh yes I do) and then lets me get on with formatting the video, adding captions, sorting out the audio and finally uploading it straight to YouTube. OBS is free and Camtasia has a really generous free trial period. If you are thinking about making some videos these two tools are a great way to get started.

Full disclosure: Tecksmith were kind enough to give me a copy of Camtasia to play with as part of my Microsoft MVP award. But I’d been using Camtasia and liking it in my day job for a good while before I got the freebie.

Whatever happened to MouseTrap?

You know how old people are supposed to get cross about change? Wellllllllll.

They’ve changed the MouseTrap board game. The new one doesn’t let you eliminate other players by catching them. Instead you collect portions of cheese or something. Most unimpressed. I see this further evidence of the continuing decline of civilisation etc etc.

My advice: seek out the original and best. Proper sudden death action.

Upgrade your Circuit Python version in the Raspberry PI PICO

My first version of the PICO MIDI Cheesebox used Circuit Python 6. And it worked fine. But I thought I’d upgrade to version 7. This turned out to be harder than I anticipated because of my less than stellar hardware design. The Raspberry PI PICO that I use to control the CheeseBox is locked inside the case with no access to the all-important BOOTSEL button that you hold down during power on to force the device into firmware upload mode.

However, the good news is that you can use a couple of Python statements to get your PICO to reboot into firmware mode so that you can drop in a new version of Circuit Python (or anything else). You can issue the commands down the terminal connection. I used the Thonny program which provides a REPL connection to my Circuit Python powered CheeseBox (or Crackers Controller).

microcontroller.on_next_reset(microcontroller.RunMode.UF2)

This is the first command you type in. It tells your device to reset into UF2 mode next time it is reset.

microcontroller.reset()

This is the second command. It resets the device and makes it appear as as storage device into which you can load the firmware. Note that if you do this you will wipe the contents of your PICO so make sure that you copy anything important off it first.

I’ve upgraded the firmware for the CheeseBox on GitHub to Version 7. You can find it here:

https://github.com/CrazyRobMiles/PICO-MIDI-Cheesebox

Tax Paid

I’ve done my tax for the year. Just six days before the deadline. Go me. Now, if you’ll excuse me I’ve got some crying in the corner to catch up on…

It didn’t used to be this way. I was happy to pay may tax and watch things around me get better and better. But to think of the possibility that some of my cash is being used to fund the incompetence and maliciousness that passes for government these days is rather upsetting.

KidiZoom Camera is awesome

Number one granddaughter has now reached the grand old age of “nearly five”. For Christmas she was given a Kidizoom printing camera. Lucky girl. The camera is awesome. The pictures it produces are OK with a fixed focus, wide angle, low resolution sensor which is as good as it needs to be. You can get shots off the camera by using a micro-SD card. Or you can print them in black and white on the built-in thermal printer.

This would be fun enough, but then the camera makers went to town with extra features. The camera has a colour LCD panel on the back, so there are a couple of games you can play. There’s also a bunch of image filters and some very clever extra things you can do with the printer. You can print mazes, a tie or even your own money with your picture in the middle. Really great fun.

The heck with the grandchild. I want one of these…..

Broken hard drive

The hard drive above is broken. It contains 500G of - well, I don’t know what. I’m sure nothing on there is important because I never leave important things on portable (or indeed any) hard drives. And I don’t own any bitcoins. However, I guess you never know.

I was hoping that I would crack the drive open and find a drive and a USB interface card I could swap out for a possibly less broken one. However, that is now how things go these days. The drive and the interface are all one broken component.

What would be amazing is if a ninja reader of this blog took a look at the board and went “Oh yes, just tap this connecter and all will go well.” In the unlikely event that this actually happens it turns out that Brian has a similar vintage drive which is also broken in the same way…..

Police Squad and Rust at the Hardware Meetup

Another fun hardware group meetup last night. In between chats about Python, Rust and thermal cameras I mentioned the TV series Police Squad. You can find it on YouTube here. It is one of the funniest TV shows ever made. They only made 6 or so episodes for some reason - but in a way I’m pleased about this as it never got time to go off the boil or become stale. It is just continuous, brilliant, genius. Take a look and thank me later.

Oh, and the next hardware meetup is on the 3rd of Feb. Find out more here.

XBOX Remote Play works a treat

One of the main problems with having the Xbox plugged into the proper TV downstairs is that of an evening other members of the family tend to want to watch “Call the Midwife” rather than me playing “Yakuza - Like a Dragon”.

The good news is that I can use XBOX remote play to sort this. I’m using it on an iPad with a Bluetooth Xbox controller that I bought a while back. It works a treat. It means that as number one wife is stories of newly born babies coming into the world I can be happily despatching bad guys at the same time.

Yazuka - Like a Dragon

Watching number one son play Lost Judgement has got me interested in Yakuza games . The Xbox game pass has a bunch of them available including the recently released Yakuza Like a Dragon. It is definitely a grown-up game. I don’t think the language and the themes explored would be very suitable for kids. But having said that, the general principles that underlie the characters are very sound indeed. The main protagonist has has a strong desire to do good and always tries to see the best in people. Of course he’s also not above whacking folks with a baseball bat wrapped in barbed wire, but always in a good way.

The main story is interesting and well told and the side-quests are completely crazy. The fighting is turn based so you are not frantically bashing buttons (something I’m not that good at). Instead you can spend time weighing up the best attack moves and who to target before you weigh in.

Playing the game is like taking part in a well written action movie. And you end up really caring about the characters. Very strongly recommended but only for grown-ups.

Elven Assassin Upgrade

We played Elven Assassin on the Quest tonight. It is still great fun. They’ve improved it quite a bit since we last had a go. They now have a feature you can use to skip past the easy first levels and get onto the gritty ones right at the start. They’ve also added a new player vs player environment and seem to have upped the number of simultaneous contestants which has great potential. A game with 12 or so people taking part would be hilarious.