Rss Feed
Facebook button
Reddit button
Delicious button

Archive for the 'podcast' Category

Page 3 of 5

Get ready for video podcasting


You can argue about whether to call it ‘videocasting’, ‘vodcasting‘, ‘vlogging‘, ‘vblogging’ … But you cannot argue about the surge in buzz about it: John Q. Public is getting ready to create his own movies and show them to the world.

The creation
Just as with podcasting, the barrier of entry for producing content is dropping. With video capability being embedded in digital cameras, mobile phones and webcams, it looks like soon anyone will be capable of recording footage. That movie is then transferred to a PC, maybe edited with Apple iMovie or Windows Movie Maker, encoded into a fitting format and ready for consumption. The definition of ‘a fitting format’ seems to boil down to: Quicktime (.MOV/.MP4), MPEG-1 (.mpg), Windows Media (.WMV) and Audio/Video Interleave (AVI), which should bring the output in the 150Kbps-1Mbps bandwidth range.

The hosting
One might think that, since video uses higher bandwidths than audio, the average video podcast file would be way bigger. Fortunately the average DIY film director seems to limit himself/herself to movies of less than 10 minutes. A podcaster can easily talk for an hour each week (which produces a 30MB file at 64Kbps), but the complexity of acting, editing and producing video makes a 4-minute piece already a considerable accomplishment. Four minutes of video requires only 4 to 20 MB.
There are a number of players that offer free video storage and streaming services.

The audience
No point in making your own movie if no one is going to see it. So you

  • make the formal promise to create a new movie every day/week/month,

  • upload your works of art onto one of the services above,
  • set up your own video blog site, with an RSS feed with enclosures,
  • maybe use the Feedburner Smartcast service to add the Yahoo! Media RSS and Apple iTunes extensions, and
  • register your vodcast in a vodcast directory like vodcasts.tv and loomia.com.
  • make sure your content is well indexed and referenced so you show up in video search engines like Google Video, Yahoo! Video or Blinckx.

And maybe, if you make a documentary that’s good enough, you upload it to Channel Four’s FourDocs and you cross over to the ‘old’ media.

FourDocs is the place to upload or download four minute documentaries. Anyone with a story to tell or an opinion to voice can submit their film to FourDocs.

Also check out their excellent “How-To Make A Documentary” Guides!

(Thanks to Ine for hitting me with the videopodcast hammer until my scepsis gave way for moderate optimism)

Technorati:

Photofeed: image podcasting

As I said in a previous blog post: it’s not logical that there is no picture podcasting yet, while the content, the devices and the technology are all there. That’s why I decided to lend the ‘loosely coupled’ movement a hand: I just set up a new project:
PHOTOFEED – IMAGE PODCASTING.

It introduces the concept of a Photofeed (an RSS 2.0 feed with image enclosures – the picture counterpart of a podcast feed) and also features a service to display photofeeds in any web site: Photoroll. I invented the term ‘photofeed’ (‘photcast’ was an earlier option, but it’s too limiting)

(Update: especially for the visitors from scripting.com)
What’s so great about a photofeed? Well, since there is an image URL specified separately and attached to each feed item, a photofeed consumer application can ‘do stuff’ with that image. So you could display the image in whatever layout you want on your site (that’s my Photoroll), you could have a photofeed screensaver, print them, make sepia thumbnails, save them to your iPod photo or PDA, …




Who already delivers photofeeds? For now, there’s Fotothing, Pixagogo and Flickr, but I hope soon other photo sharing sites will follow. They have one for each of their tags/labels, so you can have an ever changing feed of ’sunset’ images and use it for whatever you want. If you want to make your own photofeed, consider using the Feedburner SmartCast for images, which they kindly developed upon my request (doing a ‘Hackathon‘: great idea!).

What is my purpose with this? Well, I want to introduce the concept so people start playing with it and come up with new and untought-of applications. Do you have the “Hey, I could use this to …” feeling? An original hack that does funky stuff with a photofeed? An idea for a way to add ‘fitting’ pictures to an existing text-only RSS feed? Geo-photo-feeds? Some social-software remix project? Let me know, leave a comment here or on the Photofeed Blog. Just picture it!

Inspiration and support came from people who are maybe not aware of it: Joris from Pixagogo, Eric from Feedburner, Alan from Feed2JS, Lucas from Webjay and Erwin from DopplerRadio.

Technorati:

RSS with images: picture podcasting


