EnglishFrenchSpanish

OnWorks favicon

oggCat - Online in the Cloud

Run oggCat in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command oggCat that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


oggCat - concatenates two ogg video files (.ogv, .ogg or oga)

SYNOPSIS


oggCat [options] outfile.ogv file1.ogv file2.ogv [ file3.ogv [...] ]

DESCRIPTION


oggCat concatenates two or more ogg files.

The parameters of the resulting ogg file is defined by the first file in the concatenation
list. The parameters could be changed by some options, explained below.

All subsequent files that does not match these video file parameters are automatically
transcoded.

A concatenation will fail in case that there are not enought streams available. This could
happen e.g. if the first file consists of one audio and one video stream and the second
file only carries a video stream.

If there is more than one video or audio stream within the file, the first stream is used.

OPTIONS


-s Sets the size of the video frame. The size is given as <width>x<height>. At
default, the video frame size is the size of the first video stream.

Example: -s 320x240

-d Sets the datarate in byte per seconds for the video encoder (theora). This meant to
be a upper threshold. So the file may be smaller than assumed. If not set, the
datarate of the first file is used.

Example: -d 1024000

-D Sets the datarate in byte per seconds for the audio encoder (vorbis). If not set,
the datarate of the first file is used.

Example: -D 64000

-f Sets the frame rate of the video with numinator and demoninator and is the pictures
per second. If only one number is given, the denominator is set to 1. If not set,
the framerate of the first file is used.

Example: -f 25:2

-F Sets the sample frequency (sample rate) of the audio data in Hertz. If the sample
frequency does not match the one with the original file, resamling is invoked.

Example: -F 32000

-c Adds comments to the video (theora) stream. Comments are given by a pair of type
and value in the form 'type=value'. More than one comment can be concatenated with
a semicolon. It is recommended to use apostrophes as the command line may use the
semicolon as a separator.

Example: -c 'AUTHOR=yorn;DATE=03.07.09'

-C Adds comments to the audio (vorbis) stream. Comments are given by a pair of type
and value in the form 'type=value'. More than one comment can be concatenated with
a semicolon. It is recommended to use apostrophes as the command line may use the
semicolon as a separator.

Example: -C 'AUTHOR=yorn;DATE=03.07.09'

-q Specifies the video quality for the newly created stream. Valid values can be
chosen between 0 and 63 (best).

Example: -q 63

-rv Force to re-encode the video stream. This is sometimes necessary, if the video
stream match in video parameters, but not in the theora version. In that case,
reencoding the video stream helps creating good results.

-x Force to overwrite the output file, even if it exists. This is mainly helpful if
the oggCat is server controlled.

EXAMPLES


oggCat concatFile.ogv myfile1.ogv myfile2.ogv myfile3.ogv

or

oggCat -o concatFile.ogv myfile1.ogv myfile2.ogv myfile3.ogv

This command creates a cancatenated file concatFile.ogv that consists of the three files
myfile1.ogv myfile2.ogv myfile3.ogv

oggCat -s320x240 -q63 concatFile.ogv myfile1.ogv myfile2.ogv myfile3.ogv

This command connects the three files myfile[1-3].ogv to file concatFile.ogv with the size
of 320x240 and best quality.

Use oggCat online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad