hadess / fr.handbrake.ghb

Home Page:https://flathub.org/apps/details/fr.handbrake.ghb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HandBrake on Flathub

This is where HandBrake Flathub builds are hosted.

All HandBrake development, including maintenance of Flatpak manifests, is performed in our HandBrake GitHub repository. Please report any issues or create pull requests there.

Generating a new Flathub release of HandBrake

The manifest file fr.handbrake.ghb.json can be generated by HandBrake's build system after a release tag has been set and the release source package has been made available for download. The source package URL and SHA256 sum are required to generate the flatpak manifest.

E.g. to generate the flatpak manifest for HandBrake's 1.4.1 release

git clone https://github.com/HandBrake/HandBrake.git
cd HandBrake
git checkout 1.4.1
./configure --flatpak --enable-qsv
cd build
make pkg.create.flathub \
 HB_URL=https://github.com/HandBrake/HandBrake/releases/download/1.4.1/HandBrake-1.4.1-source.tar.bz2 \
 HB_SHA256=39a0aecac8f26de1d88ccaca0a39dfca4af52029a792a78f93a42057a54c18f6

The manifest file will be written to pkg/flatpak/fr.handbrake.ghb.json. Copy this manifest to your fork of the HandBrake Flathub repository. Then create a new PR for the release. You should invoke a test build of your PR by including the phrase bot, build in your PR comments.

See also Flathub App Maintenance.

Flatpak Installation

Installing HandBrake from the Flathub repository

flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --user install flathub fr.handbrake.ghb

Flatpak Updates

Updating HandBrake from the Flathub repository

flatpak --user update fr.handbrake.ghb

Run Flatpak

To run the HandBrake GUI

flatpak run fr.handbrake.ghb

To run the HandBrake CLI

flatpak run --command=HandBrakeCLI fr.handbrake.ghb <cli args>

About HandBrake

HandBrake is an open-source video transcoder available for Linux, Mac, and Windows, licensed under the GNU General Public License (GPL) Version 2.

HandBrake takes videos you already have and makes new ones that work on your mobile phone, tablet, TV media player, game console, computer, or web browser—nearly anything that supports modern video formats.

HandBrake works with most common video files and formats, including ones created by consumer and professional video cameras, mobile devices such as phones and tablets, game and computer screen recordings, and DVD and Blu-ray discs. HandBrake leverages tools such as FFmpeg, x264, and x265 to create new MP4 or MKV video files from these Sources.

For information on downloading, building/installing, and using HandBrake, see the official HandBrake Documentation.

For information about contributing to HandBrake, please visit our HandBrake GitHub repository.