Displaying 1 result from an estimated 1 matches for "oggzdc".
Did you mean:
oggenc
2005 Dec 29
1
edit those theora comments?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
http://dingoskidneys.com/~dholth/oggzcomment-0.0.1.tar.gz
This is a program that is capable of altering vorbis and theora
comments in a combined stream. It requires python, libogg, and liboggz.
Compile thusly:
gcc oggzdc.c -o oggzdc -logg -loggz
gcc oggzrc.c -o oggzrc -logg -loggz
1. Dump comment headers to a simple comments-only (now:
second-packet-only) file.
oggzdc < File.ogg > File.cmt
2. Parse this file with python. Currently prints the comments and
writes a new comment file called newcomment.cmt...