[Redbutton-devel] SF.net SVN: redbutton: [480] www/index.html
Brought to you by:
skilvington
|
From: <ski...@us...> - 2008-01-25 16:12:28
|
Revision: 480
http://redbutton.svn.sourceforge.net/redbutton/?rev=480&view=rev
Author: skilvington
Date: 2008-01-25 08:12:24 -0800 (Fri, 25 Jan 2008)
Log Message:
-----------
describe mhegd on the web page
Modified Paths:
--------------
www/index.html
Modified: www/index.html
===================================================================
--- www/index.html 2008-01-25 15:32:11 UTC (rev 479)
+++ www/index.html 2008-01-25 16:12:24 UTC (rev 480)
@@ -13,7 +13,9 @@
Both rb-download and rb-browser can be run on the same host,
or rb-download can be run on a host with a DVB card and rb-browser can be run on a remote frontend without a DVB card.
<P>
+The rb-author package contains tools for working with MHEG applications.
If you want to write your own MHEG applications, you can use the mhegc compiler to generate the ASN1 format files rb-browser expects.
+If you want to see how other peoples applications work, you can use the mhegd tool to convert ASN1 format files into the text form.
<P>
The source is released under the GPL and can be
<A HREF="http://sourceforge.net/project/showfiles.php?group_id=158629">downloaded here.</A>
@@ -241,6 +243,15 @@
<PRE>
rb-browser helloworld/
</PRE>
+<H2>mhegd</H2>
+Usage:
+<PRE>
+mhegd [-vv] [-o <output_file>] <input_file>
+</PRE>
+Will convert the <input_file> from the ASN1 form to the MHEG text format.
+The text will be written to the given output file (or to stdout if no -o option is given).
+<P>
+The -v flag enables debug mode and will print details about the ASN1 object as it is decoded. Use -vv for even more info.
<H2>Contact Details</H2>
I can be contacted here: s.kilvington at eris dot qinetiq com.
</BODY>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|