MPlayer Tools 7.0.20090202 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MPlayer Tools 7.0.20090202 (Default branch)
# 1  
Old 02-02-2009
MPlayer Tools 7.0.20090202 (Default branch)

Image mplayer-tools is a CLI tool collection for MPlayer with a GUI frontend.You can record and timeshift from your TV tuner. It also remembers movies and positions to resume a movie easily. It has support for movie series, play history, playlist in the GUI, and many useful options. License: GNU General Public License (GPL) Changes:
This release adds a GUI. It adds condition subject ps (currently running processes), subject gui, and guiguest with values on or off. It adds the options enable_output, force_gui_osd, disable_logging, disable_guiguest, and eof_tresshold. Player mode output has been optimized for slow terminals. Erroneous sorting in msize is fixed. extractseries() has been modified for DVD streams and for files (lower case and spaces). mstrip has disable_consecutivegather. mhelp accepts an object name (and a filename) to dump. msynclog has been added. The tvrecord option chunksize and quality override from the CLI have been added. Image

Image

More...
Login or Register to Ask a Question

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

NAME
pia - play media files SYNOPSIS
pia [ options ] movie DESCRIPTION
pia is a small X11 tool which playes movie files. OPTIONS
pia understands the usual toolkit options (-geometry + friends). Additional options are: -h display help text -v be verbose. -debug enable debug messages. -dsp <dev> Use OSS device <dev> for sound. -noxv Disable Xvideo extention. -nogl Disable OpenGL. -noaudio Don't play sound. -novideo Don't play video. -slow n Slowdown video playback by factor n. n=2 doubles playback time, ... This also turns off audio playback. SUPPORTED MOVIE FORMATS
Main purpose of this utility is to playback movie files recorded by xawtv, motv and streamer. It should be able to playback every AVI or QuickTime movie written by one of the mentioned utilites. Feel free to submit a bug report if this doesn't work for some file. QuickTime pia uses libquicktime to decode quicktime movies, thus it should be able to decode and playback all movies with codecs supported by libquicktime. AVI AVI support is very limited. Video: uncompressed RGB data (15 and 24 bpp) and mjpeg is supported. Audio: only uncompressed PCM data works. WAV WAV files are playable too, with the same limitation like AVI audio: only uncompressed PCM data. AUTHOR
Gerd Knorr <kraxel@bytesex.org> COPYRIGHT
2002 Gerd Knorr Copyright (C) 2002 Gerd Knorr <kraxel@bytesex.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (c) 2002 Gerd Knorr pia(1)