I thought Windows was supposed to be easy to use! I’m trying to encode the video from Whose ICE… and I thought to myself ‘Hmm, I don’t want to spend any time on it, Windows is a media OS now, yeah?’. Initial signs were good, plug in camera and immediately Windows Movie Maker pops up and offers to transcode my DV to WMV (naturally). OK, thinks I, I’ll go ahead and rip it at sufficiently high bitrate that I can use it as a master to transcode later. After a bit of ripping the WMV comes back and is awful. Stuttering playback and choppy sound, even under WMP. Perhaps it’s been encoded at too high a bit rate. Looking at the file I see it is about 3Mb/min, high but not silly. Similarly playback is only taking 10% CPU so it must be the file.
Disheartened I decide to ask Windows Move Maker to just rip straight to DV-AVI. What can go wrong there? Well aside from the video being 178Mb/min, not much. After checking the space I set it going and am rewarded with an even worse file. The sound is choppy and the video randomly skips. this might be due to Windows fankly inexcusable disk access behaviour (a subject for a different day) but I don’t think so.
Bugger this, thinks I, and off I toddle to my Linux laptop. Plug in camera and type
dvgrab - | mencoder - -of avi -ovc lavc -oac mp3lame -lavcopts vcodec=mpeg4 -o whoseice.avi
which, for the less CLI oriented, means ‘grab DV from the camera and pass it to mencoder which will transcode it to a DivX file’. Bang, my camera automagically starts playback, mencoder springs into life and I have a completely acceptable file in an easily dealt with format.
What do people who haven’t got Linux to fall back on do when Windows just Wont Work (TM)?
Oh, and my last resort would’ve been my mac. Not because I think it any less capable but because I’d've had to buy a 4- to 6-pin firewire convertor :).