Rss Feed
Facebook button
Reddit button
Delicious button

Monthly Archive for October, 2004

Page 3 of 3

Webjay playlist generator

I have been messing around with scripts to enable grabbing mixsets automatically, and making a universal SMIL-compatible audio/video player. It looks like I needn’t bother anymore for the audio part, because Webjay has more or less what I needed for Smoothouse.org:

  • creation and publishing of playlists (SMIL)
  • support for Real/WMA/MP3
  • play-this-page‘ functionality (grab a page and create a playlist out of all audio links)
  • publish as RSS or in a Blog (through JavaScript)
  • public API, bookmarklets and the lot

    So I created the Smoothouse Sept 2004 playlist with mixsets that were created last month by various people/sites. Should add up to +- 10 hours of smooth house music, enjoy!

  • Adobe authors Digital Negative (DNG) standard

    Adobe has developed a new format for ‘raw’ camera files, called Digital Negative.
    The DNG specifications (PDF) uses the following arguments for its existence:

    • portable: an image tool that understands .DNG files immediately supports images from the 65 cameras from 14 manufacturers that currently can be converted to .DNG files.
    • durable: your camera vendor might not be around in 5 years, and support for its proprietary RAW format might have ceased too, i.e. if you buy PaintShop Pro 2009, it might not be able to read the files from your current camera.
    • uncompressed: the JPEG format, which is also an ‘open standard’, typically uses ‘lossy compression’ to keep images small enough. Lossy compression means image data is lost and cannot be recovered.
    • compatible: the standard is based on TIFF 6.0. TIFF is an older and very common format that Adobe controls. It’s one of the few formats that supports multiple pages in one file.
    • meta-information: DNG allows saving the images’ meta information (cf EXIF and XMP): camera brand and model, exposure time, focal length, saturation, …

    Adobe is currently shipping a RAW-to-DNG converter application and a plugin for Photoshop.

    It will be interesting to see whether Adobe can pull their PostScript/PDF stunt again by creating a de-facto standard. They already have (verbal) support from the likes of Microsoft, HP and Corbis. Way to go.

    (via Digital Photography News)