Бесплатный конвертер видео — handbrake 1.3.1 + portable

Installing on Windows

Once you’ve downloaded the HandBrake installer, simply double click to run it.

If HandBrake is already installed on your computer, the installer will offer to remove the previous version before installing the current version. Select to proceed and review HandBrake’s license terms.

The
HandBrake
installer
will
offer
to
remove
previous
versions
before
installing
the
current
version.HandBrake’s
Windows
installer.

Next, the installer will ask you where you wish to install HandBrake. Unless you have a specific reason to change this, select to continue. Once the installation is complete, you may select to exit the installer.

The
installer
will
report
its
progress.HandBrake
is
now
installed.

You will find shortcuts for launching HandBrake placed on both the Windows Desktop and Start Menu.

Windows SmartScreen

When installing on Windows 8.1 or 10 with Windows SmartScreen enabled, you may see a message indicating that the HandBrake installer is not recognized by Windows.

Windows
SmartScreen
may
present
this
message.
Select
More
info
to
see
more
options.

HandBrake is not “signed” by Microsoft. This message doesn’t mean anything is wrong; rather, it indicates that HandBrake is not part of Microsoft’s paid program to validate Windows applications.

By selecting , you will be able to select to continue the installation.

Guides and How to’s

HandBrake video tutorials

155 reviews,
Showing
1 to
5 reviews

Post review

    Show all 155 reviews

Report!

The best and it’s freeware. Period!

on
Jul 18, 2021 Version: 1.4.0
OS: Windows 10 64-bit Ease of use: 9/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Report!

I had an excellent NTSC DVD horror classic which I wanted to convert, because the blu ray release was dnr’ed to death, so I didn’t buy that. I managed to ivtc the dvd, but tried everything even old software like Avi.NET, AutoGK to convert to xvid and a few others e.g Fairuse Wizard etc to H264 format.
All left annoying combing artifacts. In the end I found an older version of Handbrake on an ‘antique’ XP based laptop. Set detelecine and decomb to auto, Deinterlace to off and my DVD came out perfect. Old stuff is the best.

on
May 27, 2021 Version: 0.9.9 last version
OS: WinXP Ease of use: 9/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Report!

on
Apr 21, 2021 Version: 1.3.3
OS: MacOSX Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Report!

on
Jan 22, 2021 Version: 1.3.3
OS: Windows 10 64-bit Ease of use: 9/10
Functionality: 10/10
Value for money: 10/10
Overall: 9/10

Report!

on
Dec 8, 2020 Version: 1.3.3
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 5/10
Value for money: 8/10
Overall: 7/10

155 reviews,
Showing
1 to
5 reviews
Post review

    Show all 155 reviews

Launching HandBrake

You may launch HandBrake by quickly clicking twice (double-clicking) on the cocktail & pineapple icon. Depending on your system settings, a single click may suffice.

Next steps

Continue to Checking for updates.

  1. Nightly builds are based on HandBrake’s latest development code, including new and experimental features that may be unstable or significantly different than the latest release version. Although everyone is welcome to try them, nightly builds are best suited for experienced users and developers.
  2. HandBrake is not associated with any third-party checksum utilities. Only use software from vendors you trust.
  3. HandBrake is not associated with any third-party checksum utilities. Only use software from vendors you trust.

Installing on Linux

If you have installed a HandBrake package from your distribution or other third-party package repository, please remove it before proceeding. See the section, Warning about broken third-party builds on Where to get HandBrake for more information.

Flatpak bundles

Flatpak bundles of HandBrake for Linux are available on the HandBrake website and Flathub.

Install your distribution’s package before running the following commands.

Install the latest HandBrake release from Flathub.

You can later update the HandBrake Flatpak to the latest release on Flathub by running the following.

If you prefer HandBrake’s nightly builds, download and install the latest available version (requires your distribution’s package).

HandBrake 1.3.3

All platforms

General

  • Fixed ISO 639-2/B language codes not set correctly in MKV (affects Hebrew, Indonesian, Javanese, and Yiddish) ()
  • Improved support for sources where pixel format cannot be quickly identified, e.g. due to delayed video track start ()
  • Added logging to identify where hardware support is disabled
  • Miscellaneous bug fixes and improvements

Video

  • Improved Intel QSV memory footprint by eliminating a buffer pool ()
  • Improved Intel QSV H.265 memory buffer size as required by newer Intel Media SDK ()
  • Fixed and improved Intel QSV in various situations, especially hardware decoding (, , , )
  • Fixed full range video being not being identified as limited range after conversion where filters are used ()

Subtitles

  • Fixed handling of overlapping SSA import subtitles (791adba)
  • Improved support for out-of-order SSA subtitles as allowed by specification ()

Build system

  • Improved Flatpak to better conform to freedesktop metainfo standards
  • Improved Intel QSV Flatpak plugin build effiency using cmake-ninja
  • Added a patch to fix cross compiling libdav1d using GCC 10.x (quality of life improvement)

Third-party libraries

  • Updated libraries

Mac

  • Fixed preview layout not displaying properly on OS X 10.11 El Capitan
  • Fixed incorrect copyright year on About dialog ()

Graphical interface

The following tools are required to build and run the GUI.

  • Microsoft Visual Studio Community
  • A Git client

    • Source Tree (recommended)
    • Client included with Visual Studio 2015 or later
  • (see the LibHB build instructions preceding these, or download from https://handbrake.fr/nightly.php)

Clone using your git client.

Source code for the GUI resides in the folder and the solution file is named . Make sure HandBrakeWPF is set as the startup project in the Solution Explorer by right-clicking the name and selecting “Set as startup project”.

To build the GUI, select Build Solution from the Build menu.

When complete, locate the output folder where is created (typically in , depending on the selected build profile). Copy to this folder. This completes the build process.

  1. The FDK AAC encoder is only provided in source code form and is not fully compatible with the GNU General Public License Version 2 used by HandBrake. Builds including FDK AAC must be for personal use only and may not be distributed. Do not share the build product with others.

Command line interface and LibHB

Building the HandBrake CLI and LibHB () for Windows requires Linux and a recent MinGW-w64 toolchain. Ubuntu 20.04 LTS or later are recommended; other distros may work as well. In all cases, we recommend you build the MinGW-w64 toolchain using our instructions and the included script, as some packaged versions have issues that can produce non-functioning builds.

Installing dependencies on Ubuntu

The following instructions are for Ubuntu 20.04 (Focal Fossa).
These should also work with Windows Subsystem for Linux.

Basic requirements to run commands:

sudo (for normal user accounts)

Dependencies:

  • autoconf
  • automake
  • autopoint
  • build-essential
  • cmake
  • gcc
  • git
  • libtool
  • libtool-bin
  • m4
  • make
  • meson
  • nasm
  • ninja-build
  • patch
  • pkg-config
  • python
  • tar
  • zlib1g-dev

Additional MinGW-w64 toolchain dependencies:

  • bison
  • bzip2
  • curl
  • flex
  • g++
  • gzip
  • pax

Install dependencies.

Install the additional dependencies required to build the MinGW-w64 toolchain.

Building the MinGW-w64 toolchain and HandBrake

Clone the HandBrake repository.

Build the MinGW-w64 toolchain using the included script, where is your user name. Feel free to choose a different output path, if desired.

This process will take a few minutes, then provide you with instructions for adding the resulting binaries location to your environment’s . Do this now.

Build HandBrake. For higher quality audio, enable the FDK AAC encoder by appending . Builds including FDK AAC must be for personal use only and may not be distributed.

When complete, you will find in the directory and in .

To start over, simply remove the directory.

Installing on Linux

If you have installed a HandBrake package from your distribution or other third-party package repository, please remove it before proceeding. See the section, Warning about broken third-party builds on Where to get HandBrake for more information.

Ubuntu PPAs

The following instructions are for Ubuntu. They may also work on other -compatible distributions. For other Linux, please compile from the official source code.

From the command line, add the official releases PPA to your system.

If you prefer HandBrake’s nightly builds, add the official git-snapshots PPA.

Install HandBrake.

Run to use HandBrake on the command line.

Run to launch HandBrake’s graphical user interface. You may wish to right-click on the icon and select “Lock to Launcher” for easy access in the future.

Flatpak bundles

Flatpak bundles of HandBrake for Linux are available on the HandBrake website and Flathub.

Install your distribution’s package before running the following commands.

Install the latest HandBrake release from Flathub.

You can later update the HandBrake Flatpak to the latest release on Flathub by running the following.

If you prefer HandBrake’s nightly builds, download and install the latest available version (requires your distribution’s package).

Technical documentation

  • System requirements
    Make sure your system can run HandBrake
  • Supported source formats
    Types of video files HandBrake can read
  • Official presets
    Technical summary of the official presets
  • Performance
    How various settings affect encoding speed
  • Process Isolation
    Process Isolation and Multiple Simultaneous Jobs supports
  • Video

    • Video codecsdraft
    • 10/12-bit encodingdraft
    • HDR10 encodingdraft
    • Constant quality versus average bit ratedraft
    • Presets and tunesdraft
    • Profiles and levelsdraft
    • Video anglesdraft
    • Anamorphic videodraft
    • Frame ratedraft
    • Filtersdraft
  • Hardware encoders

    • AMD VCE
    • Apple VideoToolbox
    • Intel Quick Sync Video
    • NVIDIA NVENC
    • Media Foundation (ARM)
  • Audio

    • Dynamic range compressiondraft
    • Audio qualitydraft
  • Files and compatibility

    • Container formatsdraft
    • iPod 5th Generation supportdraft
    • Automatic file namingdraft

Technical documentation

  • System requirements
    Make sure your system can run HandBrake
  • Supported source formats
    Types of video files HandBrake can read
  • Official presets
    Technical summary of the official presets
  • Performance
    How various settings affect encoding speed
  • Process Isolation
    Process Isolation and Multiple Simultaneous Jobs supports
  • Video

    • Video codecsdraft
    • 10/12-bit encodingdraft
    • HDR10 encodingdraft
    • Constant quality versus average bit ratedraft
    • Presets and tunesdraft
    • Profiles and levelsdraft
    • Video anglesdraft
    • Anamorphic videodraft
    • Frame ratedraft
    • Filtersdraft
  • Hardware encoders

    • AMD VCE
    • Apple VideoToolbox
    • Intel Quick Sync Video
    • NVIDIA NVENC
    • Media Foundation (ARM)
  • Audio

    • Dynamic range compressiondraft
    • Audio qualitydraft
  • Files and compatibility

    • Container formatsdraft
    • iPod 5th Generation supportdraft
    • Automatic file namingdraft

Installing on Windows

Once you’ve downloaded the HandBrake installer, simply double click to run it.

If HandBrake is already installed on your computer, the installer will offer to remove the previous version before installing the current version. Select to proceed and review HandBrake’s license terms.

The
HandBrake
installer
will
offer
to
remove
previous
versions
before
installing
the
current
version.HandBrake’s
Windows
installer.

Next, the installer will ask you where you wish to install HandBrake. Unless you have a specific reason to change this, select to continue. Once the installation is complete, you may select to exit the installer.

The
installer
will
report
its
progress.HandBrake
is
now
installed.

You will find shortcuts for launching HandBrake placed on both the Windows Desktop and Start Menu.

Windows SmartScreen

When installing on Windows 8 or 10 with Windows SmartScreen enabled, you may see a message indicating that the HandBrake installer is not recognized by Windows.

Windows
SmartScreen
may
present
this
message.
Select
More
info
to
see
more
options.

HandBrake is not “signed” by Microsoft. This message doesn’t mean anything is wrong; rather, it indicates that HandBrake is not part of Microsoft’s paid program to validate Windows applications.

By selecting , you will be able to select to continue the installation.

HandBrake 1.3.2

All platforms

General

  • Fixed point to point end detection in certain scenarios ()
  • Improved support for H.265 video in AVI container produced by some security cameras ()
  • Added logging to identify problematic sources where container and video track pixel aspect ratios differ
  • Added logging to help debug potential JSON API issues

Video

  • Fixed color range conversion being applied twice when scaling video ()
  • Fixed incorrect identification of support for QSV HEVC encoder on older Intel hardware ()
  • Added logging to identify automatic picture rotation
  • Miscellaneous bug fixes and improvements

Audio

Fixed an upstream FFmpeg issue where passing through AAC ADTS audio could produce invalid MKV output in rare cases (error instead) (#2809)

Filters

  • Fixed uninitialized memory in NLMeans prefilter leading to video corruption at bottom of picture (only affects custom settings) ()
  • Fixed a crash in the Detelecine filter with out of bounds parameters (only affects custom settings) (, )

Command line interface

Fixed subtitles not being selected when specifying —all-subtitles without also specifying a non-empty —subtitle-lang-list

Build system

  • Fixed building the GTK graphical interface for use on Windows (link ole32)
  • Updated Flatpak manifest creation script for compatibility with Python 3
  • Updated Flatpak runtime and numactl library versions, QSV plugin
  • Improved minimum version dependencies to facilitate building on systems with older automake and pkg-config
  • Added a workaround for an upstream libdav1d issue affecting installation on FreeBSD ()
  • Miscellaneous bug fixes and improvements

Linux

  • Fixed point to point controls not accepting fractional seconds
  • Fixed updating presets with identical names in different categories
  • Improved parity with other platforms by allowing removal of preset categories (automatic after last preset in category is removed)
  • Improved parity with other platforms by showing title and chapter range on the queue summary tab

Mac

  • Fixed selection behavior new track audio mixdown set to DPL2 instead of stereo ()
  • Fixed queued job failures related to removable drives by resolving security scoped resources as needed ()

Free open-source video transcoder for Windows

1/3

Handbrake for Windows is a free and open-source program that allows you to convert video files to a wide range of formats using several post-production tools and presets. With Handbrake, you can encode video files and convert them to work on your smartphone, home media player, or upload to a video hosting site like Vimeo and YouTube.

The program works with the vast majority of commonly-used files and formats, along with more obscure formats like the ones used by professional video cameras. Handbrake can do this by integrating a wide range of libraries like Libav, x264, and x265 behind the scenes so you can easily create a new MP4 or MKV file. Its closest competitor in terms of functionality is Media Encoder HQ.

Handbrake main features and uses

For a free program, Handbrake offers many valuable features for video post-production. Amateur users won’t need or know how to use many of the tools, and there are little to no tutorials available apart from the documentation, which is quite technical. However, anyone with minimal experience with video conversion or editing software will have no program exploring all of Handbrake’s options.

Here’s a breakdown of what Handbrake can do:

  • Convert videos to MP4 or MKV to watch on most devices
  • Resize the video resolution or crop the video size
  • Increase the sharpness of low-quality videos by converting to a higher resolution or restoring old videos
  • Remove combing artifacts that are caused by telecine and interlacing
  • Transcode and customize the video output by changing the bit rate and maximum file size
  • Work with batches of videos to save time
  • Pass-through audio without conversion for specific audio types
  • Adjust the volume levels and dynamic range for specific audio types
  • Keep subtitles that already exist, and add or remove subtitles stored as text
  • Compress video files, so they take up less space

What Handbrake cannot do

It’s important to note the limitations of Handbrake as well, as there are specific tasks it can’t perform due to recent updates or misinformation. Handbrake can no longer rip videos by circumventing or defeating copy protection. This means you can’t copy video forms that have Digital Rights Management (DRM). In the past, you may have been able to use Handbrake to copy content from places like Netflix and iTunes, but currently, it no longer works.

Handbrake also can’t combine multiple video clips into one, create DVDs, Blue-ray, AVCHD, or make cocktails (yet).

Getting started with Handbrake

To start using Handbrake, first, download the setup file to your computer and open the .exe program to start the installation wizard. You’ll need at least 40 MB of space on your hard drive, and possibly more, depending on the type and volume of videos you want to work with.

Once installed, open Handbrake and select your video source. You can drag a file into the window or choose one manually using the file explorer. If the video file has more than one clip, you can use the Title control to select the video clip you want to use.

Handbrake comes with a long list of presets to ensure your video works well on specific platforms. For example, if you want to upload a video to Vimeo or YouTube, there are a number of presets available with different resolutions. If you prefer to take matters into your own hands, you can set your own encoding preferences using the tools available, each located under its own tab. There are options for dimensions, filters, video settings, audio settings, subtitles, and chapters.

Hovering with your mouse over a feature causes a helpful tooltip to appear with a short explanation of what the feature is and how to use it.

When finished, choose a destination to save the new video and then start encoding. Handbrake shows you a progress bar during the process, including a time estimation of how long is left.

Our take

Handbrake is a powerful, free video conversion tool. You can use it to convert video files to a large number of formats using the customization tools or simply select from one of the presets. If you have a large number of files, you can use batch processing.

Should you download it?

Suppose you’re looking for a free video conversion tool? In that case, yes. If you’re looking for a DVD-ripper, then no.

HandBrake 1.4.0

All platforms

General

  • The HandBrake engine is now 10 and 12bit capable. Please note that not all filters support 10 and 12 bits. Using an 8bit filter will cause the pipeline to run at 8bit. Please see the documentation for more information.
  • HDR10 metadata will be passed through from the source file if present.
  • Static Previews that are generated during file scans are now stored in compressed jpeg format (previously stored as YUV420). Temporary disk space usage and disk writes are massively reduced. This uses libjpeg-turbo

Filters

  • New Filter: Chroma Smooth
  • New Filter: Colourspace Selection.
  • New Filter: Support for QuickSync hardware accelerated Crop/Scale when using full path.

Hardware Encoding

  • New Encoder: Media Foundation
  • Updates to the AMD VCN encoder:
    • Quality tuning for VCN’s constrained vbr rate control mode. Results are the same or better than cqp mode, and bit rate is much more predictable.
    • Included optimised H265 presets for 1080p and 4K content.
  • Updates to the Intel QuickSync encoder:
    • Minor performance improvement by skipping VFR and Crop/Scale filters when they are not required.
    • Overhauled memory management including improved zero-copy support where software filters are not used which should also improve performance.

Subtitles

  • New General purpose subtitle decoder
    • Added support for DVB Subtitles (Passthru and Burn-In)
    • Added support for EIA608 Closed Captions.
    • Replaced current decoders for PGS, SRT and SSA with those in ffmpeg. This should correct a number of rendering issues on Burn-In
  • Reduced default CC burn-in font-size.

Third-party libraries

  • The following 3rd party libraries have changed:
    • ffmpeg 4.4
    • AMF 1.4.18 (AMD VCN encoding)
    • nv-codec-headers 11.0.10.1 (Nvidia NVENC encoding)
    • libmfx 1.34
    • freetype 2.10.4
    • fribidi 1.0.10
    • harfbuzz 2.8.1
    • jansson 2.13.1
    • libass 0.15.1
    • libbluray 1.3.0
    • libdvdnav 6.1.1
    • libdvdread 6.1.1
    • dav1d 0.9.0
    • libvorbis 1.3.7
    • libvpx 1.10.0
    • x264 161 r3043
    • x265 3.5
    • zimg and libjpeg-turbo are new dependencies.
  • The «Dimensions» tab has been redesigned.
    • The Rotate and Flip filter has been moved from the filters tab.
    • Added support for padding
    • Added support to control the resolution limit.
    • Added limited support for upscaling

Linux

  • Minor usability tweaks and fixes.
  • Added new translations (levels of completeness vary):
    • Chinese (Taiwan)
    • Hebrew
    • Sinhala
    • Slovenian
  • Updated existing translations (levels of completeness vary).

Mac

  • Support for Apple Silicon (macOS only)
  • Support for running multiple simultaneous jobs.
  • Support eyetv packages with .ts enclosed media file
  • Improved UI navigation
    • Added two menu items to quickly switch between titles
    • Improved undo/redo support
    • Drag & drop import/export support in the presets popover
  • Preference Updates:
  • Improved Security Scoped Bookmarks management
  • Minor improvements and fixes for macOS 11
  • Updated Sparkle Updater library.
  • Added new translations:
  • Updated existing translations.

Launching HandBrake

You may launch HandBrake by quickly clicking twice (double-clicking) on the cocktail & pineapple icon. Depending on your system settings, a single click may suffice.

Next steps

Continue to Checking for updates.

  1. Nightly builds are based on HandBrake’s latest development code, including new and experimental features that may be unstable or significantly different than the latest release version. Although everyone is welcome to try them, nightly builds are best suited for experienced users and developers.
  2. HandBrake is not associated with any third-party checksum utilities. Only use software from vendors you trust.
  3. HandBrake is not associated with any third-party checksum utilities. Only use software from vendors you trust.

Version history / Release notes / Changelog

HandBrake 1.4.1
All platforms
General
Fixed a crash when using «Align AV» on Intel based systems. (#3683)
Fixed a crash when reading certain DVD’s with missing VOB files
Hardware Encoding
Fixed an issue with QuickSync accelerated Crop/Scale generating incorrect aspect ratios (#3236)
Fixed a crash after a subtitle scan when using the QuickSync encoder. (#3741)
Subtitles
Backport some libass patches which should correct some issues with font and font-weight selections. (#3736)
Fixed an issue that could prevent 3rd party software handling HandBrake files with dvb subtitles.
Command line interface
Fixed a regression that prevented upscaling when using -w and -h (#3746)
Linux
Added: flatpak permission to show bookmarks in file dialogs (#3748)
Mac
Fix an issue where the Quality Slider was being ignored when using the VideoToolbox encoder. (#3751)
Fixed an issue where incompatible hardware presets could be selected.
Windows
Windows UI builds are now available for ARM64 devices. (Named arm64 or aarch64 in the download section)
Added upgrade notices to the installer welcome page advising of .NET Desktop Runtime 5 requirements and to complete existing queue. (#3693)
Added support for software rendering which can be enabled to workaround issues with Variable Refresh Rate and 3rd party software causing rendering corruption (#3755)
Added a new preference to define how the preset toolbar button renders the preset list. (#3697)
Fixed a crash which would prevent all user settings from loading in some circumstances.
Fixed «Reset Settings» button in preferences. Certain settings were not reset correctly. (#3726)
Fixed issues with the built-in updater that may cause it to fail to run the installer if the app was not running as admin.
Fixed an issue that required and app restart to apply changes to the max simultaneous encodes setting.
Fixed an issue with Audio Defaults fallback encoder quality/bitrate/mixdown settings would not display correct values (#3739)
Fixed an with QSV multi-instance support where multiple Intel GPU’s are used.
View full changelog

Download old versions

Download HandBrake old versionsSoftware License
Supported operating systems

More information and other downloads

NOTE! Handbrake can NOT rip/decrypt most commercial DVDs and Blu-rays! Use a DVD ripper / Blu-ray ripper or try the libdvdcss from VLC Media Player, see Handbrake with libdvdcss DVD ripping.
Download nightly beta builds here
Download Alert and Convert here, it watches a folder and automatically converts the file using HandBrake.
Download Handbrake 0.9.3 here, the last version with AVI output support.
Download Handbrake 0.9.9 here, the last version with Windows XP support.
Download Handbrake 1.0.7 here, the last version with Windows 32-bit support.

HandBrake 1.3.1

All platforms

Video

  • Fixed rotation/flip not working properly in some cases
  • Fixed an issue with QSV failures when using —start-at
  • Updated presets using x265 to set aq-mode 1, the default prior to HandBrake 1.3.0
  • Improved AMD VCE rate control by always explicitly setting the rate control method
  • Added a workaround to fix x265 not parsing the H.265 Level setting where localized
  • Added an upstream patch to fix x265 limit-tu bug in loading co-located CU’s TU depth
  • Added an upstream patch to fix x265 2-pass encoding failure
  • Added an upstream patch to fix x265 VBV macroblocking at end of final GOP

Audio

  • Fixed importing older presets where «und» was used to select any language track
  • Fixed secondary audio tracks on Blu-ray sources not being detected in some cases

Third-party libraries

  • Updated libraries

Linux

  • Fixed UI translations not working in some cases
  • Fixed display of chapter start times
  • Fixed small memory leak in audio list

Mac

  • Fixed importing external ASS/SSA subtitles
  • Fixed statistics not updating after queue completion
  • Updated documentation link to the most recent documentation version

HandBrake бесплатный конвертер видео 1.3.3 + Portable

HandBrake — бесплатный видео конвертер с открытым исходным кодом, который позволяет кодировать видеофайлы из DVD или любого видео формата в MPEG-4 или H.264. Содержит широкий набор пресетов, при помощи которых можно быстро преобразовать видео для дальнейшего просмотра на различных мобильных устройствах, как например Apple iPod, iPhone, iPad, AppleTV, Sony PSP, PS3, Microsoft Xbox 360 и др.Системные требования:• Windows 7 — Windows 10 (x64)• Processor:- Intel Core i3 or better- AMD FX / 2014+ APU or better• Free memory:- 512 MB for transcoding standard definition video (480p/576p)- 1.5 GB for transcoding high definition video (720p/1080p)- 4 GB or more for transcoding ultra high definition video (2160p 4K)• System storage:- 100 MB for the HandBrake app- 2 GB or more recommended for processing and storing your new videos• Display resolution:- 1024×768 minimum, proportionately higher with display scalingТоррент HandBrake бесплатный конвертер видео 1.3.3 + Portable подробно:Основные возможности:• Кодирование аудио для MP3, Flac, AC3, Vorbis, AC, CoreAudio AAC / HE-AAC (только для OS X)• Кодирование видео для H.264 (x264), MPEG-4, MPEG-2 (libav) и Theora (libtheora)• Audio Pass-Thru: AC3, E-AC3, DTS, DTS-HD, TrueHD, AAC и MP3-треков• Использование различных фильтров: Deinterlace, Decomb, Deblock, Detelecine, Grayscale, Cropping, Scaling.• Поддержка VFR и CFR• Использование постоянного или плавающего битрейта.Что нового в версии 1.3.3:HandBrake 1.3.3• All platforms:• General— Fixed ISO 639-2/B language codes not set correctly in MKV (affects Hebrew, Indonesian, Javanese, and Yiddish) (#2903)- Improved support for sources where pixel format cannot be quickly identified, e.g. due to delayed video track start (#2893)- Added logging to identify where hardware support is disabled- Miscellaneous bug fixes and improvements• Video— Improved Intel QSV memory footprint by eliminating a buffer pool (#2675)- Improved Intel QSV H.265 memory buffer size as required by newer Intel Media SDK (#2862)- Fixed and improved Intel QSV in various situations, especially hardware decoding (#873, #2660, #2661, #2829)- Fixed full range video being not being identified as limited range after conversion where filters are used (#2859)• Subtitles— Fixed handling of overlapping SSA import subtitles (791adba)- Improved support for out-of-order SSA subtitles as allowed by specification (#2906)• Command line interface— Fixed —preset failure unless full path is specified, e.g. —preset=»Category Name/Preset Name» (#2838)• Build system— Improved Flatpak to better conform to freedesktop metainfo standards- Improved Intel QSV Flatpak plugin build effiency using cmake-ninja- Added a patch to fix cross compiling libdav1d using GCC 10.x (quality of life improvement):- Official HandBrake 1.3.3 Windows release is built using GCC 9.x and is not directly affected by this issue• Third-party libraries— Updated libraries:- FFmpeg 4.2.3 (decoding and filters)• Mac— Fixed preview layout not displaying properly on OS X 10.11 El Capitan- Fixed incorrect copyright year on About dialog (#2830)• Windows— Fixed a crash related to the dark theme (#2816)- Fixed a potential crash related to preview image memory allocation (#2871)- Fixed a potential crash due to certain actions causing no preset being selected (#2875)- Fixed missing E-AC-3 encoder option (#2855)- Fixed hardware encoder support unavailable in portable build (#2832)- Miscellaneous bug fixes and improvementsRelease notes HandBrake >>>Особенности портативной версии:• Портативная версия программы предоставлена разработчиком, работает без установки в систему.
Скриншоты HandBrake бесплатный конвертер видео 1.3.3 + Portable торрент:

Скачать HandBrake бесплатный конвертер видео 1.3.3 + Portable через торрент:

handbrake-1_3_3-portable.torrent (cкачиваний: 45)

A free video converter for Windows

HandBrake is a free and reliable video converter and encoder. Originally designed for Mac, the application has found its way to Windows and provides various functions. With its help, users can easily rip and convert video files to any format. HandBrake download supports all popular formats, including MP4, WebM, MP3, MKV, and more. 

HandBrake is easy to use — all you have to do is upload a video onto the program, use a few presets and convert the video to another format. Users should note that this isn’t a video editing tool — HandBrake only converts videos from the source format to another. It’s very similar to programs like Freemake Video Converter, DVD Decrypter, and MPEG Streamclip. 

What is HandBrake used for?

HandBrake is a handy utility tool that is mostly used during post-production. Its primary purpose is to convert a video from one format to another. Users can upload any video of their choice and convert it into a format that will work on different phones, TVs, tablets, games, consoles, and browsers. 

What are the features of HandBrake?

Once you complete downloading HandBrake, you get access to high-quality and fast conversions in any format of your liking. To make things easier, the application lets you create customized profiles for all your devices. You can also opt for the universal profiles that are present by default. In addition to this, HandBrake comes with built-in presets that can quickly help you convert videos. 

When it comes to copy protection, HandBrake only processes DVDs and Blu-Ray files without any copyright. In case there aren’t any, you can encode the file with the tool. Apart from converting from one format to another, users tweak any file they want. This means you can use the app to add filters, change the frame and dimensions, and do much more!

With the help of the available filters, you can easily crop, scale, and deblock videos. Since the application supports bulk conversions, you can select one option and apply it to all available files. However, users should note that they will need to have the right codecs installed for batch processing. 

In case you want to add markers or subtitles to any file, HandBrake can help with that as well. The application has a feature that lets you add any subtitle file or chapter marker to any video you wish to convert. Furthermore, HandBrake encodes videos at a very fast speed, ensuring that you don’t have to wait long when using the software. 

How does it work?

To quickly convert a video, all you have to do is upload the video onto the software, select a built-in present, and click on convert. However, if you wish to work manually, you can head to the app’s available tabs, customize encoding functions, apply filters and effects, tweak the frame rate, modify codecs, and crop and join videos. 

Unfortunately, if you’re a beginner, you will face some difficulties when starting out with HandBrake. That is because the application doesn’t explain its video encoding functions, nor does it provide any tutorials. However, once you get started, you will be able to convert videos using the available presets. 

Is HandBrake the best video converter?

HandBrake is a powerful video converter that you can use to rip files and convert them to a format of your choice. While the app has powerful features, it doesn’t have a user-friendly interface. For newbies, this may turn out to be a challenge. However, for experts, the application provides all the functions and tools needed for a seamless conversion process. 

Should I download HandBrake?

If you’re looking for a powerful and feature-rich video converter, then look no further and download HandBrake for Windows. The application is free to download and provides an easy-to-use dashboard with built-in presets. It supports conversion to several file formats, including MP4, MP3, MKV, and more. In addition to this, the app doesn’t require users to know any coding. All they need to do is upload the video they wish to convert, select a preset, and click on convert. Expert users can make use of HandBrake’s various advanced tools and functions to encode videos based on their preferences. 

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Adblock
detector