Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 251 Rev 252
Línea 178... Línea 178...
178
                    
178
                    
179
                    $cmd = "/usr/bin/ffmpeg -y -i $full_tempname -vf scale=$sizeVideo -c:a copy -c:s copy -c:v libx265 -preset slower -crf 18  $full_filename";
179
                    $cmd = "/usr/bin/ffmpeg -y -i $full_tempname -vf scale=$sizeVideo -c:a copy -c:s copy -c:v libx265 -preset slower -crf 18  $full_filename";
180
                    $output->writeln("command  : $cmd" );
180
                    $output->writeln("command  : $cmd" );
Línea 181... Línea 181...
181
                    exec($cmd);
181
                    exec($cmd);
182
 
182
 
183
                    $cmd            = "/usr/bin/ffmpeg -y -i $full_tempname  -frames:v 1 -vf scale=$sizeVideo  $full_filename_poster";
183
                    $cmd = "/usr/bin/ffmpeg -y -i $full_tempname  -frames:v 1 -s  $sizeVideo  $full_filename_poster";
Línea 184... Línea 184...
184
                    $output->writeln("command  : $cmd" );
184
                    $output->writeln("command  : $cmd" );
185
                    exec($cmd);
185
                    exec($cmd);