Rev 113 |
Rev 159 |
Ir a la última revisión |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
| Rev 113 |
Rev 118 |
| Línea 807... |
Línea 807... |
| 807 |
}
|
807 |
}
|
| Línea 808... |
Línea 808... |
| 808 |
|
808 |
|
| Línea 809... |
Línea 809... |
| 809 |
$imageSize = $this->config['leaderslinked.image_sizes.feed_image_size'];
|
809 |
$imageSize = $this->config['leaderslinked.image_sizes.feed_image_size'];
|
| 810 |
|
810 |
|
| - |
|
811 |
//$cmd = "/usr/bin/ffmpeg -y -i $full_filename -pix_fmt yuvj422p -deinterlace -an -ss $second_extract -f mjpeg -t 1 -r 1 -y -s $imageSize $generateFile";
|
| 811 |
//$cmd = "/usr/bin/ffmpeg -y -i $full_filename -pix_fmt yuvj422p -deinterlace -an -ss $second_extract -f mjpeg -t 1 -r 1 -y -s $imageSize $generateFile";
|
812 |
// $cmd = "/usr/bin/ffmpeg -y -i $full_filename -pix_fmt yuvj422p -an -ss $second_extract -f mjpeg -t 1 -r 1 -y -s $imageSize $generateFile";
|
| Línea 812... |
Línea 813... |
| 812 |
$cmd = "/usr/bin/ffmpeg -y -i $full_filename -pix_fmt yuvj422p -an -ss $second_extract -f mjpeg -t 1 -r 1 -y -s $imageSize $generateFile";
|
813 |
$cmd = "/usr/bin/ffmpeg -y -i $full_filename -pix_fmt yuvj422p -an -ss $second_extract -f mjpeg -t 1 -r 1 -y $generateFile";
|