Jump to:
| Project: | OpenPackage Video |
| Version: | 5.x-3.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I am running 5.x-3.x-dev on Drupal 5.3, on an Ubuntu 6.10 LTS server with ffmpeg. Below is the version information for ffmpeg, along with the libraries it is using. The FLV files are transcoded, however there is no audio in my FLV files. No errors are being returned from ffmpeg when manually running the commands found in the output of cron.php, however those files don't have any audio either. Suggestions?
root@devastator:/home/gbs/public_html/files/videos/original# ffmpeg -version
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-gpl --enable-pp --enable-pthreads --enable-vorbis --enable-libogg --enable-a52 --enable-dts --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 0d.49.0.0
libavcodec version: 0d.51.11.0
libavformat version: 0d.50.5.0
built on Sep 20 2006 00:26:15, gcc: 4.1.2 20060906 (prerelease) (Ubuntu 4.1.1-13ubuntu2)
ffmpeg SVN-rUNKNOWN
libavutil 3211264
libavcodec 3345152
libavformat 3278080
Comments
#1
http://drupal.org/node/171821#comment-599681
#2
Here are the steps to get ffmpeg to work in Ubuntu 6.10, you may need to add the universe and multiverse repositories to your apt sources file.
apt-get install liblame-dev libfaad2-dev libfaac-dev libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev libx264-dev liba52-dev libdts-dev libgsm1-dev libvorbis-dev libxvidcore4 libxvidcore-dev libdc1394-dev libfaac-dev liblame-dev libx264-dev libfaad2-dev libtheora-dev libsdl1.2-dev build-essential checkinstall subversion
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure --enable-gpl --enable-pp --enable-pthreads --enable-swscaler --enable-encoder=libvorbis --enable-encoder=libogg --enable-encoder=liba52 --enable-encoder=libgsm --enable-encoder=dc1394 --enable-encoder=libxvid --disable-debug --enable-encoder=libfaac --enable-encoder=libmp3lame --enable-encoder=libx264 --enable-encoder=libfaad --enable-encoder=libtheora --enable-decoder=libvorbis --enable-decoder=libogg --enable-decoder=liba52 --enable-decoder=libgsm --enable-decoder=dc1394 --enable-decoder=libxvid --enable-decoder=libfaac --enable-decoder=libmp3lame --enable-decoder=libx264 --enable-decoder=libfaad
make
check install
#3
Thanks boydjd. I posted a link to your comment on this page: http://openpackage.biz/ffmpeg
#4
Automatically closed -- issue fixed for two weeks with no activity.
#5
Hi! I had the same problem. you need to get the lame lib to encode mp3 sound. I´m trying to solve it right now. At least i get the transcoded video working all right when doing it via putty.
Have a nice 2008!
#6
similar problem, but running 5.x 2.5. uploaded a test video but no sound
#7
upgraded my version of ffpmeg and problem solved