Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 88d4d0a46e58aa943f3eea064ac40e5b > files > 2

jorbis-comment-0.0.17-0.0.2mdv2010.0.noarch.rpm

JOrbisComment is a simple comment editor for Ogg Vorbis.
This program is just provided here for setting an example, how to use
JOrbis for editing comments.

The following command will generate new Ogg Vorbis file 'bar.ogg' from
'foo.ogg' and 'bar.ogg' will include comments from 'foo.ogg' and new
two comments; TITLE, ARTIST.

  $ java -classpath .. -DJOrbis.comment.0=TITLE=sometitle \
                       -DJOrbis.comment.1=ARTIST=somename \
		       JOrbisComment foo.ogg  bar.ogg