With the latest Firefox Nightly 111.0a1 you can now view AVIF sequences!
Continue reading...Python patterns only beginners use
There are a few things that you won’t ever see senior Python developers committing to code, but may not be explicitly taught. Most of these things you won’t even see senior programmers doing in their small side scripts. However you should never see or write these...
Continue reading...Using AVIF and HEIF images with Python / PIL
Modern image formats come with huge quality and compression improvements, but at the cost of accessibly until there is wider adoption. Right now (2022-08) Pillow, PIL’s primary fork, doesn’t have support for either AVIF or HEIF of the box. But thanks to other packages we aren’t...
Continue reading...AMD improves video encoding yet again! This time with Pre-Analysis
AMD made some impressive quality jumps a few months ago when they re-introduced B-frames to their H.264/AVC hardware encoder. Now they went and did it again with AMF 1.4.26 by adding temporal Pre-Analysis, which detects scene changes and can better insert index frames where needed. While...
Continue reading...