logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oggJOIN - multiplexes ogg streams (.ogv, .ogg or oga)

Author

       Joern Seger <yorn at gmx dot net>

Description

oggJoin  merges  ogg  audio (vorbis) and ogg video (theora) files into one single ogg file. This is often
       also called multiplexing.

       The first file given with the command is the output file. The following files are the  files  (usually  a
       video and an audio stream) that should be placed into the new file as parallel streams. This is done on a
       per page basis and is very efficient and fast.

       As oggJoin uses it's own timestamp creation method, both streams start exactly at start time '0'. This is
       always  the  case  even  if  the  original  files  started  at  a  different time (due to internal timing
       information). So the video and audio streams  are  always  synchronized.  This  helps  using  files  from
       different live stream sources or cuted material.

       In  case  of unknown stream types (other than theora or vorbis), there is actually (as of version 0.8) no
       timing interpreter available. So you can not use these streams for multiplexing.

Name

       oggJOIN - multiplexes ogg streams (.ogv, .ogg or oga)

See Also

oggCut(1), oggCat(1), oggSplit(1), oggTranscode(1), oggSlideshow(1), oggThumb(1), oggSilence(1)

Linux                                               JAN 2010                                          OGGJOIN(1)

Synopsis

oggJoinoutfile.ogvfile1.ogvfile2.ogg

See Also