Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th November 2009, 09:24 PM
djbushido Offline
Registered User
 
Join Date: Dec 2008
Posts: 56
linuxfedorafirefox
Enabling libfaac in ffmpeg

Is there an easy way to enable libfaac in ffmpeg? I'm hoping to not have to compile it myself, but it appears that it was compiled without libfaac support. Not sure if what I'm using is from rpmfusion, but it's enabled. Anyway, if someone could give me a bit of assistance, that would be wonderful. Thanks!
Reply With Quote
  #2  
Old 24th November 2009, 10:53 PM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfedorafirefox
It looks like libfaac got pulled from ffmpeg because of licensing issues. However, I found this page at ATrpms.net. You could download and install it or enable ATrpms in yum.

EDIT: I just noticed the sticky thread in the Software Support forum. You might want to read it before you enable the ATrpms repo.

dd_wizard

Last edited by dd_wizard; 24th November 2009 at 10:58 PM.
Reply With Quote
  #3  
Old 25th November 2009, 04:06 AM
djbushido Offline
Registered User
 
Join Date: Dec 2008
Posts: 56
linuxfedorafirefox
No, libfaac gets provided as part of faac. ffmpeg appears to not be built against it. didn't know if anybody had an ffmpeg build already working for this, or if I'd have to do my own.
Reply With Quote
  #4  
Old 25th November 2009, 05:40 AM
CamoAnimal Offline
Registered User
 
Join Date: Mar 2008
Location: USA
Posts: 67
linuxfedorafirefox
If it has anything to do with copyrights then it stands a high chance of being removed from their list as soon as their is a decent replacement... I talked to Paul Frields (Fedora Project Director) about this one time and he won't even consider the use of anything copyrighted or licensed for use in Fedora repos. So, chances are it has been removed from any major repo, but you may be able to find it as a file for download.
__________________
Music: it's not just a hobby, it's a lifestyle
- Linux MultiMedia Studio
- Registered Linux user #498244
Reply With Quote
  #5  
Old 25th November 2009, 02:07 PM
djbushido Offline
Registered User
 
Join Date: Dec 2008
Posts: 56
linuxfedorafirefox
That's weird then how I have a libfaac on my system...
Anyway, is there a way to get an ffmpeg binary built against libfaac, or do I need to do that myself?
Reply With Quote
  #6  
Old 26th November 2009, 03:37 PM
djbushido Offline
Registered User
 
Join Date: Dec 2008
Posts: 56
linuxfedorafirefox
Bump.
Is there any way to drop in a replacement for ffmpeg that has libfaac support?
Reply With Quote
  #7  
Old 27th November 2009, 07:29 PM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfedorafirefox
This worked for me:
Code:
[gene@Mobile-PC ~]$ sudo yum --enablerepo=atrpms update faac
Loaded plugins: fastestmirror, presto, refresh-packagekit, remove-with-leaves, show-leaves
Loading mirror speeds from cached hostfile
 * fedora: mirrors.cat.pdx.edu
 * rpmfusion-free: mirrors.cat.pdx.edu
 * rpmfusion-free-updates: mirrors.cat.pdx.edu
 * rpmfusion-nonfree: mirrors.cat.pdx.edu
 * rpmfusion-nonfree-updates: mirrors.cat.pdx.edu
 * updates: mirror.stanford.edu
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libfaac.so.0()(64bit) for package: libavcodec52-0.5-31_git20091120.fc12.x86_64
--> Processing Dependency: libfaac.so.0()(64bit) for package: faac-1.28-6.fc12.x86_64
---> Package faac.x86_64 0:1.28-6.fc12 set to be updated
--> Running transaction check
---> Package libfaac0.x86_64 0:1.28-6.fc12 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================================
 Package               Arch                Version                    Repository           Size
================================================================================================
Updating:
 faac                  x86_64              1.28-6.fc12                atrpms              189 k
Installing for dependencies:
 libfaac0              x86_64              1.28-6.fc12                atrpms               36 k

Transaction Summary
================================================================================================
Install       1 Package(s)
Upgrade       1 Package(s)

Total download size: 225 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 225 k
(1/2): faac-1.28-6.fc12.x86_64.rpm                                       | 189 kB     00:01     
(2/2): libfaac0-1.28-6.fc12.x86_64.rpm                                   |  36 kB     00:00     
------------------------------------------------------------------------------------------------
Total                                                            75 kB/s | 225 kB     00:02     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB has been altered since the last yum transaction.
  Installing     : libfaac0-1.28-6.fc12.x86_64                                              1/3 
  Updating       : faac-1.28-6.fc12.x86_64                                                  2/3 
  Cleanup        : faac-1.28-2.fc12.x86_64                                                  3/3 

Dependency Installed:
  libfaac0.x86_64 0:1.28-6.fc12                                                                 

Updated:
  faac.x86_64 0:1.28-6.fc12                                                                     

Complete!
New leaves:
  faac.x86_64
  libmp4v2.x86_64
I have atrpms disabled in /etc/yum.repos.d/atrpms.repo because there seem to be some broken deps between RPM Fusion and atrpms packages. That one went well though.

dd_wizard
Reply With Quote
  #8  
Old 27th November 2009, 07:42 PM
djbushido Offline
Registered User
 
Join Date: Dec 2008
Posts: 56
windows_vistafirefox
So does this produce an ffmpeg with aac support? I have a version of libfaac installed (don't ask me how - I'm not sure) but ffmpeg doesn't know to use it.
Reply With Quote
  #9  
Old 27th November 2009, 08:22 PM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfedorafirefox
Hmm, apparently not. Back to the drawing board.
Reply With Quote
  #10  
Old 27th November 2009, 08:31 PM
djbushido Offline
Registered User
 
Join Date: Dec 2008
Posts: 56
windows_vistafirefox
I think the problem is that ffmpeg isn't compiled for it. Checking the build options on the one on my system doesn't have a "--enable-libfaac" line
Reply With Quote
Reply

Tags
enabling, ffmpeg, libfaac

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to yum libfaac samfraser Using Fedora 3 23rd September 2009 02:27 PM
Trying to get ffmpeg STEVE555 Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 9 22nd April 2009 11:47 AM
ffmpeg (et al) with a web cam guru_wannabe Using Fedora 0 21st November 2006 02:56 PM
libfaac? frharris27 Installation and Live Media 3 8th May 2006 04:04 AM


Current GMT-time: 05:13 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat