|
|
20080628 - Insignia Pilot with LinuxTable of contentsFrom WwwJack Ungerleider is going to talk about using the Insignia Pilot with Linux. Jack Says:
Hardware run down: Insignia Pilot - 4Gb Media player - Best Buy "House brand" - price (6/22/2008) $119.99 4GB SD HC expansion card HP Pavillion dv6000 Series laptop 1 USB cable (included with Pilot) Software rundown: openSUSE 10.3 (32-bit) KDE 3.5 KAudioCreator Kyamo Amorok *Firefox with Fast Video Download add-on *mencoder Lame MP3 encoder *The Pilot can play video. These provide a way to grab flv's from YouTube and other major video sites and convert them to the very particular avi format the Pilot needs. Ripping Audio(The following assumes the above packages are installed) To convert audio from from CD to MP3 for the Pilot follow these steps:
The files are ready to transfer to the Pilot. First a few words about making it work. First make sure that the Pilot is set for folders and files in the Connection Type under settings. If you plan to use and SD card in the slot of the Pilot to increase your storage capacity I recommend you leave it out for the first go round with transferring music.
That's pretty much it. You can now enjoy your audio on the go. Working with VideoOne of the reasons I decided to get the Pilot was that it handles video on its 2.4 inch screen. This is comparable to some of the early LCD based pocket TVs. Getting video to the Pilot is a bit tricky. It only supports a very particular formatting of the file. Basically it needs to be XVid (or DivX) Mpeg4 in an AVI wrapper. The only way I have found to do this reliably is via the command line using Mencoder. The details are in this article (http://www.platoscave.net/tag/audio) at platoscave.net. The pertinent information is shown below: mencoder demo.flv -oac mp3lame -lameopts cbr:br=96 -srate 44100 -af resample=44100:0:0 -af volume=20 \ I've made a couple of changes in the above from the original. I changed dump.vob to demo.flv and set the scale to 320:240 since I'm looking to convert standard 4:3 video. This is to show that you can use mencoder to convert files downloaded from sites like YouTube and play them on the Pilot. To get the flvs from the video site I use the Firefox add-on, Fast Video Download. This allows the downloading of videos from a number of video sites. CAUTION: When downloading videos make sure you know any copyright related issues. Particularly if some is specifically labeled that it cannot be downloaded or used off-line then leave it alone. If you don't know whether you can download the video then assume that you can't and leave it alone. |
| |