[MPlayer-users] playing file from a remote server to its, monitor
Mario Bernheim
mhbernheim at lasnite.com
Sat Feb 21 17:33:13 CET 2009
Hello, any idea why this is happening?
[root at fast here]# ffmpeg -i 1498.flv -s 480x360 -acodec libfaac -ab
32k -ac 1 -vcodec libx264 -vpre hq -crf 22 -threads 0 ffmpegoutput.mp4
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --prefix=/usr --libdir=/usr/lib
--mandir=/usr/share/man --incdir=/usr/include/ffmpeg
--enable-libmp3lame --enable-libogg --enable-libvorbis --enable-libogg
--enable-libtheora --enable-libfaad --enable-libfaac --enable-libgsm
--enable-xvid --enable-x264 --enable-liba52 --enable-liba52bin
--enable-pp --enable-shared --enable-pthreads --enable-gpl
--disable-strip
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on Jun 4 2007 11:02:12, gcc: 4.1.1 20070105 (Red Hat 4.1.1-52)
Seems stream 0 codec frame rate differs from container frame rate:
1000.00 (1000/1) -> 24.00 (24/1)
Input #0, flv, from '1498.flv':
Duration: 00:46:46.2, start: 0.000000, bitrate: 56 kb/s
Stream #0.0: Video: flv, yuv420p, 630x392, 24.00 fps(r)
Stream #0.1: Audio: mp3, 22050 Hz, stereo, 56 kb/s
Unknown codec 'libfaac'
[root at fast here]# yum install libfaac
Setting up Install Process
Parsing package install arguments
No package libfaac available.
Nothing to do
[root at fast here]# yum install faac
Setting up Install Process
Parsing package install arguments
Package faac - 1.26-1.el5.rf.i386 is already installed.
Nothing to do
[root at fast here]#
--------------
it can't find libfaac but yet, faac is already installed?
More information about the MPlayer-users
mailing list