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