diff -r 3c18c36245e7 -r fe307d0f75bd gmyth-stream/gmencoder/README --- a/gmyth-stream/gmencoder/README Tue Sep 18 13:45:36 2007 +0100 +++ b/gmyth-stream/gmencoder/README Thu Jan 31 20:02:39 2008 +0000 @@ -0,0 +1,58 @@ +General Information +=================== + +This is GMencoder version 0.1. GMencoder is a media transcode tool, +based on GStreamer elements. + +GMencoder is free software, licensed under the GNU GPL. + +The official web site is: + http://gmyth.sourceforge.net/wiki/index.php/Main_Page + +Information about mailing lists can be found at: + http://sourceforge.net/projects/gmyth/ + +Our IRC channel is #gmyth on Freenode (irc.freenode.org). + + +Installation +============ + +See the INSTALL file. + +How to report bugs +================== + +Bugs should be reported to the GMyth SourceForge bug tracking system. +(http://sourceforge.net/tracker/?group_id=177106&atid=879914.) + +In the bug report please include: + +* Information about your system. For instance: + + - GStreamer version + - Available GStreamer plugins (run gst-inspect with no arguments) + + And anything else you think is relevant. + +* Before you report a bug, it will be useful to know if GStreamer works. + If you have playback issues, try running this command: + + $ gst-launch-0.10 playbin uri="file:///path/to/my/musicfile.ogg" + + Just replace /path/to/my/musicfile.ogg with some sound file in this command + above. + +* How to reproduce the bug. + +* If the bug was a crash, the exact text that was printed out when the + crash occured, and a trace (which can be obtained by using gdb or bug-buddy). + See http://live.gnome.org/GettingTraces for more information on getting + stack traces. + +Development +======= + +See the HACKING file. + +arch-tag: The typical project user README doc