diff TOOLS/README @ 16298:78f69659c797

Add D-Cinema Audio and Video conversion programs
author reimar
date Tue, 23 Aug 2005 18:03:23 +0000
parents c2e581684e17
children 131464cb3dfb
line wrap: on
line diff
--- a/TOOLS/README	Tue Aug 23 17:21:27 2005 +0000
+++ b/TOOLS/README	Tue Aug 23 18:03:23 2005 +0000
@@ -469,3 +469,24 @@
 Description:  Dumps vobsub soft subtitles streams embedded in avi files.
 
 Usage:        avisubdump <avi>
+
+Format conversion scripts in the TOOLS dir
+------------------------------------------
+
+302m_convert.c
+
+Author:       Reimar Döffinger
+
+Description:  Converts D-Cinema Audio (SMPTE 302M?) to WAV.
+
+Usage:        302m_convert <in.302> <out.wav>
+
+
+360m_convert.c
+
+Author:       Reimar Döffinger
+
+Description:  Converts D-Cinema Videa (MPEG2 in GXF, SMPTE 360M) to MPEG-ES.
+              Use -demuxer mpeges to play the converted file.
+
+Usage:        360m_convert <in.gxf> <out.m2v>