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
Comment #1
jbrown commentedhttp://drupal.org/node/171821#comment-599681
Comment #2
Anonymous (not verified) commentedHere 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.
Comment #3
jbrown commentedThanks boydjd. I posted a link to your comment on this page: http://openpackage.biz/ffmpeg
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
loginsvariaditos commentedHi! 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!
Comment #6
thomasmurphy commentedsimilar problem, but running 5.x 2.5. uploaded a test video but no sound
Comment #7
thomasmurphy commentedupgraded my version of ffpmeg and problem solved