Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 256 Rev 257
Línea 193... Línea 193...
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";
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" );
195
                        exec($cmd);
195
                        exec($cmd);
196
                    }
196
                    }
Línea 197... Línea 197...
197
                    
197
                    
198
                    //@unlink($full_tempname);
198
                    @unlink($full_tempname);
199
                    $videos_procesados++;
199
                    $videos_procesados++;
200
                }
200
                }
201
            } else {
201
            } else {
202
                $videos_ignorados++;
202
                $videos_ignorados++;