View Single Post
Old 7th June 2010, 23:28   #1  |  Link
dburckh
Registered User
 
Join Date: May 2007
Posts: 81
WTV TS Conversion and Documentation

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:
Code:
java -cp remuxTool.jar util.WtvToMpeg
Here's the thread over on GreenButton:
http://thegreenbutton.com/forums/t/6...px?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?
dburckh is offline   Reply With Quote