Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th August 2016, 15:53   #1  |  Link
dorati
Registered User
 
Join Date: Oct 2002
Posts: 70
ffmpeg hevc Intel Quick Sync

Somebody can help me, how to use hevc with Intel Quick Sync (QSV).

I tested a lot of parameters - for example this:

ffmpeg -i video.mkv -vcodec hevc_qsv output.mkv

The result:

Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_qsv))
Stream #0:1 -> #0:1 (dts (dca) -> vorbis (libvorbis))
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

What i make wrong?
dorati is offline   Reply With Quote
Old 21st August 2016, 23:47   #2  |  Link
pandy
Registered User
 
Join Date: Mar 2006
Posts: 1,049
This one work for me:

Code:
 -pix_fmt nv12 -c:v hevc_qsv -preset:v 7 -profile:v 1 -load_plugin 2 -level:v 5.1 -b:v 38M -maxrate:v 40M-1 -minrate:v 1M -bufsize:v 19M-1 -g:v 250 -bf:v 3 -refs:v 5 -bitrate_limit 1 -async_depth 4
Notice load_plugin option - seem this is kind of mandatory to use qsv HW encoding...

I will check tomorrow on different machine what working...
pandy is offline   Reply With Quote
Old 31st August 2016, 21:11   #3  |  Link
dorati
Registered User
 
Join Date: Oct 2002
Posts: 70
thank you for your replay. This works for me !!
dorati is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:12.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.