Hi Charlie
I successfully installed qt-faststart using your link. I found that link on my travels before but didn't realise it would work.
I now have installed ffmpeg ffmpeg-devel using atrpms repo. Which is great.
I now have to install vo-aacenc as the audio codec with ffmpeg is poor.
I did install vo-aacenc succesfully.
vo-aacenc
VisualOn AAC audio encoder.
cd ~/ffmpeg-source
wget
http://downloads.sourceforge.net/opencore-amr/vo-aacenc-0.1.1.tar.gztar xzvf vo-aacenc-0.1.1.tar.gz
cd vo-aacenc-0.1.1
./configure --disable-shared
make
# checkinstall
Now my only issue is telling ffmpeg to --enable-libvo-aacenc
I am going to yum remove ffmpeg
Then modify the spec file on the src.rpm to add the line
--enable-libvo-aacenc
Then I was going to yum local install this src.rpm file:
http://dl.atrpms.net/all/ffmpeg-0.9-52.src.rpmThere is another rpm from atrpms but I cannot see a spec file:
http://dl.atrpms.net/all/ffmpeg-0.9-52.el5.i386.rpmI'll tell you how it goes.
Thanks