There is something weird: after the audio-only iPods came the iPods with images, but there are no iPods for videos (yet). However, we already have video podcasts, but there are to my knowledge hardly any picture podcasts? Why did we skip that medium? The hardware is there, the content is there.

So let’s see how hard this would be. At first glance, you would need the pictures, in an RSS, optionally automagically transferred to the photo device:

RSS with pictures

I found a couple of initiatives for putting images in an RSS so that they can easily be retrieved/manipulated:

Flickr: RSS with image enclosures 

this is the most straightforward and obvious implementation: using the same enclosure tag that made podcasting so simple. The only thing is: they do not include the image size (length=) attribute, probably for performance reasons, but this breaks the validation of the feed

Yahoo!: Media RSS 

a more recent effort from Yahoo! to include media files and associated meta-data into RSS. More meta-data means better search accuracy. They use an extra namespace xmlns:media="http://search.yahoo.com/mrss" which is probably the most correct way of doing it, but makes it unfit for podcast use (no podcatcher client recognizes their media:content tag, so nothing is downloaded). They do support multiple enclosures per post item (e.g. a high-quality MPEG-4 video, a low-quality – but faster downloaded – WMV alternative and a JPG screen shot for the same footage). 

pheed.com Pheed RSS 

another extension of RSS 2.0, now with a xmlns:photo="http://www.pheed.com/pheed/" namespace. Same remarks as above: no podcast recognition. They also use the Dublin Core namespace, which is probably a good idea. 

solitude.dk 

Andreas had a proposal for changing the RSS2.0 standard, allowing multiple enclosures per item. Better go with the Yahoo! route for that, I guess.

My conclusions: you need the enclosure tag for compatibility with existing applications. You need the length= attribute for conformance to the RSS specs. So I’d start with what Flickr does, entend it with the length (even it’s just an estimation based on image pixel size, I don’t think many applications verify the actual size). But you could combine this with the Yahoo! Media RSS namespace (a bit like using the embed tag within the object for embedded media players) in the same feed.
Feedburner
Feedburner no longer adds image URLs as enclosures to their feeds (too many user problems, Eric Lunt tells me). So you cannot use Feedburner for constructing the RSS feed. (I tried it with Blogger and SmartCast and indeed, no success). They do support Yahoo! Media RSS as output format. They actually use the combination I described above. So we’re one step away from the perfect image feed constructor: Feedburner (optionally) enables image (JPEG/GIF/PNG) attachments to be converted to enclosures (with their usual automatic length= detection).

Transfer to device

I tried to use a mixed enclosure/MediaRSS feed in the iPodder podcast client, and it works like a charm. All references images are downloaded and stored under [iPodder download folder]\[Feed name]\[filename]. Whcih means you only have to specify the [iPodder download folder] as e.g. iTunes’ ‘Image root folder’ and all pictures will be synchronized with the iPod photo. Each feed is a separate folder, and a separate album on the iPod. Super! I guess the Doppler podcast aggregator would work as good.

Applications

Whether the pictures are consulted on a iPod or other portable multimedia device, or online in an aggregator or Bloglines, people can dream up a load of neat applications.

  • Gadget freaks could subscribe to an Engadget GSM ‘photo-cast’ of the latest must-have mobile phones. 
  • Parents could create a ‘kidcast’ for pictures of their newborn so the relatives can be automatically updated
  • casting directors could use a ‘casting-cast’ to get updated on new faces …
  • A TV channel could subscribe to the RSS’es of the main news agencies.
  • Simple: a PHP script that takes the RSS and shows your 5 most recent pictures in the side menu of your blog

Technorati:

Propaganda: podcast creation tool by Mixmeister


While checking for the latests versions of Mixmeister software, the excellent audio tool for crafting MP3 mixes, (they’re at release 6.0 now), I also noticed they just released Propaganda, a Windows software for creating p0dcasts. They’ve built it on the Mixmeister engine: accurate automatic detection of BPM (tempo) and downtime (1st beat of a measure), flawless time-stretching (speeding a song up or down without changing the pitch) and manipulation through a timeline based editor.

They also discovered a better way to limit the capabilities of their demo versions: instead of shutting the program down after 15 minutes – which is always unpleasant when you’re in the middle of trying something out – you now have a voice-over every 5 minutes that announces the fact that you’re using a trial version. At $49 for the full version, this is a good choice for any podcaster who wants an easy-to-use solution to create his programs.

