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