mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
add converter for mp4 videos
This commit is contained in:
parent
6cf40f8312
commit
68a6904f70
|
@ -38,6 +38,7 @@ class SeedDMS_Preview_PdfPreviewer extends SeedDMS_Preview_Base {
|
||||||
'image/jpeg' => "convert '%f' pdf:- > '%o'",
|
'image/jpeg' => "convert '%f' pdf:- > '%o'",
|
||||||
'image/png' => "convert '%f' pdf:- > '%o'",
|
'image/png' => "convert '%f' pdf:- > '%o'",
|
||||||
'image/gif' => "convert '%f' pdf:- > '%o'",
|
'image/gif' => "convert '%f' pdf:- > '%o'",
|
||||||
|
'video/mp4' => "convert '%f[1-20]' pdf:- > '%o'",
|
||||||
);
|
);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user