Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 255 | Rev 257 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 255 Rev 256
Línea 188... Línea 188...
188
                    $output->writeln("command  : $cmd" );
188
                    $output->writeln("command  : $cmd" );
189
                    exec($cmd);
189
                    exec($cmd);
Línea 190... Línea 190...
190
 
190
 
Línea 191... Línea 191...
191
                    if($imageSize) {
191
                    if($imageSize) {
192
                    
192
                    
193
                        $cmd = "/usr/bin/ffmpeg -y -i $full_tempname  -frames:v 1 -s  $imageSize  $full_filename_poster";
193
                        $cmd = "/usr/bin/ffmpeg -y -i $full_tempname  -pix_fmt yuvj422p -deinterlace -an -ss 00:00:02 -f mjpeg -t 1 -r 1 -y -s $imageSize $full_filename_poster";
194
                        $output->writeln("command  : $cmd" );
194
                        $output->writeln("command  : $cmd" );
Línea 195... Línea 195...
195
                        exec($cmd);
195
                        exec($cmd);