Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/06/2008, 09:49
Avatar de faiverson
faiverson
 
Fecha de Ingreso: mayo-2005
Mensajes: 79
Antigüedad: 19 años
Puntos: 0
Respuesta: Ayuda con FFMPEG + FFMPEG-PHP + FLVTOOL2

Hola... mira...
yo he probado un poco con eso y tambien tuve problemas y tengo con algunas movies...
Proba con otra que tenga tasa de bitrate y frecuency mas normal -ab 88 -> no es regular
Proba con algo como:
samprate = 22050;
bitrate = 32;

samprate = 44100;
bitrate = 64;

Obviamente busca una pelicula que tenga esos numeros. Si tenes instalado el ffmpeg, lo podes obtener datos con :
$ffmpegObj = new ffmpeg_movie($file);
$samprate = $ffmpegObj->getFrameRate();
$bitrate = $ffmpegObj->getBitRate();
$Width = $ffmpegObj->getFrameWidth();
$Height = $ffmpegObj->getFrameHeight();
$duration = $ffmpegObj->getDuration();
$codec_video = $ffmpegObj->getVideoCodec();
__________________
Fabi... fighting versus the web