mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-06 01:31:14 -04:00
Update PDF capture command.
This commit is contained in:
parent
a5687fe03b
commit
7f1c17043e
2 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,7 @@ class Thumb {
|
|||
|
||||
private static $FFMPEG_CMDV = array("ffmpeg", "-ss", "0:01:00", "-i", "[SRC]", "-an", "-vframes", "1", "[DEST]");
|
||||
private static $AVCONV_CMDV = array("avconv", "-ss", "0:01:00", "-i", "[SRC]", "-an", "-vframes", "1", "[DEST]");
|
||||
private static $CONVERT_CMDV = array("convert", "-strip", "[SRC][0]", "[DEST]");
|
||||
private static $CONVERT_CMDV = array("convert", "-density", "200", "-quality", "100", "-sharpen", "0x1.0", "-strip", "[SRC][0]", "[DEST]");
|
||||
private static $THUMB_CACHE = "thumbs";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue