Log in

View Full Version : WTV TS Conversion and Documentation


dburckh
7th June 2010, 23:28
Hey all, I'm working on reverse engineering the WTV container. I'm doing it from scratch using hex dumps. Anyway, I have a tool that will demux and convert to (M2)TS and PES(.mpg). The TS output is pretty good, the PES is a little more sketchy.

I have a "reference impl", written in Java. There is a UI and a CLI. To run the UI, you should just be able to double the .jar. The CLI can be run with:
java -cp remuxTool.jar util.WtvToMpeg

Here's the thread over on GreenButton:
http://thegreenbutton.com/forums/t/61538.aspx?PageIndex=4

The share with the latest:
http://babgvant.com/downloads/dburckh/remuxTool.jar

The "specification" docs (behind):
http://wiki.multimedia.cx/index.php?title=WTV

Please, please, please someone at ffmpeg or SmartLabs integrate this. :)

Oh, and if anybody access to ISO 14496-3:2005+, can you tell me how process (get the stream info) for LATM version A?