diff --git a/source/docs/en/latest/advanced/surround-sound.markdown b/source/docs/en/latest/advanced/surround-sound.markdown index c86db893..fa3b1e2b 100644 --- a/source/docs/en/latest/advanced/surround-sound.markdown +++ b/source/docs/en/latest/advanced/surround-sound.markdown @@ -50,8 +50,9 @@ The following source format's can be passed thru. - E-AC3 - DTS (Limited player compatibility in MP4) - DTS-HD (Limited player compatibility in MP4) -- TrueHD (MKV files only) +- TrueHD (Limited player compatibility in MP4) - FLAC (MKV files only) - AAC - MP3 - MP2 +- Opus diff --git a/source/docs/en/latest/cli/command-line-reference.markdown b/source/docs/en/latest/cli/command-line-reference.markdown index 4ada5f39..1ba83acd 100644 --- a/source/docs/en/latest/cli/command-line-reference.markdown +++ b/source/docs/en/latest/cli/command-line-reference.markdown @@ -114,6 +114,8 @@ For reference, the following was generated by the Windows version of HandBrakeCL Video Options ---------------------------------------------------------------- -e, --encoder Select video encoder: + svt_av1 + svt_av1_10bit x264 x264_10bit nvenc_h264 @@ -121,6 +123,7 @@ For reference, the following was generated by the Windows version of HandBrakeCL x265_10bit x265_12bit nvenc_h265 + nvenc_h265_10bit mpeg4 mpeg2 VP8 @@ -219,6 +222,7 @@ For reference, the following was generated by the Windows version of HandBrakeCL flac24 copy:flac opus + copy:opus copy "copy:" will pass through the corresponding audio track without modification, if pass through @@ -231,7 +235,7 @@ For reference, the following was generated by the Windows version of HandBrakeCL --audio-copy-mask Set audio codecs that are permitted when the "copy" audio encoder option is specified - (aac/ac3/eac3/truehd/dts/dtshd/mp2/mp3/flac) + (aac/ac3/eac3/truehd/dts/dtshd/mp2/mp3/flac/opus) Separated by commas for multiple allowed options. --audio-fallback Set audio codec to use when it is not possible @@ -302,11 +306,20 @@ For reference, the following was generated by the Windows version of HandBrakeCL -w, --width Set storage width in pixels -l, --height Set storage height in pixels + --crop-mode auto|conservative|none|custom + Choose which crop mode to operate in. + Default: auto unless --crop is set in which case custom --crop Set picture cropping in pixels (default: automatically remove black bars) - --loose-crop Always crop to a multiple of the modulus - --no-loose-crop Disable preset 'loose-crop' + --crop-threshold-pixels + Number of pixels difference before we consider the frame + to be a different aspect ratio + (default: 9) + --crop-threshold-frames + Number of frames that must be different to trigger + smart crop + (default: 4, 6 or 8 scaling with preview count) -Y, --maxHeight Set maximum height in pixels -X, --maxWidth @@ -379,6 +392,14 @@ For reference, the following was generated by the Windows version of HandBrakeCL Default: mode=3 --no-deinterlace Disable preset deinterlace filter + --bwdif[=string] Deinterlace video using FFmpeg bwdif. + Presets: + bob + Custom Format: + mode=m:parity=p + Default: + mode=3 + --no-bwdif Disable preset bwdif deinterlace filter -5, --decomb[=string] Deinterlace video using a combination of yadif, blend, cubic, or EEDI2 interpolation. Presets: diff --git a/source/docs/en/latest/help/troubleshooting-common-issues.markdown b/source/docs/en/latest/help/troubleshooting-common-issues.markdown index 66bb8386..80a18a98 100644 --- a/source/docs/en/latest/help/troubleshooting-common-issues.markdown +++ b/source/docs/en/latest/help/troubleshooting-common-issues.markdown @@ -78,10 +78,10 @@ If the above does not solve your issue, someone may be able to help via HandBrak ### Downloading Microsoft .NET Core -- [Microsoft .NET Core 5.x](https://dotnet.microsoft.com/download/dotnet/5.0/runtime) -Please make sure to download the "Desktop Runtime". -Download the "x64" versionf or Intel or AMD based systems. -Download the "Arm64" for ARM based devices running Windows. +- [Microsoft .NET Core 6.0.x](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) + - Please make sure to download the "Desktop Runtime" under the "run desktop apps" section of the page. + - Download the "x64" version for Intel or AMD based systems. + - Download the "Arm64" for ARM based devices running Windows. ### General troubleshooting diff --git a/source/docs/en/latest/technical/system-requirements.markdown b/source/docs/en/latest/technical/system-requirements.markdown index 7088d470..dd62d716 100644 --- a/source/docs/en/latest/technical/system-requirements.markdown +++ b/source/docs/en/latest/technical/system-requirements.markdown @@ -24,10 +24,11 @@ The following is the minimum level of hardware HandBrake formally supports. - AMD Ryzen, Threadripper, or Epyc - Intel Core (6th generation and newer) i3, i5, i7, i9, or equivalent Xeon - Apple Silicon M1 and newer, recent Intel Macs supported per the above -- Free memory: +- Free memory: + - Depends on settings used but as a general guide: - 1 GB for transcoding standard definition video (480p/576p) - - 2 GB for transcoding high definition video (720p/1080p) - - 6 GB or more for transcoding ultra high definition video (2160p 4K) + - 2 to 8 GB for transcoding high definition video (720p/1080p) + - 6 to 16 GB or more for transcoding ultra high definition video (2160p 4K) - System storage: - 150 MB for the HandBrake app - 10 GB or more recommended for processing and storing your new videos @@ -100,12 +101,13 @@ HandBrake is supported on the most recent Ubuntu LTS version until a new LTS ver Interim (non-LTS) versions are typically supported until their end of life. -| Ubuntu Version | Status | Last Compatible Version | Notes | -|-------------------------|---------------------|-------------------------|------------------------------------| -| 20.04 LTS Focal Fossa | Supported | | Flatpak, and source. | -| 18.04 LTS Bionic Beaver | Unsupported | HandBrake 1.3.3 | Flatpak only. | -| 16.04 LTS Xenial Xerus | Unsupported | HandBrake 1.1.2 | End of life (standard support). | -| 14.04 LTS Trusty Tahr | Unsupported | HandBrake 1.1.2 | End of life (standard support). | +| Ubuntu Version | Status | Last Compatible Version | Notes | +|---------------------------|---------------------|-------------------------|------------------------------------| +| 22.04 LTS Jammy Jellyfish | Supported | | Flatpak, and source. | +| 20.04 LTS Focal Fossa | Supported | | Flatpak, and source. | +| 18.04 LTS Bionic Beaver | Unsupported | HandBrake 1.3.3 | Flatpak only. | +| 16.04 LTS Xenial Xerus | Unsupported | HandBrake 1.1.2 | End of life (standard support). | +| 14.04 LTS Trusty Tahr | Unsupported | HandBrake 1.1.2 | End of life (standard support). | #### Other @@ -122,9 +124,10 @@ HandBrake is supported on recent versions of macOS, and since version 1.4.0 is a | macOS Version | Status | Last Compatible Version | Notes | |--------------------|---------------------|-------------------------|------------------------------------| +| 13 Ventura | Supported | | Requires HandBrake 1.5.0 or later. | | 12 Monterey | Supported | | Requires HandBrake 1.4.0 or later. | | 11 Big Sur | Supported | | Requires HandBrake 1.4.0 or later. | -| 10.15 Catalina | Supported | | Requires HandBrake 1.2.2 or later. | +| 10.15 Catalina | Deprecated | | Requires HandBrake 1.2.2 or later. | | 10.14 Mojave | Deprecated | | End of life. | | 10.13 High Sierra | Deprecated | | End of life. | | 10.12 Sierra | Unsupported | 1.4.2 | End of life. | diff --git a/source/docs/en/latest/technical/video-codecs.markdown b/source/docs/en/latest/technical/video-codecs.markdown index d1fd3a59..98d1e792 100644 --- a/source/docs/en/latest/technical/video-codecs.markdown +++ b/source/docs/en/latest/technical/video-codecs.markdown @@ -50,6 +50,13 @@ The following video codecs are available for encoding in HandBrake. - Predecessor to MPEG-4 Visual offering very fast encoding with lower quality than modern codecs - Creates larger files than modern encoders +- AV1: + + - Developed by Alliance for Open Media and the successor to VP9, is a free and open video codec. + - Several different encoders are supported: + - In software: SVT-AV1 + - In hardware: Intel QuickSync + - VP9 (libvpx): - Developed by Google and the successor to VP8, VP9 is a free and open video codec @@ -65,3 +72,4 @@ The following video codecs are available for encoding in HandBrake. - Developed by Xiph.Org Foundation and based on On2 Technologies' VP3, Theora is a free and open video codec - Comparable to MPEG-4 Visual in quality and file size + - This encoder is considered deprecated. diff --git a/source/docs/en/latest/technical/video-cq-vs-abr.markdown b/source/docs/en/latest/technical/video-cq-vs-abr.markdown index 55e6a10b..c1894be6 100644 --- a/source/docs/en/latest/technical/video-cq-vs-abr.markdown +++ b/source/docs/en/latest/technical/video-cq-vs-abr.markdown @@ -103,7 +103,8 @@ you do go higher, your output will be larger than your input! ### Recommended values for other encoders -[TODO] +HandBrake will default to a sensible default when the encoder is changed. As with x264 +small adjustments can be made to achieve the desired result. ## Average Bitrate