|
OGG Exploreby Lucas Wall <kthulhu@kadath.com.ar>This is more a bit test that an actual tool. Click open and select an ogg file. It will scan the first kb of the files looking for streams. It will show the streams found in the list box. If you select the different streams in the list you will see info extracted from the header packet of the streams, and coment packet. With a stream selected you can set a destination file. After setting all destination files you can click on "demux" to demux the streams into the different files. Only vorbis header packet and coment packet are currently interpreted by the program and only vorbis streams can be demuxed into a new ogg file with a single vorbis stream. As I said before... This is more of a test that a tool. So don't expect to find a complete version of it. You can use demux/mux filters and graphedit to demux ogg files. This tool doesn't use ds filters at all. It uses libogg to read and interpret the file directly. Download: oggexp001b.zip (16Kb) (The program!) |