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 7th January 2008, 02:26 AM
maxstradamus's Avatar
maxstradamus Offline
Registered User
 
Join Date: Jul 2006
Location: Toronto
Posts: 24
HandBrake

Has anyone had any success installing HandBrake? (http://handbrake.fr)

I'm on fc8 and after spending 2 hours trying to figure it out I end up with this:

Code:
[root@*** HandBrake]# make
( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam )
System: Linux
Endian: little

To build HandBrake, run:
 './jam' on a Mac (or 'make' to try the UB build method),
 'jam' on Linux or Windows.
...found 56 target(s)...
(rm -rf HandBrake HandBrake*.tar.gz ; mkdir -p HandBrake/api HandBrake/doc; cp test/BUILDSHARED AUTHORS BUILD COPYING CREDITS NEWS THANKS TRANSLATIONS HandBrake/doc ;  cp -rp libhb/libhb.so HandBrake/api ; cp -rp libhb/hb.h libhb/common.h libhb/ports.h HandBrake/api ; cp -rp HandBrakeCLI HandBrake ; tar zcvf HandBrake-"0.9.1"_i386.tar.gz HandBrake ; rm -rf HandBrake )
cp: cannot stat `libhb/libhb.so': No such file or directory
HandBrake/
HandBrake/api/
HandBrake/api/ports.h
HandBrake/api/hb.h
HandBrake/api/common.h
HandBrake/doc/
HandBrake/doc/BUILD
HandBrake/doc/THANKS
HandBrake/doc/CREDITS
HandBrake/doc/COPYING
HandBrake/doc/TRANSLATIONS
HandBrake/doc/BUILDSHARED
HandBrake/doc/NEWS
HandBrake/doc/AUTHORS
HandBrake/HandBrakeCLI
I'm kinda stuck now with no ideas what to do next.
Reply With Quote
  #2  
Old 7th January 2008, 04:23 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
Hmm, might be worth a try. Disappointing that it is a command line tool only in linux... Have you tried k9copy or dvdrip?
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #3  
Old 7th January 2008, 08:04 AM
maxstradamus's Avatar
maxstradamus Offline
Registered User
 
Join Date: Jul 2006
Location: Toronto
Posts: 24
i'm really after the x264 support

most of my videos are mpg's and i need to convert them into mp4's. Handbrake seems to be the perfect tool for it but i can't get it to work. I used to use Staxrip under windows.
Reply With Quote
  #4  
Old 26th December 2008, 02:25 AM
Duli's Avatar
Duli Offline
Registered User
 
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698
Try:

Code:
yum install libtool jam rpmdevtools bzip2-devel zlib-devel subversion git yasm-devel yasm intltool
Then try to run 'make' again.

cheers

Last edited by Duli; 26th December 2008 at 03:11 AM.
Reply With Quote
  #5  
Old 26th December 2008, 02:27 AM
Wayne
Guest
 
Posts: n/a
/me hands Duli a large mug of extra-strong black coffee.... Did you look at the date on this thread? I'm sure he's either given up or worked it out in the last 11 months

Wayne
Reply With Quote
  #6  
Old 26th December 2008, 03:09 AM
Duli's Avatar
Duli Offline
Registered User
 
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698
Wayne:

Anyway, it's good to point the work, for future reference!
Reply With Quote
  #7  
Old 7th January 2009, 01:13 PM
mbrocketry Offline
Registered User
 
Join Date: Jun 2007
Posts: 11
I would love to know how to install handbrake on fedora any ideas? I can't find any real documents that explain how to on fedora.
Reply With Quote
  #8  
Old 8th January 2009, 02:49 PM
dsmous Offline
Registered User
 
Join Date: Aug 2004
Posts: 7
I just did it on Fedora 10...

It was a fairly painless process.

I went to the Handbrake website and picked up the source code

I then followed Duli's advice here, as Fedora doesn't come with all the needed tools installed by default.

Quote:
Originally Posted by Duli View Post
Code:
yum install libtool jam rpmdevtools bzip2-devel zlib-devel subversion git yasm-devel yasm intltool
Then, go to the directory where you extracted the source, run 'make', and all should be good...
Reply With Quote
  #9  
Old 8th January 2009, 03:34 PM
mbrocketry Offline
Registered User
 
Join Date: Jun 2007
Posts: 11
What is the command to extract the files? Also where should the file be extracted as in which folder? Sorry I am still learning linux.
Reply With Quote
  #10  
Old 8th January 2009, 04:02 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Easiest to use a file manager, and just right-click=>Extract To...

From command line:
tar xzvf handbrake.tar.gz

OR replace the 'z' with 'j' for a tar.bz2.

Unpack into any folder that your normal user can write to (usually your HOME folder, or such). You can (and should) run 'make' as a normal user, then as root user, find and copy/move the new library as shown above.

V
Reply With Quote
  #11  
Old 17th January 2009, 11:32 PM
danwaineo's Avatar
danwaineo Offline
Registered User
 
Join Date: Nov 2005
Location: Portland, OR
Posts: 243
Duli,

Thanks for your instructions. Handbrake is working great!
Reply With Quote
  #12  
Old 24th January 2009, 08:46 PM
bruno.vernay Offline
Registered User
 
Join Date: Sep 2006
Location: Grenoble
Age: 42
Posts: 7
Now how far are we from building a RPM ???
I switch to my Mint or KUbuntu install each time I have to use Handbrake ...

Hanbrake updated their "Compile Guide": they give detailed instructions for Fedora 10
But this sudo yum groupinstall "Development Tools" "Development Libraries" "X Software Development" "GNOME Software Development" would install 179 packages (80 Mo)
So I tried their next instruction sudo yum install jam yasm zlib-devel bzip2-devel dbus-glib-devel hal-devel gtkhtml3-devel gstreamer-devel gstreamer-plugins-base-devel. It is 67 packages (23 Mo).

Then I guess that the group install is a secure alternative to libtool jam rpmdevtools bzip2-devel zlib-devel subversion git yasm-devel yasm intltool from Duli's post.

So I merged the two : sudo yum install libtool intltool rpmdevtools jam yasm yasm-devel zlib-devel bzip2-devel dbus-glib-devel hal-devel gtkhtml3-devel gstreamer-devel gstreamer-plugins-base-devel: it is 71 packages (24 Mo).
Obviously all this depends on what is already installed on your system.
Let's try to compile ...
I just run make in the directory Handbrake-0.9.3. It is a long process, there are many warning and some downloads. Seems to succeed: got a HandBrake-0.9.3_i386.tar.gz and a HandBrakeCLI.
Now I go into gtk directory, run ./autogen.sh: very fast. and make fast too. I got a ghb executable in the gtk/src directory !
And I can launch the ghb and play with the menu and tabs.

Next I will try to encode a real movie.
2 things bother me:
- I didn't configure anything, but I saw options available in the configure file ;
- did it compile for 64 or 32 bits ?

Last edited by bruno.vernay; 26th January 2009 at 09:58 PM. Reason: more info
Reply With Quote
  #13  
Old 27th February 2009, 09:58 PM
VanHammersly Offline
Registered User
 
Join Date: Dec 2004
Location: Detroit, MI
Posts: 3
Thanks Bruno. That did it for me. Nice work. It compiled for me on x64, btw.
Reply With Quote
  #14  
Old 13th March 2009, 01:11 AM
-DK- Offline
Registered User
 
Join Date: Nov 2005
Posts: 27
Thanks for the info here guys! Very appreciated as always.
Reply With Quote
  #15  
Old 13th March 2009, 01:30 AM
AnimeFreak Offline
Registered User
 
Join Date: Jan 2009
Posts: 267
I know you are using fc8 but if anyone is using f edora 10 refer here for details on an x86 or x86_64 rpm:


http://forums.fedoraforum.org/showthread.php?t=216394



Did I mention it is the official GUI


- AnimeFreak

Last edited by AnimeFreak; 13th March 2009 at 01:33 AM.
Reply With Quote
Reply

Tags
handbrake

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
Here is where you can find HandBrake with GUI RPM for fedora 10 AnimeFreak Using Fedora 9 22nd October 2009 08:51 PM
handbrake, kdenlive, cinelerra, amule adunanza geolab Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 0 2nd April 2009 12:48 PM
Help with Handbrake compile Fedora 10 Thewoodchuck Using Fedora 4 8th March 2009 12:13 AM


Current GMT-time: 14:32 (Wednesday, 22-05-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