From db9e5653927b7ae709a682ee304d4d1e783f1a7e Mon Sep 17 00:00:00 2001 From: mayfrost Date: Fri, 15 Jun 2018 23:18:36 +0000 Subject: [PATCH] Create VIDEO.md --- VIDEO.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 VIDEO.md diff --git a/VIDEO.md b/VIDEO.md new file mode 100644 index 0000000..0e3679a --- /dev/null +++ b/VIDEO.md @@ -0,0 +1,31 @@ +## MPLAYER ON THE TTY (FRAMEBUFFER) +These are settings for your MPlayer config file. +``` +# framebuffer video ouput +vo=fbdev +# alsa device +ao=alsa:device=hw=0.0 +# required to adjust screen without problem +fs=1 +# fill screen +zoom = 1 +# scale up or down as needed to framebuffer's width; it'll scale the height automatically +# high res +#xy = 1920 +# low res +xy = 1420 +# buffers x amount of data before playback starts +cache=8192 +cache-min=99 +# sync video and audio +mc=2 +# smooth video play +sws=0 +# optional accelaration +lavdopts=fast=1:skiploopfilter=all:threads=16 +framedrop=1 +# avoid the lirc error message +nolirc=yes +# don't clutter the console with output +really-quiet=1 +```