mkvtoolnix 2.5.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News mkvtoolnix 2.5.3 (Default branch)
# 1  
Old 03-07-2009
mkvtoolnix 2.5.3 (Default branch)

mkvtoolnix is a set of tools that allow users to display information about, extract streams from, merge several streams into, and split Matroska media files. Supported video stream types include streams from AVIs, Ogg/OGM, RealVideo, MP4 files, and MPEG program streams as well as verious elementary streams (h264/AVC, MPEG1/2, VC1, Dirac). Supported audio formats include AAC, (E)AC3, DTS/DTS-HD, FLAC, MP2, MP3, RealAudio, and Vorbis. Several subtitle formats are supported, including SRT, SSA, ASS, VobSub, and many others.License: GNU General Public License (GPL)Changes:
Another bug regarding locale selection has been fixed. Concatenation of AVC elementary files does not cause segmentation faults anymore. The track selection for the "--attachments" option has been fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ogginfo(1)							   Vorbis Tools 							ogginfo(1)

NAME
ogginfo - gives information about Ogg files, and does extensive validity checking SYNOPSIS
ogginfo [ -q ] [ -v ] [ -h ] file1.ogg ... fileN.ogg DESCRIPTION
ogginfo reads one or more Ogg files and prints information about stream contents (including chained and/or multiplexed streams) to standard output. It will detect (but not correct) a wide range of common defects, with many additional checks specifically for Ogg Vorbis streams. For all stream types ogginfo will print the filename being processed, the stream serial numbers, and various common error conditions. For Vorbis streams, information including the version used for encoding, the sample rate and number of channels, the bitrate and playback length, and the contents of the comment header are printed. Similarly, for Theora streams, basic information about the video is provided, including frame rate, aspect ratio, bitrate, length, and the comment header. OPTIONS
-h Show a help and usage message. -q Quiet mode. This may be specified multiple times. Doing so once will remove the detailed informative messages, twice will remove warnings as well. -v Verbose mode. At the current time, this does not do anything. -V Output version information and exit. AUTHORS
Michael Smith <msmith@xiph.org> SEE ALSO
vorbiscomment(1), ogg123(1), oggdec(1), oggenc(1) Xiph.Org Foundation July 10, 2002 ogginfo(1)