Mplayer in TTY starter


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. #!/bin/bash
  2.  
  3. mplayer -vo fbdev $1 -fs -subcp ${2:-cp1251} -vf scale=${3:-1280:720}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.