On Fri, 2008-01-25 at 00:01 +0000, Junin Toiro wrote: > On Jan 24, 2008 12:47 PM, Trisha Cupra <[EMAIL PROTECTED]> wrote: > > > Try Floola at http://www.floola.com/modules/wiwimod/ > > > > Interestingly when I try and manually encode with ffmpeg following the > suggestions in the above threads I get an error about codec aac not being > available though I do seem to have everything needed installed.
A little while ago, FFMPEG changed a few of its format names. Try this: for the -vcodec parameter, give "faac" instead of "aac". If that gives the same error, try typing "ffmpeg -formats" and see if faac or aac are in the list of codecs. If not, then it would look like you haven't compiled all the support you need into it - try using the ffmpeg from Medibuntu. Good luck. Chris Lees http://bigbolshevik.blogs.friendster.com -- ubuntu-au mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-au
