QuickSync Encoder

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 18: Line 18:
 
* HEVC 32 bits: only hardware encoding
 
* HEVC 32 bits: only hardware encoding
 
The output bitstreams are encoded as raw byte streams or MPEG-4 streams (with a prefix length word according to ISO/IEC 14496-15 and ISO/IEC 14496-17) depending on the connection media type. The list of supported input/output mediatypes and interfaces can be found in \Idl\QSEncoder.idl file in the filter installation folder.
 
The output bitstreams are encoded as raw byte streams or MPEG-4 streams (with a prefix length word according to ISO/IEC 14496-15 and ISO/IEC 14496-17) depending on the connection media type. The list of supported input/output mediatypes and interfaces can be found in \Idl\QSEncoder.idl file in the filter installation folder.
 +
 
NOTE. The HEVC software encoder has a very large latency: the first encoded bitstream will be ready only after loading about 2 * <number of CPU> input frames into the filter.
 
NOTE. The HEVC software encoder has a very large latency: the first encoded bitstream will be ready only after loading about 2 * <number of CPU> input frames into the filter.
  

Revision as of 11:34, 26 May 2020

This page is a copy of the original page on the AVObjects' web site and can also be viewed here.

DirectShow filter for encoding 8-bit 4:2:0 progressive or interlaced video frames in HEVC, H264 or MPEG-2 formats.

Overview

QuickSync Encoder is a DirectShow filter for encoding 8-bit 4:2:0 progressive or interlaced video frames in HEVC, H264 or MPEG-2 formats. Filter based on Intel® Media SDK with Intel QuickSync GPU support and hardware acceleration. Support for encoders depends on the type of Windows (32 or 64 bit), installed video drivers (for hardware encoding) and input format (interlaced or progressive):

  • H264 and MPEG-2, 32 and 64 bits: hardware and software
  • HEVC 64 bits: hardware, software or GACC (the last two are for progressive frames only)
  • HEVC 32 bits: only hardware encoding

The output bitstreams are encoded as raw byte streams or MPEG-4 streams (with a prefix length word according to ISO/IEC 14496-15 and ISO/IEC 14496-17) depending on the connection media type. The list of supported input/output mediatypes and interfaces can be found in \Idl\QSEncoder.idl file in the filter installation folder.

NOTE. The HEVC software encoder has a very large latency: the first encoded bitstream will be ready only after loading about 2 * <number of CPU> input frames into the filter.

Features

  • Supports hardware and software 8 bit 4:2:0 encoding in HEVC, H264 and MPEG-2 formats.
  • Multicore/Hyper Threading support.
  • SSE/SSE2/SSE3/AVX ASM optimization for color conversions.
  • CABAC/CAVLC for H264.
  • I, P and B slices.
  • AVC-Intra support.
  • AVC1/HVC1 file and byte stream formats support.
  • Field or frame pictures.

Supported Standards

  • ITU-T H.264
  • ISO/IEC 14496-10 – MPEG-4 Part 10, Advanced Video Coding

Related Products

See Also

Action Items

Personal tools