Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/11/2007, 13:48
mmarulanda
 
Fecha de Ingreso: noviembre-2007
Mensajes: 10
Antigüedad: 16 años, 6 meses
Puntos: 0
Exclamación Ayuda con FFMPEG + FFMPEG-PHP + FLVTOOL2

Cordial saludo

Agradeceria mucho si alguien me pudiera ayudar.
he instalado FFMPEG + FFMPEG-PHP + FLVTOOL2 en FC6 y todo perfecto pero cuando voy a convertir archivos con la siguiente linea:

/usr/local/bin/ffmpeg -i ./video/video.wmv -ar 11025 -ab 88 -f flv -s 320x240 ./video/video.flv | /usr/bin/flvtool2 -U stdin ./video/video.flv

que es como lo indica el manual me genera el siguiente error:

FFmpeg version SVN-r11070, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-shared
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 51.19.0
built on Nov 20 2007 11:01:46, gcc: 4.1.2 20070626 (Red Hat 4.1.2-13)

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
Input #0, asf, from './video/video.wmv':
Duration: 00:00:44.9, start: 3.000000, bitrate: 231 kb/s
Stream #0.0: Audio: wmav2, 32000 Hz, stereo, 32 kb/s
Stream #0.1: Video: wmv1, yuv420p, 320x240, 189 kb/s, 29.97 fps(r)
WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: av_parse_video_frame_size
ERROR: undefined method `timestamp' for nil:NilClass
ERROR: /usr/lib/ruby/site_ruby/1.8/flv/stream.rb:285:in `lasttimestamp'
ERROR: /usr/lib/ruby/site_ruby/1.8/flv/stream.rb:274:in `duration'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:181:in `add_meta_data_tag'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:137:in `update'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `send'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `execute!'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `each'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `execute!'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:206:in `process_files'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `execute!'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:168:in `execute!'
ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:228
ERROR: /usr/bin/flvtool2:2:in `require'
ERROR: /usr/bin/flvtool2:2

ya he hecho de todo, cambiar el formato del archivo, jugar con eltamño del archivo, reisntalar las tres aplicaciones y sigue generando el mismo error.
Agradecera de todo corazon si me pueden ayudar