Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

oggsilence(1) [debian man page]

OGGSILENCE(1)							   User Manuals 						     OGGSILENCE(1)

NAME
oggSilence - creates a silence period in vorbis format SYNOPSIS
oggSilence [options] outfile.ogg DESCRIPTION
oggSilence creates a vorbis file with a silence duration which length is specified by the -l option. OPTIONS
-l Duration of the silence in ms. Default: 60000 Example: -l 5000 -r Sample rate of the output file in Hz. Default: 44100 Example: -r 16000 -d Data rate of the silence file in bit/s. Default: 64000 Example: -d 64000 -n Number of output channels. Default: 2 Example: -n 2 EXAMPLE
oggSilence -d 32000 -r 16000 -n 2 -l 10000 silence.ogg AUTHOR
Joern Seger <yorn at gmx dot net> SEE ALSO
oggCut(1), oggCat(1), oggJoin(1), oggSplit(1), oggTranscode(1), oggSlideshow(1), oggThumb(1) Linux JAN 2010 OGGSILENCE(1)

Check Out this Related Man Page

OGGJOIN(1)							   User Manuals 							OGGJOIN(1)

NAME
oggJOIN - multiplexes ogg streams (.ogv, .ogg or oga) SYNOPSIS
oggJoin outfile.ogv file1.ogv file2.ogg 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 orig- inal 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. AUTHOR
Joern Seger <yorn at gmx dot net> SEE ALSO
oggCut(1), oggCat(1), oggSplit(1), oggTranscode(1), oggSlideshow(1), oggThumb(1), oggSilence(1) Linux JAN 2010 OGGJOIN(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Function to silence rm -rf option for my user

Hi Gurus, I am trying to silence or supress rm -rf option for a particular user(venkat). for that am going to write a function in a script test_fun_ls.sh like below #!/bin/bash RM_FUNCTION () { if then case ${1} in -r) ... (9 Replies)
Discussion started by: venky.b5
9 Replies