Mylene 7.20081026 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mylene 7.20081026 (Default branch)
# 1  
Old 10-31-2008
Mylene 7.20081026 (Default branch)

Mylene is a command line MPEG audio player. It canplay plain and system embedded MPEG audio streams.It works for Linux OSS and ALSA emulated OSS and Mac OS X. The player can be used interactively by telling it to establish a UNIX or INET server on which commands can be received. The seek-h262 MPEG decoder isrequired for audio and system MPEG decoding.License: GNU General Public License (GPL)Changes:
Tagged play lists writing functionality has been enhanced. The interpreted programs available library has been extended to include output and error reporting functions. An info file for the information not fitting the man page has been added.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DVBCUT(1)						      General Commands Manual							 DVBCUT(1)

NAME
dvbcut - Qt application for cutting parts out of DVB streams SYNOPSIS
dvbcut [ -idx indexfile ] [ mpegfile ] dvbcut projectfile dvbcut -generateidx -idx indexfile mpegfile DESCRIPTION
DVBCUT is a Qt application that allows you to select certain parts of an MPEG transport stream (as received via Digital Video Broadcasting, DVB) and save these parts into a single MPEG output file. It follows a ``keyhole surgery'' approach where the input video and audio data is mostly kept unchanged, and only very few frames at the beginning and/or end of the selected range are re-encoded in order to obtain a valid MPEG file. DVBCUT needs to create index information on an MPEG file first. Therefore, when loading an MPEG transport stream file, it also asks you for a filename of an index file. If you choose an existing file, it is loaded and used as index if suitable. (That means, that dvbcut performs some sanity checks on the index itself and also checks if the index describes the chosen MPEG file.) If you select a file which does not yet exist, dvbcut creates the necessary index in place. OPTIONS
-idx indexfile Use indexfile as index. -generateidx Do not show the graphical user interface, only generate an index. AUTHOR
dvbcut was written by Sven Over <svenover@svenover.de>. November 27, 2005 DVBCUT(1)