prueba command conversion 2

parent 3391944c
......@@ -61,7 +61,7 @@ class BackendPrepararVideoCommand extends Command {
mkdir("$rutaPublica/0", 0777, true);
}
$argumentMp4ToM3u8 = "-y -i $rutaArchivoVideoOriginal -profile:v baseline -level 3.0 -s 1920x1080 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls $rutaArchivoVideoM3u8";
$argumentMp4ToM3u8 = "-y -i $rutaArchivoVideoOriginal -profile:v baseline -level 3.0 -s 1920x1080 -start_number 0 -hls_time 10 -hls_list_size 0 -f x-mpegURL $rutaArchivoVideoM3u8";
//ejecucion programa con ruta del padre
//conversion mp4 -> m3u8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment