Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Interlaced HEVC encoding problem

Celio_A_
Beginner
388 Views

Hi, i'm need to encode interlaced yuv source to interlaced hevc CQP, but it gives erros, doesnt matter what type software or hardware here the command line options

D:\Intel Media SDK Plugins>sample_encode h265 -i C:\ffmpeg\Teste.yuv -o D:\WTRS1E1.hevc -tff -w 704 -h 528 -bref -idr_interval 1 -f 50 -cqp -qpi 20 -qpp 22 -qpb 24 -u balanced -r 4 -x 6 -g 50 -hw -p e5400a06c74d41f5b12d430bbaa23d0b -gpb:off -num_slice 1 -pp
Preset-controlled parameters (Default):
AdaptiveMaxFrameSize: 0
AsyncDepth: 4
BRefType: 2 (original preset value: 0)
GopPicSize: 50 (original preset value: 100)
GopRefDist: 4 (original preset value: 0)
IntRefCycleDist: 0
IntRefCycleSize: 0
IntRefQPDelta: 0
IntRefType: 0
LookAheadDepth: 0
LowDelayBRC: 0
MaxFrameSize: 0
RateControlMethod: 3 (original preset value: 2)
TargetUsage: 4 (original preset value: 4)
WeightedBiPred: 0
WeightedPred: 0
plugin_loader.h :173 [INFO] Plugin was loaded from GUID: { 0xe5, 0x40, 0x0a, 0x06, 0xc7, 0x4d, 0x41, 0xf5, 0xb1, 0x2d, 0x43, 0x0b, 0xba, 0xa2, 0x3d, 0x0b } (Intel (R) Media SDK GPU-Accelerated plugin for HEVC ENCODE)
Encoding Sample Version 8.3.26.0
Input file format       YUV420
Output video            HEVC
Source picture:
        Resolution      704x544
        Crop X,Y,W,H    0,0,704,528
Destination picture:
        Resolution      704x272
        Crop X,Y,W,H    0,0,704,264
Frame rate      50.00
QPI     20
QPP     22
QPB     24
Gop size        50
Ref dist        4
Ref number      6
Idr Interval    1
Target usage    balanced
Memory type     system
Media SDK impl          hw
Media SDK version       1.26
Processing started
[ERROR], sts=MFX_ERR_MORE_SURFACE(-11), CEncodingPipeline::Run, m_pmfxENC->EncodeFrameAsync failed at c:\users\thx4ever\documents\intel« media sdk 2018 r1 - media samples 8.3.26.352\sample_encode\src\pipeline_encode.cpp:1892
[ERROR], sts=MFX_ERR_MORE_SURFACE(-11), wmain, pPipeline->Run failed at c:\users\thx4ever\documents\intel« media sdk 2018 r1 - media samples 8.3.26.352\sample_encode\src\sample_encode.cpp:1308
Frame number: 0
Encoding fps: -0
plugin_loader.h :199 [INFO] MFXBaseUSER_UnLoad(session=0x0000023BB23B1380), sts=0
0 Kudos
0 Replies
Reply