Pixelpanic / winff

Automatically exported from code.google.com/p/winff
0 stars 0 forks source link

Unknown encoder 'libfaac' #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Converting an AVI file

What is the expected output? What do you see instead?
ffmpeg tries to use "unknown" codec

What version of the product are you using? On what operating system?
WinFF 1.2 on Karmic Kola

Please provide any additional information below.

FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2, Copyright (c)
2000-2009 Fabrice Bellard, et al.
  configuration: --extra-version=4:0.5+svn20090706-2ubuntu2 --prefix=/usr
--enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib
--enable-libgsm --enable-libschroedinger --enable-libspeex
--enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib
--disable-stripping --disable-vhook --enable-gpl --enable-postproc
--enable-swscale --enable-x11grab --enable-libdc1394
--extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include
--enable-shared --disable-static
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Oct 13 2009 22:15:16, gcc: 4.4.1

Seems stream 1 codec frame rate differs from container frame rate: 1000.00
(1000/1) -> 29.97 (30000/1001)
Input #0, asf, from '/home/hazelnutz18/Desktop/Beavis And Butthead -
Christmas Special.avi':
  Duration: 00:27:09.60, start: 3.100000, bitrate: 256 kb/s
    Stream #0.0: Audio: wmav2, 22050 Hz, stereo, s16, 32 kb/s
    Stream #0.1: Video: msmpeg4, yuv420p, 320x240, 29.97 tbr, 1k tbn, 1k tbc
Unknown encoder 'libfaac'

--------------------

I've tried to install it through Ubuntu Software Center, Synaptic and
following the guide on the winff website. Each time I've removed winff but
each time I re-install it, I get the same problem. I tried solutions from
other websites but none worked. Any help would be appreciated!

Thanks!

Original issue reported on code.google.com by SteveMHa...@gmail.com on 24 Feb 2010 at 4:58

GoogleCodeExporter commented 8 years ago
Have you read: http://code.google.com/p/winff/wiki/UbuntuInstallation

Most important:

Details ffmpeg for Karmic and Jaunty
Karmic and Jaunty contain a pretty complete ffmpeg already, but you probably 
want to
have ubuntu-restricted-extras installed which should pull in the 'unstripped'
versions of several libraries. You can also look for them directly:
libavcodec-unstripped-52, libavutil-unstripped-49 and libavformat-unstripped-52 
from
the multiverse repository. 

However I believe that for libfaac you might need to install Medibuntu's 
version of
libavcodec-extra-52 Follow the description for Hardy about Medibuntu and 
replace the
word hardy by karmic.

Original comment by poipodec...@hotmail.com on 24 Feb 2010 at 5:33

GoogleCodeExporter commented 8 years ago
Once WinFF is installed I tried to run it and got that error. Then I restarted 
and
used synaptic to check for updates. All the codecs were updated and WinFF 
worked - go
figure...

Thanks.

Original comment by SteveMHa...@gmail.com on 26 Feb 2010 at 3:07