On Thu, Feb 20, 2014 at 11:29:33PM +0000, Angel de Vicente wrote:
Ken Restivo <ken(a)restivo.org> writes:
I have a feeling I've asked this before, but
I don't remember if there ever was an answer.
I'm trying to do the following:
1) Cut an Ogg Vorbis file into chunks
2) Reset the start time of each chunk back to zero, and have its end time be the end time
of the clip from zero.
Thing #1 is very easy; oggz-chop does the job well.
But thing #2 seems un-possible due to perhaps some design flaw in vorbis?
vcut
(
http://www.linuxfromscratch.org/blfs/view/svn/multimedia/vorbistools.html)
does fix the times of the cut pieces to start from zero.
Perfect! Thanks!
-ken