You are not logged in.
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:
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
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 ![]()
Please confirm if this works fine for you.
Offline
Ooops. Notices the original version was 64bit-only. Fixed the PKGBUILD. ![]()
Cheers!
Offline
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
.
(I haven't tried the PKGBUILD.)
Offline
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
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
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
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
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
@hifi25nl: mark this thread as SOLVED.
Offline