Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

katedj(1) [debian man page]

KATEDJ(1)							      libkate								 KATEDJ(1)

NAME
KateDJ - edits and remixes Kate streams in Ogg SYNOPSIS
KateDJ [-hV] DESCRIPTION
KateDJ allows extracting Kate tracks embedded in an Ogg stream, editing them, and rebuilding the Ogg stream after the Kate tracks are modi- fied. KateDJ is a simple GUI program, so usage is UI driven, rather than command line driven. This is a walkthrough of the usual program flow: Select 'Load Ogg stream' to select the Ogg file you want to remix. Select 'Demux file' to extract Kate streams from this file to a temporary directory. Depending on the size of the Ogg file, that step may take a while. A message will then tell you where the temporary files have been placed. All Kate streams will be decoded to a text description and placed in this temporary directory, and a list of them, along with their serial number, language, and category, will be displayed in a list. Those files may then be edited at will, either in the embedded editor by double clicking on the stream in the supplied list, or with your favorite text editor. Any modification may be done, including removing some of those files altogether, or even adding some. However, in order to be recognized, any new files must be named according to the same naming convention as the existing ones. Once the desired modifications are done, select 'Remux file from parts' to attempt to recreate the Ogg stream. If any error occurs (eg, syntax error in the Kate files), a message will inform you. Once the errors are fixed, select 'Remux file from parts' again, until the operation succeeds. The embedded editor can test a modified stream, so it more convenient for quick modifications, while your editor of choice may be more pow- erful for complex modification. OPTIONS
-h Show command line help. -V Show version information. SEE ALSO
katedec(1), kateenc(1), katalyzer(1) libkate 0.4.1 18 august 2009 KATEDJ(1)

Check Out this Related Man Page

KATALYZER(1)							      libkate							      KATALYZER(1)

NAME
katalyzer - analyzes Kate streams and displays various information about them. SYNOPSIS
katalyzer [-hV] [-l types] [-l!] [ infile ] DESCRIPTION
katalyzer analyzes Kate streams and displays information about them. The type of information to select is selectable on the command line. Several multiplexed Kate streams may be analyzed at the same time. OPTIONS
-h Show command line help. -V Show version information. -l types Select the types of information to log, from the list below. These characters may be concatenated in a single -l option, as, eg, ls does (eg, katalyzer -l Ttv). Refer to the katalyzer command line help for a fully up to date list of types. e: errors p: packet c: container specific information T: Timing t: text v: event d: dump page and packets S: statistics -: miscellaneous information that doesn't belong in any other type -l! Shorthand to select all information to log. EXAMPLES
Analyzes any Kate stream in an Ogg file: katalyzer input.ogg Analyzes any Kate stream in an Ogg file, displaying only errors: katalyzer -l e input.ogg SEE ALSO
katedec(1), kateenc(1) libkate 0.4.1 03 december 2008 KATALYZER(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to load text editor PICO

Hi... I was wondering if anyone has any step by step guide on how to load the UNIX text editor PICO onto the Sun box? Thanks :) (2 Replies)
Discussion started by: atomicsushi
2 Replies

2. UNIX for Dummies Questions & Answers

list files with modifications <15 minutes

Good Afternoon Guys: we can use ls -l to find out the files and their modification time. however, how to list the files say which are modified 15 minutes before. we have find command which uses -mtime and -atime for modification and access timing. However, if we just be restricted to the current... (2 Replies)
Discussion started by: tom_k_mishra
2 Replies

3. Shell Programming and Scripting

Select command help with blank input value

I have a select menu driven script using a case statment and cannot control what happens after a user's input is just <ENTER> or the <SPACEBAR>+<ENTER>. I want it to just hit the "MAIN" function and not redraw the options. I've look everywhere for the answer and am at a loss. Here's the code:... (4 Replies)
Discussion started by: ambroze
4 Replies

4. UNIX for Beginners Questions & Answers

Need to select files larger than 500Mb from servers

I need help modifying these two scripts to do the following: - print files in (MB) instead of (KB) - only select files larger than 500MB -> these will be mailed out daily - Select all files regardless of size all in (MB) -> these will be mailed out once a week this is what i have so far and... (5 Replies)
Discussion started by: donpasscal
5 Replies