[Vorbis] Q: merging ogg files

Arc Riley arc
Tue Jun 22 18:38:32 PDT 2004


On Tue, Jun 22, 2004 at 04:32:16PM -0400, Vladislav Grinchenko wrote:
>
> 1) oggjoin --output-file=result.ogg file1.ogg file2.ogg ...
>
>    Merge file1, file2, ... into result.ogg file

Try cat >outputfile.ogg file1.ogg file2.ogg file3.ogg (etc)

> 2) oggpause --output-file=result.ogg --duration=0.5
>
>    Generate result.ogg with silence for 0.5 seconds
>
>    oggpause --output-file=result.ogg --input-file=source.ogg
>
>    Generate result.ogg with silence equal to the play time
>    of source.ogg
>
>
> Can someone, please, point me out in the right direction.
>
> Which library(-ies) should I use?
> Are there any examples on how to process OGG file header/streams?
> Perhaps there are utilities similar to what I need already
> written somewhere out there. I'd love to cut-n-paste.

libvorbisenc or just oggenc getting passed the right number of 0's

as far as I know nobody has written an app that fills this nich


More information about the Vorbis mailing list