Screenshots erstellen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Baustelle.png

Diese Seite befindet sich im Entwurfsstadium und wird von maxl bearbeitet.

The Gemini Project

Erstellen von Screenshots per Telnetconsole

root@dm800:~# grab -h AiO Dreambox Screengrabber v0.81

Detected STB: Brcm7401 Usage: grab [commands] [filename]

command: -o only grab osd (framebuffer) -v only grab video -d always use osd resolution (good for skinshots) -n dont correct 16:9 aspect ratio -r (size) resize to a fixed width, maximum: 1920 -l always 4:3, create letterbox if 16:9 -b use bicubic picture resize (slow but smooth) -j (quality) produce jpg files instead of bmp (quality 0-100) -p produce png files instead of bmp -h this help screen

If no command is given the complete picture will be grabbed. If no filename is given /tmp/screenshot.[bmp/jpg/png] will be used.

Erstellen von Screenshots per Browserbefehl

ein

http://dreambox/grab?o

macht nur das OSD

http://dreambox/grab?format=jpg

macht ein jpeg Bildchen mit 80% Quali, will man die quali beeinflussen (0-100) kann man das z.B. für eine Quali mit 20 mit

http://dreambox/grab?format=jpg&jpgquali=20

machen, somit ergibt ein:

http://dreambox/grab?o&format=jpg

ein OSD Shot mit jpeg Bildchen.

man kann mit "o" (osd only) und "v" (video only) angeben, alles andere kann man direkt angeben, so hat man dann z.B. mit

http://dreambox/grab?format=jpg&r=400

ein jpeg mit 400 pixel breite und mit

http://dreambox/grab?format=jpg&d

ein Bild das die OSD Auflösung hat und das Video skaliert wird, also optimal um SKin-Shots zu machen, da diese nicht skaliert werden ...

kombiniert geht das auch, z.B. nur OSD, 400 pixel breit und als png file:

http://dreambox/grab?command=-o&r=400&format=png

Ach ja, Dateinamen kann man mit "filename=" anhängen und die Optionen "n" und "l" und "b"gehen auch noch ...

quelle http://www.i-have-a-dreambox.com/wbb2/thread.php?postid=841761#post841761

zurück zum Inhaltsverzeichnis: oder zur Hauptseite