This is xrmenc, a front-end for rmenc (RealMedia encoder) You need rmenc to use xrmenc. rmenc can be downloaded from http://www.real.com/ INSTALL: bunzip2 xrmenc-0.25.tar.bz2 |tar xf - cd xrmenc-0.25 make install RUN: xrmenc REQUIREMENTS: rmenc, libforms NOTES: xrmenc simply calls "rmenc" hoping it is in your PATH. rmenc needs a different set of shared object libraries than rvplayer (even though some of them have the same names, they are not really the same) thus, I would recommend installing the rmenc binary in it's own directory (not in your PATH) along with the libs that came with it, and putting a shell script named 'rmenc' in your PATH that sets LD_LIBRARY_PATH and then runs the real rmenc. I have included a copy of my own such script for your perusal (xrmenc.sh) but it is not part of the installation process of 'make install', since you might already have rmenc or a shell script named rmenc in your PATH. If neither rmenc or an 'rmenc' script is in your path, you could also put xrmenc executable in the same directory as rmenc, and run xrmenc the same way you normally run rmenc or via window manager menu entry, etc...) TODO: browser to select the source audio file config file buttons to convert source audio to rmenc-supported formats wavplay button rvplayer button live input port to GTK lots of sanity checks real help video support more/all of rmenc's options dynamically generate codec-selection menues by parsing `rmenc -H` dynamically show/enable buttons for some features by parsing `rmenc -H` try to find rmenc using "find", verify with "file" etc... if it's not in PATH. CONTACT: Author: linut@squonk.net - Brian K. White Home: http://www.squonk.net/users/linut/linux/xrmenc/