libavcodec0d on Centos

Discussion in 'Installation/Configuration' started by sojic, Nov 15, 2009.

  1. sojic

    sojic New Member

    I have Centos 5.0 web server. I want to convert videos, so I install ffmpeg. I want to convert video into .mp4 format so I try
    Code:
    ffmpeg -i VTS_01_1.VOB -b 576k -s 720x576 -vcodec mpeg4 -ab 220k -ar 44100 -acodec aac out.mp4
    
    and get error Unknown encoder 'aac'.

    How to install libavcodec0d on centos?
     
  2. topdog

    topdog Active Member

    you can find it in the rpmforge repo
     

Share This Page