gmyth-stream/gmencoder/README
author renatofilho
Wed Jan 30 03:36:13 2008 +0000 (2008-01-30)
branchtrunk
changeset 898 4fbbacbbca34
parent 847 3c18c36245e7
child 931 e8e3219edf5f
permissions -rw-r--r--
[svn r904] updated COPYING file
renatofilho@898
     1
General Information
renatofilho@898
     2
===================
renatofilho@898
     3
renatofilho@898
     4
This is GMencoder version 0.1. GMencoder is a media transcode tool,
renatofilho@898
     5
based on GStreamer elements.
renatofilho@898
     6
renatofilho@898
     7
GMencoder is free software, licensed under the GNU GPL.
renatofilho@898
     8
renatofilho@898
     9
The official web site is:
renatofilho@898
    10
  http://gmyth.sourceforge.net/wiki/index.php/Main_Page
renatofilho@898
    11
renatofilho@898
    12
Information about mailing lists can be found at:
renatofilho@898
    13
  http://sourceforge.net/projects/gmyth/
renatofilho@898
    14
renatofilho@898
    15
Our IRC channel is #gmyth on Freenode (irc.freenode.org).
renatofilho@898
    16
renatofilho@898
    17
renatofilho@898
    18
Installation
renatofilho@898
    19
============
renatofilho@898
    20
renatofilho@898
    21
See the INSTALL file.
renatofilho@898
    22
renatofilho@898
    23
How to report bugs
renatofilho@898
    24
==================
renatofilho@898
    25
renatofilho@898
    26
Bugs should be reported to the GMyth SourceForge bug tracking system.
renatofilho@898
    27
(http://sourceforge.net/tracker/?group_id=177106&atid=879914.) 
renatofilho@898
    28
renatofilho@898
    29
In the bug report please include:
renatofilho@898
    30
renatofilho@898
    31
* Information about your system. For instance:
renatofilho@898
    32
renatofilho@898
    33
   - GStreamer version
renatofilho@898
    34
   - Available GStreamer plugins (run gst-inspect with no arguments)
renatofilho@898
    35
renatofilho@898
    36
  And anything else you think is relevant.
renatofilho@898
    37
renatofilho@898
    38
* Before you report a bug, it will be useful to know if GStreamer works.
renatofilho@898
    39
  If you have playback issues, try running this command:
renatofilho@898
    40
renatofilho@898
    41
  $ gst-launch-0.10 playbin uri="file:///path/to/my/musicfile.ogg"
renatofilho@898
    42
renatofilho@898
    43
  Just replace /path/to/my/musicfile.ogg with some sound file in this command
renatofilho@898
    44
  above.
renatofilho@898
    45
renatofilho@898
    46
* How to reproduce the bug.
renatofilho@898
    47
renatofilho@898
    48
* If the bug was a crash, the exact text that was printed out when the
renatofilho@898
    49
  crash occured, and a trace (which can be obtained by using gdb or bug-buddy).
renatofilho@898
    50
  See http://live.gnome.org/GettingTraces for more information on getting
renatofilho@898
    51
  stack traces.
renatofilho@898
    52
renatofilho@898
    53
Development
renatofilho@898
    54
=======
renatofilho@898
    55
renatofilho@898
    56
See the HACKING file.
renatofilho@898
    57
renatofilho@898
    58
arch-tag: The typical project user README doc