06.22.2009
mp3plot 0.6.0 is out. It started as a bugfix release for a nasty bug when dealing with free-format or broken files (reported by Tricky Trix, thanks pal
) and eventually led me to (finally) implement support for "MP1" (MPEG-1 Layer I), "MP2" (MPEG-1 Layer II) and all three layers of MPEG-2. Such files can be found sometimes as disguised mp3s so this should be useful.
Also some other fixes including longstanding (brown paper bag) bugs. There's no doubt more of them in there, so report if you find something weird.
So in short previous versions should be ditched in favour of this one
Published in mp3plot | No comments »
04.30.2009
There's a refreshed version of nautilus-follow-symlink. Nothing new (after all there's little to be added), but I'm finally letting GNOME set the icon instead of force-feeding it, so it should, hopefully, display an icon matching the user-chosen theme. And it should also be friendlier to build.
Published in nautilus-follow-symlink | No comments »
04.25.2009
mp3plot 0.5.1 is out, I've finally got a graphical output I sort of like and fixed some bugs, see the changelog for details.
The older colourscheme is still available as an option (--old-colorscheme)
Published in mp3plot | No comments »
04.10.2009
I've published a snapshot of VCS in the state I commented in the last post, i.e. it works on FreeBSD and possibly more OSes than before, but output is less refined there. But since I've been a bit sidetracked I've opted to publish now and update later on
Published in Video Contact Sheet | 4 comments »
03.25.2009
As I wrote on the last update, I've been working on making vcs work on FreeBSD (and hopefully other non-GNU systems), there were quite a few problems that made it unusable outside GNU variants, but it's already working. Sort of:
There's still some wrong details:
Like
instead of 
or
instead of 
But that's definitely better than not running at all
The other major problem is I've no clue how the size of removable media should be retrieved (in a portable way). That's required when working with a real DVD (i.e. not a DVD ISO). The previous version used a method I disliked (fdisk -s) and that most probably would fail on everything but GNU. SO if you know of a right way of do so, drop me a line
Anyway, I'll publish this version RSN, even with this ugly bits and will look on how to fix that stuff later on.
Published in Video Contact Sheet | No comments »
03.16.2009
Before the next release I'd like to make VCS work better in other OSes beyond Linux. Linux is my (current at least) OS
of choice and the one I'm not familiar with so it's also obviously the OS in which I develop and test VCS.
Thanks to virtualisation
gaining a lot of momentum I'm now able to try operating systems I've never worked with (and which I'm pretty sure
will make VCS choke in ways I never expected); e.g. the very last major feature, DVD vidcapping, is written in a way not compatible
with, at least, FreeBSD. I'll focus on making vcs work better (or at all) on ther systems for a while, let's see
how it turns out.
Published in Video Contact Sheet | No comments »
03.11.2009
New version released, finally implementing DVD support (both ISO and DVD devices should work).
Also JPEG 2000 output, a more Polaroid™-like
polaroid mode
(the older one has been renamed to photos); the timestamp is now reduced
for smaller captures plus the usual batch of fixes/tweaks.
DVDs
Capturing from DVDs is a bit tricky, the filename is passed as an argument to -V while
the title number must be provided as if it were the file to capture, e.g.: $ vcs -V /dev/dvd 1
will capture the first title from the inserted DVD.
Passing 0 as DVD title will use the longest title in the disc (which is usually the main title):
$ vcs -V someiso.iso 0
DVD support *requires* lsdvd and fdisk (fdisk is used to detect the size of DVDs)
in this first version.
JPEG 2000
JPEG 2000 output (*.jp2 files) is used by passing the -j2 or --jpeg 2
option.
New polaroid mode
As for bugfixes: I finally came across the previously unreproducible bug that made the polaroid
and overlap modes place all images on the same spot. Guess it was a problem with a newer version of
ImageMagick since I've also encountered a lot of problems with some of the commands I was using.
I've fixed all I was able to find.
As a side effect, I've reworked once again the alignment of the different sheets.
This will be renamed as 1.1.0 if it works well enough for others.
Published in Video Contact Sheet | No comments »