You are not logged in.

#1 2011-06-16 09:33:59

hifi25nl
Member
Registered: 2011-05-07
Posts: 264

[SOLVED] Hybrid (x264 gui for blu ray encoding)

It would be nice if someone could package Hybrid. See:

http://www.selur.de/
http://forum.doom9.org/showthread.php?t … ght=hybrid

It is a very complete gui for x264 encoding. No other app come close for the number of options.

You can see dependencies at:

http://www.selur.de/licence

Attention: The author is distributing it only as a binary package.
The package is working only with the last git of x264 (supporting --bluray-compact. etc.)

I have it working in my archlinux fine . The real list of dependencies are:

/usr/bin/vpxenc
/usr/bin/x264 (--> from git)
/usr/bin/mediainfo
/usr/bin/ffmpeg
/usr/bin/mencoder
/usr/bin/mplayer
/usr/bin/tsMuxeR
/usr/bin/MP4Box (---> gpac)
/usr/bin/mkvmerge
/usr/bin/mkvextract
/usr/bin/sox
/usr/bin/neroAacEnc
/usr/bin/oggenc (--> vorbis-tools)
/usr/bin/aften
/usr/bin/lsdvd

Last edited by hifi25nl (2011-06-24 13:24:41)

Offline

#2 2011-06-17 05:57:33

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 356
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

Hi!

https://aur.archlinux.org/packages.php?ID=49934

Please confirm if this works on, it'll bring in lots of dependencies.

You can always use
  pkgfile /path/to/file
or
  pacman -Qo /path/to/file

to find what package owns a file smile

Please confirm if this works fine for you.

Offline

#3 2011-06-17 06:06:48

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 356
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

Ooops.  Notices the original version was 64bit-only.  Fixed the PKGBUILD.  smile
Cheers!

Offline

#4 2011-06-17 09:08:15

stqn
Member
Registered: 2010-03-19
Posts: 1,191
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

Hybrid looks interesting, but I couldn't make it rip a blu-ray (it just crashes... maybe because it doesn't support decryption? I couldn't find the info.) I also couldn't make it grab subtitles from an mkv file made with makemkv (the subtitles list stays empty.)

I like that it uses oggenc and not ffmpeg, that way I'm sure that it's using aoTuV and not ffmpeg's internal encoder smile.

(I haven't tried the PKGBUILD.)

Offline

#5 2011-06-17 16:18:04

hifi25nl
Member
Registered: 2011-05-07
Posts: 264

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

The installation is working fine, thank you for your interest.

I must advise about one important problem. Blu ray encoding with x264 will work fine only with last git of x264 (missing --bluray-compat and other options...)
Installing x264-git from AUR would be a problem, since this one will not install all the (right)  files  (mplayer not working!).

I have named back for the moment x264 to x264.back and compiled/copied manually the git one. I don't know a solution to this.
Hybrid can in configuration eventually change the directory of x264 from /usr/bin to another of choice.

I am testing now a new experimental version correcting some bugs (see http://forum.doom9.org/showthread.php?t … id&page=25 ).

This new version will use mp4fpsmod from
https://github.com/nu774/mp4fpsmod

Build in linux: https://github.com/nu774/mp4fpsmod/blob … _Linux.txt

So in the next future also this package must be added to the dependencies list and a new pkgbuild must be made.

A last note: CUDA option is not working on linux since nvcuvenc is missing in nvidia linux driver.

Last edited by hifi25nl (2011-06-17 16:59:48)

Offline

#6 2011-06-18 07:52:19

unikum
Member
From: Russia
Registered: 2010-09-04
Posts: 151
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

Since next version it will require mp4fpsmod

Offline

#7 2011-06-18 22:31:37

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 356
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

I'm uploading the updated PKGBUILD to AUR.

I haven't been able to build mp4fpsmod successfully, so that dependancy will be missing for the time being.
Here's the partial PKGBUILD for it, in case someone's interested:

# $Id$
# Maintainer: Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar>

pkgname=mp4fpsmod
pkgver=0.14
pkgrel=1
pkgdesc="Simple CLI MP4 time code editor"
arch=('any')
license=('??')
url="https://sites.google.com/site/qaacpage/junk"

build() {
  cd "${srcdir}"

  git clone git://github.com/nu774/${pkgname}.git
  cd ${pkgname}
  git checkout v${pkgver}

  pushd mp4v2
  ./make_configure
  ./configure --enable-shared=no --disable-util
  make
  popd
  make
  strip mp4fpsmod
}

Last edited by hobarrera (2011-06-18 22:34:00)

Offline

#8 2011-06-18 23:10:21

hifi25nl
Member
Registered: 2011-05-07
Posts: 264

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

I have compiled fine using the guide here: https://github.com/nu774/mp4fpsmod/blob … _Linux.txt
What was the problem?

Last edited by hifi25nl (2011-06-18 23:10:40)

Offline

#9 2011-06-18 23:14:25

hifi25nl
Member
Registered: 2011-05-07
Posts: 264

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

The instructions are a little different...


How to build in Linux:

$ pushd mp4v2
$ ./make_configure
$ ./configure --enable-shared=no --disable-util
$ make
$ popd
$ make LIBPATH=-L./mp4v2/.libs
$ strip mp4fpsmod

Offline

#10 2011-06-19 00:23:40

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 356
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

That's funny.  The instructions on BUILD_Linux.txt for the tag I'm using are the one I used for the PKGBUILD.

Here's mp4fpsmod:
http://aur.archlinux.org/packages.php?ID=49985

hybrid has been updated acordingly:
http://aur.archlinux.org/packages.php?ID=49934

__edit__

As for a proper icon; i've considered downloading the windows version and extracting it from there, but an aditional 5MiB download just for an icon seemed too much, so I'll wait for some other source for one.

Last edited by hobarrera (2011-06-19 00:28:09)

Offline

#11 2011-06-19 08:59:54

unikum
Member
From: Russia
Registered: 2010-09-04
Posts: 151
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

Simply put the icon to pkg archive as here.

Note: hybrid license is not GPL - source code now closed.

Last edited by unikum (2011-06-19 10:35:18)

Offline

#12 2011-06-24 13:21:06

unikum
Member
From: Russia
Registered: 2010-09-04
Posts: 151
Website

Re: [SOLVED] Hybrid (x264 gui for blu ray encoding)

@hifi25nl: mark this thread as SOLVED.

Offline

Board footer

Powered by FluxBB