then
echo
echo
- echo 'making jpg'
+ echo 'making jpg1'
echo
echo
/usr/local/bin/ffmpeg -i $1 -y -r 1 -ss 00:00:04 -t 00:00:01 -f image2 $jpg
fi
+if [ ! -f $jpg ]
+then
+ echo
+ echo
+ echo 'making jpg2'
+ echo
+ echo
+
+ /usr/local/bin/ffmpeg -i $1 -y -r 1 -ss 00:00:00 -t 00:00:01 -f image2 $jpg
+fi
+
if [ ! -f $mp4 ] && [ extension != "mp4" ]
then
echo 'making mp4'
$this->alternative = $this->to;
$c = parent::getHTMLContent();
-
-
$class = $this->getClasses();
if ($this->display_area) {
$class[] = 'displayArea';