Test setup: - winxp sp2 - vlc 0.8.6c - ffmpeg r10464 Notes: This binary package was created using py2exe and it includes the clive.exe program executable, the Python 2.5 interpreter, and all of the required and optional Python modules (e.g. urlgrabber and win32clipboard). - Spaces in directory paths may cause errors, to avoid these errors: - install ffmpeg to c:\ffmpeg - install vlc to c:\vlc - config.py clive searches the following path for the configuration file: C:\Documents and Settings\(username)\clive The `easiest' way to configure clive is to use the `--configure' command line option. This takes care of creating and editing the configuration file. - IMPORTANT: config.py - Use '/' instead of '\' for paths - e.g. "player":"c:/vlc/vlc.exe %i" Examples: - Basic extraction: e.g. clive.exe URL - Extract and play: e.g. clive.exe --player="c:/vlc/vlc.exe %i" --play=src URL - Extract, re-encode and play: e.g. clive.exe --player="c:/vlc/vlc.exe %i" --play=mpg \ --ffmpeg="c:/ffmpeg/ffmpeg.exe -y -i %i %o" URL