GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MOGGSPLIT(1) MOGGSPLIT(1)

moggsplit - split Ogg logical streams

moggsplit filename ...

moggsplit splits a multiplexed Ogg stream into separate files. For example, it can separate an OGM into separate Ogg DivX and Ogg Vorbis streams, or a chained Ogg Vorbis file into two separate files.

--extension
Use the supplied extension when generating new files; the default is ogg.
--pattern
Use the supplied pattern when generating new files. This is a Python keyword format string with three variables, base for the original file's base name, stream for the stream's serial number, and ext for the extension give by --extension.

The default is %(base)s-%(stream)d.%(ext)s.

--m3u
Generate an m3u playlist along with the newly generated files. Useful for large chained Oggs.

Joe Wreschnig

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.