<?php $salida = array(); exec("ffmpeg -i juguete.wmv juguete.flv", &$salida); foreach($salida as $ll => $k){ echo "$ll: $k<br />"; } ?>