Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

Handbrake

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
23 posts • Page 1 of 1
Author
Message
Skullitor13
n00b
n00b
Posts: 45
Joined: Tue Aug 03, 2004 1:53 am

Handbrake

  • Quote

Post by Skullitor13 » Mon Dec 10, 2007 11:03 pm

i am having trouble compliling handbrake. i get this error.
Error - we have detected a version of faac that has libmp4v2 support
and no copy of mpeg4ip-config. This means faac was built with
faad2 and the libraries will be incompatible.
Please reinstall faac without mp4v2 support

cd `dirname contrib/mpeg4ip.tar.gz` && CONTRIB=`pwd` &&
rm -rf mpeg4ip && tar xzf mpeg4ip.tar.gz && cd mpeg4ip &&
patch -p1 < ../patch-mpeg4ip.patch && patch -p0 < ../patch-mpeg4ip-pascal-str.patch &&
./bootstrap --cache-file=$CONTRIB/config.cache --disable-mp3lame --disable-faac --disable-x264 --disable-server --disable-player &&
make -C lib/mp4v2 libmp4v2.la && cp lib/mp4v2/.libs/libmp4v2.a $CONTRIB/lib &&
cp mpeg4ip_config.h include/mpeg4ip.h include/mpeg4ip_version.h \
include/mpeg4ip_win32.h lib/mp4v2/*.h $CONTRIB/include &&
strip -S $CONTRIB/lib/libmp4v2.a

...failed LibMp4v2 contrib/lib/libmp4v2.a ...
i know there is a tread http://forums.gentoo.org/viewtopic-t-41 ... brake.html that covers it but that solution does not seem to work any more. any other ideas?
Top
eyoung100
Veteran
Veteran
User avatar
Posts: 1428
Joined: Fri Jan 23, 2004 10:45 pm

  • Quote

Post by eyoung100 » Mon Dec 10, 2007 11:35 pm

From the post you referenced:
xepk wrote: The faac ebuild is missing the useflag for mp4v2. The mp4v2 library is found in faad2, so one way to remove mp4v2 support should be:

Code: Select all

quickpkg faad2 
emerge -C faad2 
emerge faac 
emerge --usepkg faad2
Then retry with handbrake. hth
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Top
Skullitor13
n00b
n00b
Posts: 45
Joined: Tue Aug 03, 2004 1:53 am

  • Quote

Post by Skullitor13 » Tue Dec 11, 2007 12:30 am

yes, i have tryed that already thats why i put it in the post, and it does not work. any other ideas?
Top
Progman3K
l33t
l33t
User avatar
Posts: 805
Joined: Sat Jan 03, 2004 11:59 pm
Contact:
Contact Progman3K
Website

  • Quote

Post by Progman3K » Sat Jan 05, 2008 2:36 pm

I had the same problem as you and realized it was the OTHER package (mpeg4ip) that really was missing.

emerge mpeg4ip
Top
boris_qd
Apprentice
Apprentice
Posts: 158
Joined: Mon Aug 29, 2005 11:25 am
Location: Bonn/Germany

  • Quote

Post by boris_qd » Sat Jan 05, 2008 5:26 pm

ok - i realize this is off topic - but i couldn't get HandBrake working properly for me but have found k9copy (in portage) does everything I want (and it even works!).
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Thu Feb 05, 2009 6:48 am

hi, I tried to compile the latest version of handbrake. Unfortunately it does not work and it end with that error:

Code: Select all

gbox handbrake-source # make
echo "#ifndef HB_BUILD" > libhb/hbversion.h
echo "#define HB_BUILD 2009020501" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
echo "#ifndef HB_VERSION" >> libhb/hbversion.h
echo "#define HB_VERSION \"svn2116\"" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
echo "#ifndef HB_APPCAST_URL" >> libhb/hbversion.h
echo "#define APPCAST_URL \"http://handbrake.fr/appcast_unstable.xml\"" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam )

System: Linux
Endian: little

Don't run configure by hand, make runs it automatically.

No, really. That's it. Just type 'make' and hit return.

You're supposed to be building with make, not jam.
If you were going to use jam--which you shouldn't--you'd run:
 './jam' on a Mac, or
 'jam' on Linux or Windows

To make jam, boil fruit with sugar and an acid until pectins are released.

/bin/sh: jam: command not found
make[1]: *** [.contrib] Error 127
make: *** [all] Error 2
great at least i know how to make jam now ... D:

anyone got passed this error and want to share how ?
or maybe know of another way of getting the latest version of handbrake to work on gentoo
Top
Progman3K
l33t
l33t
User avatar
Posts: 805
Joined: Sat Jan 03, 2004 11:59 pm
Contact:
Contact Progman3K
Website

  • Quote

Post by Progman3K » Thu Feb 05, 2009 10:42 am

emerge dev-util/ftjam ?
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Thu Feb 05, 2009 3:16 pm

oh yes thank you progman3k , that did the trick :)
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Thu Feb 05, 2009 6:48 pm

handbrake is in portage? can't seem to find it....
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Fri Feb 06, 2009 12:41 am

not its not in portage atm, i downloaded the sources of it but ftjam was required to be able to build it and that is in portage
Top
Progman3K
l33t
l33t
User avatar
Posts: 805
Joined: Sat Jan 03, 2004 11:59 pm
Contact:
Contact Progman3K
Website

gentoo and portage specifically

  • Quote

Post by Progman3K » Fri Feb 06, 2009 12:51 am

Yeah portage is great for that; keeping the best versions of libs in its catalog.

I guess ftjam is only in because another ebuild has it as a dependancy...
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Sat Feb 07, 2009 8:41 pm

julien-1993 wrote:not its not in portage atm, i downloaded the sources of it but ftjam was required to be able to build it and that is in portage
did it worked ok for you?
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Fri Feb 13, 2009 3:18 pm

@DaggyStyle

yes, its working perfectly.
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Fri Feb 13, 2009 7:20 pm

julien-1993 wrote:@DaggyStyle

yes, its working perfectly.
is it 0.9.3 with the gui?
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Sun Feb 15, 2009 1:03 am

@DaggyStyle

its with the svn version and gui. now that i think of it, maybe i should use the 0.9.3 version...
with the svn, i came across my first segfault yesterday...i woke up to discover that the queu i had started the previous night did not complete.
I had no problem encoding the first 5 video i riped, for some reason it did not like that particular queu. Im going to post back once i try with the latest stable version.
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Sun Feb 15, 2009 9:55 pm

just compiled the 0.9.3 sources for command line interface and gui, seems to work pretty good up to now

heres how i build it:
1- emerge ftjam from portage
2- download the handbrake sources
3- cd into the folder that contains the source
4-

Code: Select all

make

5- cd into the /gtk folder that is in the source folder
6-

Code: Select all

./autogen.sh
7-

Code: Select all

make


now if u look into the /src folder inside the /gtk one, u shoul have a ghb script that can be run as ./ghb that should open handbrake gui interface
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Mon Feb 16, 2009 6:55 am

damm, another gnome package, well won't use that, thanks anyway
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
julien-1993
n00b
n00b
Posts: 48
Joined: Sun Dec 21, 2008 6:27 pm
Location: montreal-canada

  • Quote

Post by julien-1993 » Mon Feb 16, 2009 3:53 pm

yeah im using gnome, but there is a qt4 gui aswell
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Mon Feb 16, 2009 8:12 pm

julien-1993 wrote:yeah im using gnome, but there is a qt4 gui aswell
ok, how do you compile it with qt4 gui?
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
PraetorZero
Apprentice
Apprentice
User avatar
Posts: 239
Joined: Sat Dec 11, 2004 4:18 am
Location: /home

  • Quote

Post by PraetorZero » Wed Feb 18, 2009 3:46 am

DaggyStyle wrote:
julien-1993 wrote:yeah im using gnome, but there is a qt4 gui aswell
ok, how do you compile it with qt4 gui?
Follow the same steps as above, except in step 5, you want to cd ./qt4.

Have you downloaded the code or read the Compile Guide?

It's all in there. :lol:
What's the worst that can happen?
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Wed Feb 18, 2009 5:10 am

PraetorZero wrote:
DaggyStyle wrote:
julien-1993 wrote:yeah im using gnome, but there is a qt4 gui aswell
ok, how do you compile it with qt4 gui?
Follow the same steps as above, except in step 5, you want to cd ./qt4.

Have you downloaded the code or read the Compile Guide?

It's all in there. :lol:
yeah, found it but the qt4 gui is obsolete... no one maintains it see here http://forum.handbrake.fr/viewtopic.php?f=12&t=8114
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
stmiller
Tux's lil' helper
Tux's lil' helper
Posts: 119
Joined: Tue Feb 28, 2006 3:44 pm

  • Quote

Post by stmiller » Mon Oct 19, 2009 12:49 am

Bumping this ancient thread to update the latest handbrake snapshot info.

I fetched the source from here:

http://handbrake.fr/snapshot.php

svn2845

unpack it with

Code: Select all

tar xvf HandBrake-svn2845.tar.bz2
then

Code: Select all

cd HandBrake-svn2845

Code: Select all

./configure

Code: Select all

cd build

Code: Select all

make
When all is through, HandBrakeCLI is the command line executable. You can copy that to /usr/local/bin for a good place.

To use the Linux gui go to the gtk src directory inside the build directory:

Code: Select all

cd gtk/src/

Code: Select all

make
Then you are left with the Handbrake gui: ghb. Copy that to /usr/local/bin as well.

Then just run ghb to run HandBrake.
Top
dweezil-n0xad
Apprentice
Apprentice
User avatar
Posts: 156
Joined: Mon Oct 30, 2006 3:47 pm
Location: Ostend, Belgium

  • Quote

Post by dweezil-n0xad » Mon Oct 19, 2009 1:30 pm

I simply use the svn ebuild from http://bugs.gentoo.org/show_bug.cgi?id=89432
i7-4790K | 16GB DDR3 | GTX 970 | 500GB SSD
ASUS N56VV | i7-3630QM | 12GB DDR3 | GT 750M | 256GB SSD
Top
Post Reply

23 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic