mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
[PATCH] do jpgs for osd+video grabs to improve yweb performance
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -49,7 +49,7 @@ function do_snapshot() {
|
||||
if ("{=var-get:grab=}" != "")
|
||||
{
|
||||
if (enableOSD == 1 && enableVideo == 1)
|
||||
dbox_exec_tools("fbshot grab -q -p /tmp/"+filename+".png");
|
||||
dbox_exec_tools("fbshot grab -q -p -j 85 /tmp/"+filename+".png");
|
||||
else if (enableOSD == 1)
|
||||
dbox_exec_tools("fbshot grab -q -p -o /tmp/"+filename+".png");
|
||||
else if (enableVideo == 1)
|
||||
|
Reference in New Issue
Block a user