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
KATEDEC(1) libkate KATEDEC(1)

katedec - decodes Kate streams to a textual description

katedec [-hVv] [-o outfile] [-t type] [ infile ]

katedec decodes Kate streams to libkate's custom description language.

-h
Show command line help.
-V
Show version information.
-v
Increase verbosity.
-o outfile
Write the output description file to the given file name (writes to stdout if not specified). It is possible to write to multiple files (eg, if the input contains several Kate streams) by passing printf style formatting tags in the filename. Formatting tags are strings starting with a '%' character, followed by the tag itself. Known tags are: % replaced by a verbatim % character l replaced by the stream language c replaced by the stream category s replaced by the stream serial number, in hexadecimal format i replaced by the index of the stream in the input file, starting from 0

-t type
Set the output format type: kate: Kate description format srt: SubRip format (non text information will be lost)

Decodes a Kate stream to a textual description:

katedec -o output.kate input.ogg

Decodes several multiplexed Kate streams to SubRip files:

katedec -t srt -o output.%l.kate input.ogg

kateenc(1), katalyzer(1)

01 september 2008 libkate 0.4.1

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.