rigaya / NVEnc

NVENCによる高速エンコードの性能実験
https://rigaya34589.blog.fc2.com/blog-category-17.html
Other
1.03k stars 108 forks source link

Request: add audio-quality #558

Closed cdgriffith closed 2 months ago

cdgriffith commented 4 months ago

With ffmpeg it's possible to set an audio quality target with -aq in the range 0-9 instead of a set bitrate for most codecs.

The only codec I tested so far that doesn't support it is libvorbis but most others do.

Would be nice to be able to mirror that ability in your encoders. Thanks for the consideration either way!

rigaya commented 4 months ago

I think it'll be able to add something like --audio-quality for NVEnc also (equivalent to ffmpeg -aq).

I'll check and try adding it.

rigaya commented 4 months ago

--audio-quality has been added in NVEnc 7.42, which should work the same as ffmpeg -aq (or -qscale:a).