Go to file
Bradley Sepos eb13b18b45
graphics: Add more icons for macOS 10.14 Mojave dark mode.
Also fixed pause icon alignment (was slightly off-center) and added a new stop encode icon better matching the encode/pause icons.

 #1392
2018-08-10 08:59:45 -04:00
.github Another typo 2018-06-09 13:02:32 +01:00
contrib libbluray: add debug symbols when debugging is enabled 2018-08-06 09:23:17 -07:00
graphics graphics: Add more icons for macOS 10.14 Mojave dark mode. 2018-08-10 08:59:45 -04:00
gtk LinGui: fix single title scan marks preset modified 2018-08-09 14:26:38 -07:00
libhb Fix arithmetic exception in hb_set_anamorphic_size2() when displaying preview 2018-08-08 14:40:47 -07:00
macosx MacGui: fix closing the add catagery window when presented as modal. 2018-08-09 08:49:05 +02:00
make build: Fix to not pass --enable-nvenc to FFmpeg configure on FreeBSD. 2018-07-02 15:04:06 -04:00
pkg pkg: remove ubuntu 17.10 (Artful) from snapshots 2018-08-07 08:05:47 -07:00
preset preset: Additional presets and revisions for 1.1.0. 2017-11-28 11:24:42 -05:00
scripts flatpak: improve manifest creation script 2018-06-19 17:45:31 -07:00
test fix race in getting sequence_id of completed job 2018-08-07 13:34:36 -07:00
win/CS WinGui: Cleanup of some unneeded references across the projects. 2018-08-09 20:33:47 +01:00
.gitignore Update .gitignore for new Xcode notification. 2018-05-29 05:55:41 -04:00
AUTHORS.markdown Add Maxym Dm to authors. 2016-12-19 15:41:26 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-06-09 12:14:17 +01:00
CONTRIBUTING.md meta: Fix git parameter in contributing doc. 2018-06-21 10:17:30 -04:00
COPYING Remove custom header 2017-08-01 20:59:09 +01:00
LICENSE graphics: Add graphic assets license info. 2017-12-28 10:28:26 -05:00
NEWS.markdown Update NEWS with initial 1.2 release notes. 2018-07-13 23:08:29 +01:00
README.markdown libhb: build: README: Replace instances of Libav with FFmpeg. 2018-05-29 19:09:16 -04:00
THANKS.markdown docs: Add libopus to Thanks. 2016-09-10 10:05:02 -04:00
configure build: Require bash shell. 2017-12-06 18:17:00 -05:00

README.markdown

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.

Community Support

Visit the HandBrake Community Forums.

Chat on #handbrake on Freenode IRC (irc://irc.freenode.net/#handbrake).

For information on HandBrake's community support channels, please see Community Support.

Contributing

We welcome most contributions. While it is our goal to allow everyone to contribute, contributions not meeting the project's standards may be rejected. If this happens to you, don't fret. We usually provide reasons for rejection to give you the opportunity to correct anything out of place. Consider asking first before attempting to make sweeping changes.

First fork the HandBrake repository using GitHub's web interface, and clone the fork to your local machine (git clone my-fork). Then create and switch to an appropriately named local branch to track your changes (git checkout master; git checkout --branch branch-name). This allows you to make as many changes as you like without affecting the master branch, and helps identify groups of changes when submitting pull requests later on.

To make a change, edit the appropriate file(s), commit them to your local branch (git add changed-files; git commit), and push the branch to your fork on GitHub (git push my-fork branch-name). You're now ready to open a pull request using GitHub's web interface.

For more on this workflow, read Understanding the GitHub Flow.

Translations

The Mac and Windows GUIs are currently only available in English, and do not support other translations at this time.

The Linux GUI is currently available in multiple languages thanks to the HandBrake Transifex project created by Victorr2007. If you would like to help translate HandBrake in your language, go there now.

Additional Information

Authors
License
News
Thanks