MPlayer Resume Playback 1.6 (Default branch)


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

MPlayer Resume Playback is a wrapper script for mplayer which saves the playback position of a file you are watching, and when you resume playing the file, will seek to where you last left off. It's most useful with remote control devices. License: Public Domain Changes:
Code cleanup. This release captures exit codes from mplayer so it doesn't remove the position if mplayer breaks on playback. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sm - mplayer wrapper with resume and more

This is a wrapper I use to play media files. If I quit I can restart, a big plus. #!/bin/bash # Title......: sm # Description: show media # Author.....: Mitchell Johnston - uid 0 # Contact....: mxj_97@yahoo.com #---------------------------------- # variables... (0 Replies)
Discussion started by: dragon-uid0
0 Replies
Login or Register to Ask a Question
mimms(1)						      General Commands Manual							  mimms(1)

NAME
mimms - mms (e.g. mms://) stream downloader SYNOPSIS
mimms [options] <url> [filename] DESCRIPTION
mimms is a program designed to allow you to download streams using the MMS protocol and save them to your computer, as opposed to watching them live. Similar functionality is available in full media player suites such as Xine, MPlayer, and VLC, but mimms is quick and easy to use and, for the time being, remains a useful program. OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -c, --clobber automatically overwrite an existing file -r, --resume attempt to resume a partially downloaded stream -b BANDWIDTH, --bandwidth=BANDWIDTH the desired bandwidth for stream selection in BANDWIDTH bytes/s -t TIME, --time=TIME stop downloading after TIME minutes -v, --verbose print verbose debug messages to stderr -q, --quiet don't print progress messages to stdout URLS
mimms supports only URLs that are supported by libmms, e.g. mms://, mmsh://, mmst://. Previous versions tried to do fancy things with http:// URLs and .asx files, but this version does not (yet?) support that. AUTHOR
Wesley J. Landaker <wjl@icecavern.net> mms stream downloader 2008-04-06 mimms(1)