Skip to content

2wayne/HandBrake

 
 

Repository files navigation

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 Libav, 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

About

HandBrake's main development repository

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.1%
  • C# 23.6%
  • Objective-C 12.3%
  • Python 1.4%
  • Ruby 0.8%
  • Shell 0.6%
  • Other 1.2%