forked from HandBrake/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translations is now part of README.markdown.
- Loading branch information
1 parent
8cfb6e6
commit fb00d09
Showing
3 changed files
with
43 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# HandBrake | ||
|
||
HandBrake is an open-source video transcoder available for Linux, Mac, and Windows, licensed under the [GNU General Public License (GPL) Version 2](LICENSE). | ||
|
||
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](https://handbrake.fr/docs). | ||
|
||
|
||
## Community Support | ||
|
||
Visit the [HandBrake Community Forums](https://forum.handbrake.fr/). | ||
|
||
Chat on \#handbrake on [Freenode IRC](http://freenode.net/irc_servers.shtml) (irc://irc.freenode.net/#handbrake). | ||
|
||
For information on HandBrake's community support channels, please see [Community Support](https://handbrake.fr/docs/en/latest/help/community-support.html). | ||
|
||
|
||
## 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](https://guides.github.com/introduction/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](https://www.transifex.com/victorr2007/handbrake/) created by Victorr2007. If you would like to help translate HandBrake in your language, [go there now](https://www.transifex.com/victorr2007/handbrake/). | ||
|
||
|
||
## Additional Information | ||
|
||
[Authors](AUTHORS.markdown) | ||
[License](LICENSE) | ||
[News](NEWS.markdown) | ||
[Thanks](THANKS.markdown) |
This file was deleted.
Oops, something went wrong.