If you’re more of a DJ, try one of the Mixmeister series (there’s a free trial version for each of them):

  • MixMeister Express 6 ($50)
  • MixMeister Studio 6 ($170 – key detection and mutiple mixes)
  • MixMeister Pro 6 ($280 – with video support).

Technorati:

Jobs announces Podcasts in iTunes


If this is true, it could change the landscape for podcasting significantly: Apple is jumping on the podcast wagon:

Steve Jobs just revealed at the D: All Things Digital Conference that iTunes 4.9 will add support for podcasts. With one click you’ll be able to subscribe to different feeds and have them automatically delivered to your iPod without using a third-party app like iPodder. Youll be able to search through a directory of available podcasts (producers will be able to register their podcasts with the iTunes Music Store), but users will have the option of adding whatever feeds they want to iTunes. The other big news: Jobs says that he would consider selling podcasts through the iTunes Music Store, something which should have Audible just a little worried.
(from Engadget – also on oreilly.com and sixapart.com)

Some reflections:

  • there should be a big impact on the market of commercial podcast clients like iPodderX (for Mac). Why pay for something that ships right out of the box in iTunes?
  • The .Net based, Windows-only Doppler still has a lot of bells and whistles that iTunes probably won’t have in the beginning, but they should focus on support for all things non-Apple: Windows Media Player and maybe RealPlayer, WMA, Ogg-Vorbis audio formats (and maybe conversion), mobile phones and PDAs, …
  • the Python based iPodder software loses some of its attraction: iTunes is also cross-platform. I don’t think iTunes will build in BitTorrent support soon, but that is a minor Unique Selling Proposition. They probably have to do the same as Doppler: go broader than Apple.
  • selling podcasts through iTunes … That is one step closer to allowing people to sell music straight from musician to the end-user, bypassing record companies and record stores. So wouldn’t Amazon be interested to be in this game too?
  • will Apple do some kind of screening of the content? I can not imagine an American public company providing a directory where anyone can say just anything, First Amendment or not. So there will probably be a special iTunes podcast directory, with a Code of Conduct to be signed before inclusion, and any complaint about illegal music (mashups?), blasphemy, four-letter words or politically incorrect opinions will get you thrown out.
  • what about podcast hosting? If Apple wants to make a buck selling podcasts, they can sure make money hosting the content. They have the experience hosting media for the Apple trailers and iTunes Music store, access to cheap hardware (for them anyway) and bandwidth and experience with micro-payment. Or can they find a business model where they host for free (but with a higher quality level than the idisk.mac.com service) in exchange for something else?
  • will Microsoft do something similar? Build podcast support into Windows Media Player? It would make a lot of sense: with WMA, they own the only audio format that is a worthy competitor for MP3 (basically only Apple’s iPod players do not support it). And maybe a podcast plugin for the MSN Spaces service?
  • will Google do something with podcasts? An modified version of Blogger with better podcast support (provide RSS feeds, god forbid)? Provide media hosting in exchange for searching the content and meta-data?

Technorati:

Podcast hosting: cheap or free?


Podcasting is a fun hobby, but leaves you with several tens to hundreds of megabytes of MP3 files to host. If your podcast turns out to be popular, you might also have over 20GB of file downloads per month (‘bandwidth’). This rules out any free hosting option like Geocities or even your local ISP. What are the other options?

CCPublisher:

free
Creative Commons, together with Archive.org, offer you the option to host your content for free. This is directed towards CC-licensed or open-source audio, so your own speech or your own music. Don’t use it to host illegal/copyright-troubled content.

idisk.mac.com:

$100/year (or $8.5/month)
if you’re already a subscriber to Apple’s .Mac program, this is an easy option. It is not the fastest or most reliable option.

libsyn.com:

starts at $5/month (up to $30)
built for podcasting: based on the #MB you add per month, not on the #GB downloaded per month (so the cost is predictable). Has detailed statistics (although some graphics would be nice). “Liberated Syndication is podcasting made easy”

bluehost.com:

$6.95/month (2-year subscription)
2 GB storage, 75 GB/month bandwidth. Is a general purpose hoster, so if you want to add the actual podcast blog to it, you can (you can add a WordPress blog through the Fantastico interface)

EV1Servers VPS:

$39/month
for the bigger fish: 10GB of storage, 100GB/month bandwidth. If even this is not enough, you can go up to a $99/mon fully dedicated server: 60GB storage, 1000GB bandwidth.

