local wildlife

in a bank of tangled green plants, a large dark brown beaver sits on its haunches and nibbles on greenery with its front paws to its mouth. Its fur is damp and slicked back, forming stripes as the long guard hairs curve past its tiny ears down its back. It is aware of the photographer but unbothered, even if they are only three metres away
its wee hands …! squee!

Beavers are usually quite wary of me down at Bluffer’s Park, but I was about three metres away from this one and I didn’t seem to be interrupting.

A beaver in Bluffer’s Park gathers an unhurried snack of tasty green fronds

The original video is nearly half a gigabyte. I don’t really want to use YouTube, so you’re getting it at 360p, courtesy of ffmpeg and lots of swearing.

I don’t want to turn this post into a rant about ffmpeg and its very special options, so here, for posterity, are the command lines I used to generate this from a Pixel 8 phone video:

ffmpeg -i PXL_20250807_103015312.mp4 -c:v libvpx-vp9 -b:v 0 -crf 32 -pass 1 -an -f null /dev/null
ffmpeg -i PXL_20250807_103015312.mp4 -c:v libvpx-vp9 -b:v 0 -crf 42 -pass 2 -r 30 -vf "scale=trunc(iw/6)*2:trunc(ih/6)*2" -c:a libopus -filter:a "volume=1.5" browsing_beaver-smaller.webm

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *