QuickSync Encoder

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 17: Line 17:
 
* HEVC 64 bits: hardware, software or GACC (the last two are for progressive frames only)
 
* HEVC 64 bits: hardware, software or GACC (the last two are for progressive frames only)
 
* 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.
  
 
<!--{{Why H.264}}-->
 
<!--{{Why H.264}}-->

Revision as of 11:30, 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.


Features

  • Supports hardware and software 8 bit 4:2:0 encoding in HEVC, H264 and MPEG-2 formats.
  • Multicore/Hyper Threading support.
  • MMX/SSE/SSE2/SSE3 ASM optimization.
  • CABAC/CAVLC.
  • I, P and B slices.
  • AVC-Intra support.
  • AVC1 file and byte stream formats support.
  • Field or frame pictures.
  • The following color spaces are accepted at the input: YUY2, UYVY, YVYU, Y422, NV12, YV12, I420, v210, r210, RB16, BR16, AR16, AB16. All these color spaces are converted to NV12 for encoding.

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