Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: How To: Handbrake + GUI from svn

  1. #1
    Join Date
    Apr 2006
    Location
    Minnesota
    Beans
    748
    Distro
    Ubuntu 10.04 Lucid Lynx

    How To: Handbrake + GUI from svn

    It is No Longer necessary to use the svn version to get Handbrake with a GUI.There is now a Linux .deb (Intrepid) that will install Handbrake+GUI you can get it here.
    Last edited by fenian; January 14th, 2009 at 07:14 AM.

  2. #2
    Join Date
    Jan 2006
    Beans
    24

    Re: How To: Handbrake + GUI from svn

    These seem to work ok:
    svn co svn://svn.handbrake.fr/HandBrake/trunk HandBrake
    cd HandBrake
    ./configure
    make
    But then:
    xxx@xxxxx:~/downloads/HandBrake$ sudo make install
    make: *** No rule to make target `install'. Stop.

    I installed all the dependencies you listed... What am I missing?

  3. #3
    Join Date
    Apr 2006
    Location
    Minnesota
    Beans
    748
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How To: Handbrake + GUI from svn

    Sorry I made a mistake you don't run the sudo make install command there.Thank for pointing this out,I've fixed it in the guide.

  4. #4
    Join Date
    Jul 2008
    Beans
    39
    Distro
    Kubuntu 8.04 Hardy Heron

    Angry Re: How To: Handbrake + GUI from svn

    Hi, I have a problem, well, I have followed every step of your tutorial, but when I put make, it gives me something like this:
    make:*** There was no object specified and there was no makefile found.
    What may I do?

  5. #5
    Join Date
    Nov 2005
    Location
    Tamworth, UK
    Beans
    168
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How To: Handbrake + GUI from svn

    Same as previous poster, but I noticed the following after the ./autogen.sh command:

    Code:
    checking for GHB... configure: error: Package requirements (gtk+-2.0 >= 2.8 gio-2.0 hal hal-storage) were not met:
    
    No package 'hal' found
    No package 'hal-storage' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables GHB_CFLAGS
    and GHB_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    HAL is already installed according to Synaptic, but I couldn't see a HAL-STORAGE in there. Any ideas?

    Thanks in advance.
    HP dc7600 small form factor| Pentium D 3.4Ghz | 2.5Gb Ram | 250Gb HDD
    Uubuntu 12.04

  6. #6
    Join Date
    Nov 2005
    Location
    Tamworth, UK
    Beans
    168
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How To: Handbrake + GUI from svn

    Right.....

    Installed missing dependencies using:
    Code:
    sudo apt-get install libgtk2.0-dev libglib2.0-dev  libhal-storage1 libhal-storage-dev libhal-dev
    Then redid ./autogen.sh, followed by make and sudo make install

    I now have Handbrake with its GUI installed!
    HP dc7600 small form factor| Pentium D 3.4Ghz | 2.5Gb Ram | 250Gb HDD
    Uubuntu 12.04

  7. #7
    Join Date
    Jul 2008
    Beans
    39
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: How To: Handbrake + GUI from svn

    Thanks, it worked, however, my psp doesn't recognize the video, it says unsupported data, Is there anyone that has a good script or program tha isn't extremely slow, and converts video with good quality?

  8. #8
    Join Date
    Nov 2005
    Location
    Tamworth, UK
    Beans
    168
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How To: Handbrake + GUI from svn

    Which video codec did you use?

    FFMPEG, XviD, or x264?
    HP dc7600 small form factor| Pentium D 3.4Ghz | 2.5Gb Ram | 250Gb HDD
    Uubuntu 12.04

  9. #9
    Join Date
    Jul 2008
    Beans
    39
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: How To: Handbrake + GUI from svn

    I just used the psp preset, and the video codec was mpeg-4 I think, however, I found this script:
    http://myweb.cebridge.net/kmc77/arti...onversion.html
    And I think it is better for me because I've been converting videos and no error, anyway, thanks for the info
    EDIT: Why? Why? What did I do wrong? As it seems, all the video converters hate my naruto episodes, Why?
    Please someone, someone give me a good and functional script, forget Winff, it's extremely slow, pspvc doesn't converts my naruto episodes, neither does handbrake. Please someone
    Last edited by xXZeroXx; August 23rd, 2008 at 07:49 PM.

  10. #10
    Join Date
    Apr 2006
    Location
    Minnesota
    Beans
    748
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How To: Handbrake + GUI from svn

    [QUOTE=Unicast;5647280]Right.....

    Installed missing dependencies using:
    Code:
    sudo apt-get install libgtk2.0-dev libglib2.0-dev  libhal-storage1 libhal-storage-dev libhal-dev

    Added to instructions thanks.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •