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
FM(1)							      General Commands Manual							     FM(1)

NAME
fmscan - scan FM band for radio stations SYNOPSIS
fm [ -h ] [ -d device ] [ -t tuner ] [ -s freq ] [ -e freq ] [ -i freq ] [ -q ] DESCRIPTION
fmscan is a program to scan a frequency band for radio stations, using the video4linux interface introduced in 2.1.x series Linux kernels. It shows which ones have a accumulated signal strength of 50% or higher. OPTIONS -h Print a usage message to standard output, and exit. -d device Sets device as the device to tune. The default is /dev/radio0. -t tuner Sets tuner as the tuner on the selected device to adjust. The default is tuner 0. Most radio devices have only a single tuner. -s freq Starting frequency for scan, in MHz. Default: 87.9. -e freq Ending frequency for scan, in MHz. Default: 107.9. -i freq Increment between scanned channels, in MHz. Default: 0.2. -t percent Signal strength threshold to consider a channel. Default: 50%. -q Quiet mode. Suppresses progress output. BUGS
This process can take a while, and results vary greatly depending on the radio card in use. If your card's hardware cannot report signal strength, it will not produce useful results. This program may not do much if your radio card's driver doesn't support fine tuning in 1/16000 MHz offsets. By default, V4L2 assumes 1/16 MHz tuning units, which introduces evil rounding errors on many frequencies. Supports only tuner 0 on any given device. SEE ALSO
Additional documentation: /usr/doc/fmtools/README The fmtools homepage: http://benpfaff.org/fmtools AUTHORS
Russell Kroll <rkroll@exploits.org>, now maintained by Ben Pfaff <blp@cs.stanford.edu.>. This manpage written by Ben Pfaff. fmscan 1.0.2 FM(1)