8 am7xxx-play - play stuff on an am7xxx device (e.g. Acer C110, PicoPix 1020)
13 *am7xxx-play* ['OPTIONS']
18 am7xxx-play(1) uses libavdevice, libavformat, libavcodec and libswscale to
19 decode the input, encode it to jpeg and display it with libam7xxx.
24 *-f* '<input format>'::
25 the input device format
31 a comma separated list of input format options
35 -o draw_mouse=1,framerate=100,video_size=800x480
37 *-s* '<scaling method>'::
38 the rescaling method (see swscale.h)
41 upscale the image if smaller than the display dimensions
44 the image format to use (default is JPEG)
51 quality of jpeg sent to the device, between 1 and 100
54 the verbosity level of libam7xxx output (0-5)
57 the power mode of device, between 0 (off) and 4 (turbo) +
58 WARNING: Level 2 and greater require the master AND
59 the slave connector to be plugged in.
62 the display zoom mode, between 0 (original) and 3 (test)
71 am7xxx-play -f x11grab -i :0.0 -o video_size=800x480
72 am7xxx-play -f fbdev -i /dev/fb0
73 am7xxx-play -f video4linux2 -i /dev/video0 -o video_size=320x240,frame_rate=100 -u -q 90
74 am7xxx-play -i http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_640x360.m4v
83 Failure (libam7xxx error; libav error)
88 Antonio Ospite and Reto Schneider
93 Main web site: <http://git.ao2.it/libam7xxx.git>
98 Copyright \(C) 2012 Antonio Ospite <ospite@studenti.unina.it>
100 This program is free software: you can redistribute it and/or modify
101 it under the terms of the GNU General Public License as published by
102 the Free Software Foundation, either version 3 of the License, or
103 (at your option) any later version.