From 1d14ae1f7d01ec8cf4819cfb1c694dcc38bd28ee Mon Sep 17 00:00:00 2001 From: lkxed Date: Wed, 29 Jun 2022 00:03:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E6=89=8B=E5=8A=A8=E9=80=89=E9=A2=98][tech?= =?UTF-8?q?]:=2020220628=20HandBrake-=20Free=20Tool=20for=20Converting=20V?= =?UTF-8?q?ideos=20from=20Any=20Format.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...l for Converting Videos from Any Format.md | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md diff --git a/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md b/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md new file mode 100644 index 0000000000..df407dd3a7 --- /dev/null +++ b/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md @@ -0,0 +1,114 @@ +[#]: subject: "HandBrake: Free Tool for Converting Videos from Any Format" +[#]: via: "https://www.debugpoint.com/handbrake/" +[#]: author: "Arindam https://www.debugpoint.com/author/admin1/" +[#]: collector: "lkxed" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +HandBrake: Free Tool for Converting Videos from Any Format +====== +Learn about HandBrake, an excellent utility for converting videos from any format to the destination types. + +This article contains features, download instructions and a usage guide. + +### HandBrake + +In this age of social media, we all play around with videos, reels and, of course, the formats that come with it. So, if you are in a Linux platform or even in WIndows, you may use any other software to convert various videos for several platforms. But if you need a simple but feature-rich video converter that takes care of your all video formats from multiple sources, try HandBrake. + +#### Features + +HandBrake has a huge set of options that make it a unique tool. Firstly, the workflow is super easy. In fact, its just three steps: + +* Select a video +* Choose a target format +* Convert + +As you can see, if you are a novice user, it is super easy to work with this tool because the attributes of the target format (e.g. bit rate, dimensions) are based on the default preset. + +Secondly, if you want advanced editing, such as adding subtitles from the subtitle files while converting, it is also possible using this tool. + +In addition, you can also change the dimensions, flip the video, change resolutions, modify the aspect ratio, and crop. Moreover, a set of basic filter configurations such as Denoise and Sharpen can also be done. + +Moreover, adding Chapters, tags and audio tracks to your video files is always easy. + +Perhaps the vital feature of HandBrake is the availability of presets which cater to the modern needs of social media and streams. For example, the presets are aligned with streaming platforms and streaming devices such as: + +* Discord +* GMail +* Vimeo +* Amazon Fire Stick +* Apple Devices +* Chromecast +* Playstation +* Roku +* Xbox + +A pretty impressive list, isn’t it? Not only that, if you are a professional worker, it helps you define and create Queue for your conversions. The Queue feature allows you to batch convert multiple video files in your workflow. + +Finally, you can convert to MPEG-4 (mp4), Matroska (mkv) and WebM formats. + +![HandBrake with various features][1] + +### Download and Installation + +Downloading and installation of HandBrake is easy for any platform (Linux, Mac and Windows). The developers provide direct executables, which are free to download. + +Since the primary target audience of this portal is Linux users, we will talk about the installation of HandBrake in Linux. + +For Ubuntu, Linux Mint and all other distributions, the preferable method is Flatpak. You can [set up Flatpak][2] and then click the below button to install HandBrake: + +[Install HandBrake via Flathub][3] + +For Windows, macOS installer visit this page. + +One interesting feature is that you can use this application via the command line! That means you can further customize your workflow using the command line utility, which you can find [here][4]. + +### How to Use HandBrake to convert Videos? [Example] + +Since you installed it, let’s see how you can convert a sample video with just three steps. + +1. Open HandBrake and click on the “Open Source” button at the top toolbar. Select your video file. +2. Now, select the target file type from the Format dropdown. Make sure to check the destination folder (the default is Videos). +3. Finally, click on the Start button at the top toolbar to convert a video using HandBrake. + +![HandBrake Video Conversion in three simple steps][5] + +You can find a nice display on the conversion progress at the bottom of the window. + +![Encoding status][6] + +The above steps are the most basic ones. If you want further control over the video, you can change the options and also choose from a vast list of presets I explained earlier. + +### FAQ + +Yes, it is a free and open-source application, and you can download it for free. + +Yes, you can easily install HandBrake in macOS, Windows 10, and Windows 11. + +You can download HandBrake only from the official website https://handbrake.fr/ and no-other place. + +### Closing Notes + +Handbrake is one of the professional-grade free and open-source video encoders available today. It is a time-tested application used by millions of users daily. I hope this guide helps you to learn about this fantastic tool and get you started with your video projects. + +-------------------------------------------------------------------------------- + +via: https://www.debugpoint.com/handbrake/ + +作者:[Arindam][a] +选题:[lkxed][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://www.debugpoint.com/author/admin1/ +[b]: https://github.com/lkxed +[1]: https://www.debugpoint.com/wp-content/uploads/2022/06/HandBrake-with-various-features.jpg +[2]: https://www.debugpoint.com/how-to-install-flatpak-apps-ubuntu-linux/ +[3]: https://dl.flathub.org/repo/appstream/fr.handbrake.ghb.flatpakref +[4]: https://handbrake.fr/downloads2.php +[5]: https://www.debugpoint.com/wp-content/uploads/2022/06/HandBrake-Video-Conversion-in-three-simple-steps.jpg +[6]: https://www.debugpoint.com/wp-content/uploads/2022/06/Encoding-status.jpg From 6dd3d920a9409a3b4e326aca4b3d910b8cc440d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E5=BC=80=E7=AE=B1?= Date: Wed, 29 Jun 2022 00:06:31 +0800 Subject: [PATCH 2/2] Update 20220628 HandBrake- Free Tool for Converting Videos from Any Format.md --- ...ndBrake- Free Tool for Converting Videos from Any Format.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md b/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md index df407dd3a7..c9fdf67a65 100644 --- a/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md +++ b/sources/tech/20220628 HandBrake- Free Tool for Converting Videos from Any Format.md @@ -93,6 +93,8 @@ You can download HandBrake only from the official website https://handbrake.fr/ Handbrake is one of the professional-grade free and open-source video encoders available today. It is a time-tested application used by millions of users daily. I hope this guide helps you to learn about this fantastic tool and get you started with your video projects. +**The demo video is used from [Pexels – cottonbro][7]** + -------------------------------------------------------------------------------- via: https://www.debugpoint.com/handbrake/ @@ -112,3 +114,4 @@ via: https://www.debugpoint.com/handbrake/ [4]: https://handbrake.fr/downloads2.php [5]: https://www.debugpoint.com/wp-content/uploads/2022/06/HandBrake-Video-Conversion-in-three-simple-steps.jpg [6]: https://www.debugpoint.com/wp-content/uploads/2022/06/Encoding-status.jpg +[7]: https://www.pexels.com/video/hands-hand-table-colorful-3997786/