mkclean is a command line tool to clean and optimize Matroska files that have
already been muxed.
mkvalidator is a simple command line tool to verify Matroska and WebM
files for spec conformance. It checks the various bogus or missing key
elements against the EBML DocType version of the file and reports the
errors/warnings in the command line.
Makes high quality X/K/S/VCD movies from any format mplayer can play
From README:
GOAL
Make a 2 hour vcd with good quality.
USAGE
mkxvcd.sh yourmovie.whateverextensionmplayercanplay
mkxvcd.sh /dev/dvd (or whatever device your dvd drive is using)
Options on the commandline are:
-d for debugging.
-m to force mplayer if you don't have transcode installed.
-t to force transcode (you can also edit the script in the :user
settings" section)
MMPython is a Media Meta Data retrieval framework. It retrieves
metadata from mp3, ogg, avi, jpg, tiff and other file formats.
Among others it thereby parses ID3v2, ID3v1, EXIF, IPTC and
Vorbis data into an object oriented struture.
MMSRIP is a client for the proprietary protocol MMS://.
It actually saves to a file the content being streamed.
Please remember that this is not intended for real use, its existence
is only and must only be documentary.
This is a port of motion, this version works with network cameras and with any
capture devices that supports bktr(4) with composite and svideo inputs. Tuner
support is not yet implemented. Latest port versions supports webcams supported
by pwcbsd.
mp3cd is a perl script that normalizes and burns MP3,
OGG, and WAV files to audio CDs.
mpeg2play is a player for MPEG-1 and MPEG-2 video bitstreams. It is based on
mpeg2decode by the MPEG Software Simulation Group.
OpenQuicktime aims to be a portable library for handling Apple's
QuickTime(TM) popular media files on Unix-like environments. This
project was firstly designed to allow the porting of the 3ivx codec
on any Unix, but is now a completely separate and fully Open Source
project. Details:
- OpenQuicktime library contains no embedded codecs but has a
plugin system to dynamically load audio and video codecs.
- OpenQuicktime contains no colorspace conversion algorithm.
- OpenQuicktime is fully portable and fully configurable with all
the autoconfigure and automake magic we have been able to add.
- OpenQuicktime supports compressed headers (decoding only for the
moment).
- OpenQuicktime supports Quicktime Sound System version 2.
- OpenQuicktime can support any inputs and outputs (file, HTTP,
FTP, RTP, ...), in fact the functions used to read, write and
seek are overloadable.
- OpenQuicktime has an overloadable plugin mechanism. This is a
complex feature which enables any application to use its own
codecs instead of the OpenQuicktime ones.
Naludump is a tool to delete NALU fill data from h.264 streams embedded into
TS files. The overall file structure isn't modified, only complete TS packets
of NALU fill data are removed.
Naludump contains lots of code of Klaus Schmidinger's VDR, and is based on
cocepts from Marten Richter's Nalustripper.
Usage:
naludump inputfile.ts [outputfile.ts]