-
Recent Posts
- Software developer images with DALL-E 3
- java.lang.IllegalArgumentException: The Unicode character [デ] at code point [12,487] cannot be encoded as it is outside the permitted range of 0 to 255
- Framework Laptop Review
- Software developer images with DALL-E 2
- Svg-based 3D model in OpenSCAD via Inkscape/DXF
Archives
Categories
Meta
Monthly Archives: January 2014
Screen and Audio Capture with ffmpeg on Windows 7
I’ve recently needed to capture a video stream that was being stream in some obscure format, so direct screen and audio recording was the only (at least easiest) option. It works fine with freely available software, but you’ll need some … Continue reading
Workaround for Batik’s NoClassDefFoundError/ClassNotFoundException: TruncatedFileException
Batik’s JPEGRegistryEntry that is repsonsible for handling inline JPEGs in SVGs contains a reference to TruncatedFileException, which is specific to the Sun/Oracle JDK (as well as other classes used in the same code). If you’re running e.g. on OpenJDK, you’ll … Continue reading
Posted in Software
Leave a comment