For up-to-date information, keep an eye on the podcasters Yahoo! group.

Technorati:

iTunes and ID3 tags

I have a Sony MP-40 car radio that reads CDs with MP3 files. However, since I started using iTunes to create my MP3 CDs, I sometimes seem to lose the ID3 tags (Title/ Artist/ Album). I now know why: iTunes writes ID3v2 tags, and the Sony only handles ID3v1 (MP40 PDF).
Main differences:

  • ID3v1 tags are written in a 128 byte fixed-length field at the end of the audio file.
    Song title 30 characters
    Artist     30 characters
    Album      30 characters
    Year        4 characters
    Comment    30 characters
    Genre       1 byte
  • ID2v2 can accommodate variable length tags, and allows storing them at the beginning and/or the end of the file.
    +-----------------------------+
    |      Header (10 bytes)      |
    +-----------------------------+
    |       Extended Header       |
    | (variable length, OPTIONAL) |
    +-----------------------------+
    |   Frames (variable length)  |
    +-----------------------------+
    |           Padding           |
    | (variable length, OPTIONAL) |
    +-----------------------------+
    | Footer (10 bytes, OPTIONAL) |
    +-----------------------------+

There are advantages for both systems:

  • prepending the ID3 info (add it in the beginning of the file) is essential for non-random access (e.g. streaming) and low bandwidth situations. You want to display the information as fast as possible, before the music starts playing.
  • appending the ID3 data (add it at the end of the file) makes it easier to edit. If you have a 50MB music podcast, and you change the Album/Artist info (which is necessary in a lot of cases, the authors don’t always pay attention to good tagging – thank god Doppler can do this automatically), in a lot of cases the whole file has to be rewritten, and this takes several seconds.

iTunes actually does the most sensible thing: it prepends ID3v2 tags and uses the ‘padding’ to reserve about 1,6 KB of space. So if new ID3 info has to be added, it can take some of the place reserved by the padding and iTunes only needs to change the first 1,6KB of the file, and leave the rest untouched. This combines the advantages of appending and prepending.

The default location of an ID3v2 tag is prepended to the audio so that players can benefit from the information when the data is streamed. It is however possible to append the tag, or make a prepend/append combination.
(from id3.org)

Until I change my car stereo, my only option is to change the ID3 format of my files before I burn them to a MP3 CD. iTunes can do this (the ‘Advanced’/'Convert ID3 tags’ option), but it’s still a drag.

QuotePlay and portable SMIL


Matt Round had released QuotePlay, a Flash-based MP3 player for playing specific parts (‘quotes’) of an MP3 sound file. A bit like <blockquote> for sound, and a handy way to cite podcasters.

I remember Jon Udell talking about a different approach for the same problem:

Peter van Dijck wrote to tell me about his tool for converting the URL of a Real stream, plus start/stop times, into a link to the specified segment. A while ago, I mentioned Rich Persaud’s version of the same idea (PFOR: AutoMeta’s RPXP), which works with Windows Media and QuickTime as well as Real. Using either of these, you can do what I did the other day — namely, link to a segment within a video stream — without hacking URLs and wrapper files.
(from Jon Udell’s Blog – May 13, 2004)

The RPXP tool works by generating a RAM/ASX/SMIL meta file on the spot by processing the ’start’/’stop’ information in the URL. Instantaneously generated playlist files, sounds a lot like Webjay, right?

Which brings me to a related topic: wouldn’t it be great for future portable MP3/WMA players to support the ASX (Windows Media) and SMIL (Quicktime/RealPlayer/MP3) playlist format? There are already devices that support music + images (the iPod photo, the iRiver H10) and even movies (the iRiver PMC140, the Zen Portable Media Center). It would be so easy to glue the audio and video together in playlist files to create slideshows, partial playback (like the above QuotePlay), reuse of the same intro/outro audio for different playlists, …

For the moment, the iPod supports M3U playlists (audio only – but m3u does not support start and end times) and the iPod photo can show album art, i.e. visual metadata embedded in the MP3 file. Both features are very limited.

Imagine a Powerpoint-2-SMIL export functionality that enables you to take your presentation on your portable player, and hook it up to an overhead projector. Imagine a package of 1 video file with 3 soundtracks – each in a different language – and different subtitles, all glued together by a set of small playlist files. Imagine creating a playlist on-the-fly that contains the most memorable quotes ina 90-minute speech, and that is sync’ed with your PC.

Technorati: