diff options
author | klaatu <klaatu@member.fsf.org> | 2017-05-03 16:03:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-03 16:03:22 +0700 |
commit | 5f802c13d1ccc8610d88ce25ebf05eff7ea1375a (patch) | |
tree | 8ddbad09fd5f422fa8603a817c700ff82e2e7e53 /multimedia/HandBrake/README | |
parent | b37fc867d5ded12cd4ed7b03e2a8607ad6fbb61b (diff) |
multimedia/HandBrake: Updated for version 1.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/HandBrake/README')
-rw-r--r-- | multimedia/HandBrake/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/HandBrake/README b/multimedia/HandBrake/README index 5a05473bfc22b..85642f5a07b92 100644 --- a/multimedia/HandBrake/README +++ b/multimedia/HandBrake/README @@ -3,9 +3,14 @@ variety of video and audio formats, with options for subtitles, alternate data streams, presets, and control over advanced options like bitrate, pixel aspect ratio, deinterlacing, and so on. -The legality of ripping content from commercial DVDs may vary. +The legality of ripping content from commercial DVDs varies from +nation to nation. -On by default, to skip building the GTK GUI, pass GUI=no to the script: +By default, HandBrake statically compiles many major encoders and +decoders into the HandBrake binary. It will not use your local ffmpeg, +for instance. + +To skip building the GTK GUI, pass GUI=no to the script: # GUI=no sh ./HandBrake.SlackBuild |