19.05.2017, 21:17
First of all, I did not package the Hybrid binary itself, as that would be a license violation. But I made a package that will download the binary at startup and save it in $HOME/.hybrid-bin/.
To add the ppa type:
The following packages are available and can be installed with sudo apt-get install xxx :
There are some command line options available:
More information can be obtained with man hybrid.
If Hybrid doesn't start after an update or if it doesn't recognize AviSynth when it should, you could try to delete the locally installed files (~/.hybrid-bin/ and ~/.hybrid/misc.ini) and let the starter script re-download everything.
Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
To add the ppa type:
Code:
sudo add-apt-repository ppa:djcj/hybrid
sudo apt-get update
The following packages are available and can be installed with sudo apt-get install xxx :
- hybrid - the actual Hybrid launcher
- hybrid-tools - A package to enable downloads of Hybrid's helper tools. To add non-free packages run hybrid-get-nonfree-tools after installation.
- hybrid-avisynth-extension - The AviSynth extension. It's in a separate package because it depends on wine.
- hybrid-vapoursynth-extension - A meta-package that installs VapourSynth, the VSeditor and a collection of plugins.
- dvdcopy - A bad-sectors resistant DVD-to-disc command-line program. This tool is not used by Hybrid! You have to use it manually if you think it might come in handy.
There are some command line options available:
Code:
SYNOPSIS
hybrid [options] [<QT options>]
OPTIONS
--log
save a log file in ~/.hybrid/logs/
--no-update
don't check for available updates on startup
--disable-updates
disable automatic updates
--enable-updates
enable automatic updates
--rollback
Switch back to the previous version if a backup is available.
This disables automatic updates. A backup of the currently installed version
is automatically saved in ~/.hybrid-bin/ when upgrading to a new version.
-h, --help
show usage information
-V, --version
show the current version and quit
If Hybrid doesn't start after an update or if it doesn't recognize AviSynth when it should, you could try to delete the locally installed files (~/.hybrid-bin/ and ~/.hybrid/misc.ini) and let the starter script re-download everything.
Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.