Git Product home page Git Product logo

Comments (9)

rigaya avatar rigaya commented on August 25, 2024

Not all options are available depending no your environment and device, or command line usage.

ignoring of what audio streams to copy.

You need to set trackID to all audio related options. If you want to only copy track 1 and 2,

--audio-metadata clear

should be

--audio-metadata 1?clear --audio-metadata 2?clear

Trellis seems to be ignored along with async-depth

There is in the log that trellis is not suuported on your platform!

--async-depth 0 means auto.


Others

Using --gop-ref-dist is not recommended for HEVC encoding, it is for AV1 encoding only.

from qsvenc.

hmartin417 avatar hmartin417 commented on August 25, 2024

Ignoring audio:
I want to only mux track 1 and 2 to my output file. the audio-meta clear will clear all tracks meta which i want. i dont want all of the audio tracks though. SO it is not recognizing that i only want audio tracks 1 and 2 and instead defaulting to adding them all.

Trellis:
Yes, it does show in the top that it is disabled/not supported at the top. In my syntax, i already have it turned off so it shouldnt even be trying to use it. The clip also still shows trellis as auto.

I will remove the gop-ref-dist then.

this entire script i use has been working for years on a RTX card with no issues. I have had to change a few commands as they are not in quicksync, but most of it is still there.

from qsvenc.

rigaya avatar rigaya commented on August 25, 2024

it is not recognizing that i only want audio tracks 1 and 2 and instead defaulting to adding them all.

This is because you are using --audio-metadata clear. This should be replaced to --audio-metadata 1?clear --audio-metadata 2?clear.

trellis as auto

It means off for HEVC, actually available only for H.264 now. Therefore you can just remove the options or simply ignore it.

from qsvenc.

hmartin417 avatar hmartin417 commented on August 25, 2024

Thank you for clarifying that it needs to be that way. Apparently Quicksync handles them differently than NVidia. How do i get lookahead??

How would you set the below in QSV?
-c hevc --vbrhq 0 --vbr-quality 28 --qp-init 20:22:25

from qsvenc.

rigaya avatar rigaya commented on August 25, 2024

Please not that QSV is not NVENC, it is a different encoder, thus it does not have the same/equivalent options or behavior.

NVEnc --lookahead is separate rate control mode --la in QSVEnc, however, only supported in H.264. Therefore cannot be used with HEVC encoding.

You might want to try --icq instead of NVEnc --vbrhq 0 --vbr-quality 28. There are no equivalent option in QSVEnc to --qp-init.

from qsvenc.

hmartin417 avatar hmartin417 commented on August 25, 2024

Ok. Thanks for all the help and details!

from qsvenc.

hmartin417 avatar hmartin417 commented on August 25, 2024

Could you provide any detail on how to load DV back into the encode?

from qsvenc.

rigaya avatar rigaya commented on August 25, 2024

Setting dolby visio nprofile can be done by --dolby-vision-profile, and rpu data can be imported by --dolby-vision-rpu.

Rpu data can be extracted using dovi_tools from input file.

Please note that not all dolby vision data is supported, only single-layer profiles are supported. Also please refer to notes in --dolby-vision-rpu.

from qsvenc.

hmartin417 avatar hmartin417 commented on August 25, 2024

from qsvenc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.