Return to Snippet

Revision: 41830
at February 23, 2011 20:28 by vkolev


Initial Code
#!/bin/bash

mplayer -vo fbdev $1 -fs -subcp ${2:-cp1251} -vf scale=${3:-1280:720}

Initial URL

                                

Initial Description
Start mplayer in TTY with specified encoding for the subtitles, and scaling of the video image

Initial Title
Mplayer in TTY starter

Initial Tags

                                

Initial Language
Bash