mikk9

Results 79 comments of mikk9

Thanks for the link. I think it's a Handbrake limitation/issue rather than a Quicksync limitation because with QSVEnc I can use whatever gop and bframes I want. Reference frames doesn't...

bframes and gop-ref-dist are basically the same. bframes+1= gop-ref-dist. bframes 7 and gop-ref-dist 8 is the same. You would want to add Lookahead for AV1, this is working for ffmpeg...

You have to update your graphics driver, it has timestamp and other issues and won't work for AV1.

I just checked on my A380....they made another mistake with the default settings. 2-pass encoding on default won't work on Intel QSV, you have to disable it. Changing the gop-pic-size...

> > I just checked on my A380....they made another mistake with the default settings. 2-pass encoding on default won't work on Intel QSV, you have to disable it. Changing...

GopRefDist 8 is Intels default which works fine, never had issues with this. GopRefDist 7 and 6 is not a good choice, the better alternative is 4 and 2. Sometimes...

video.mfx.GopRefDist == 1 || video.mfx.GopRefDist == 2 || video.mfx.GopRefDist == 4 || video.mfx.GopRefDist == 8 || video.mfx.GopRefDist == 16) https://github.com/oneapi-src/oneVPL-intel-gpu/commit/309f906adc71d37db6a6c6d54224cc1e9056f8f0 There is no 6 or 7.

There is no 6 or 7 in any of Intels documentation. I have tested 5, 6, 7 and they are worse than 2, 4, 8. Nvidias implementation could differ, no...

The commandline is pretty much useless from ChatGPT. --b-adapt , --aq-mode --vbr-quality are no valid option for QSVEnc. --tune is a valid option but not supported yet from the driver....

Staxrip muxing is buggy, this is not QSVEnc related. See here last post: https://github.com/rigaya/QSVEnc/issues/87#issuecomment-1287835215 Maybe this method works for you. AV1 has limited settings at the moment. --gop-ref-dist --gop-len --quality...