ffmpeg encoding error -


i have finished installing ffmpeg on centos server using below link: http://www.ultratechhost.com/forums/thread-122.html -> method 1\

phpinfo() reports ffmpeg has been installed , see ffmpeg section in phpinfo.

but when try encode error. please try , shed light problem , solution be.

the command , error follows:

ffmpeg -i greenlantern.mov green1.flv

ffmpeg version 0.6.1, copyright (c) 2000-2010 ffmpeg developers

built on dec 4 2010 15:35:31 gcc 4.1.2 20080704 (red hat 4.1.2-48)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-o2 -g -pipe -wall -wp,-d_fortify_source=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fpic' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab

libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.19. 0 / 1.19. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1ea4e8b0]estimating duration bitrate, may inaccurate
input #0, mov,mp4,m4a,3gp,3g2,mj2, 'greenlantern.mov':
duration: n/a, bitrate: n/a
output #0, flv, 'green1.flv':
output file #0 not contain stream

is file drm protected chance? if so, converting won't work.

it looks problem file, rather problem ffmpeg.


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -