rigaya / QSVEnc

QSVによる高速エンコードの性能実験
http://rigaya34589.blog135.fc2.com/blog-category-10.html
Other
304 stars 29 forks source link

AVS audio not correct encoded? #157

Closed quamt closed 11 months ago

quamt commented 1 year ago

Hello,

I noticed that when I am using AVS script where it reads input file like this

v = LWLibavVideoSource("F:\video.mkv")
a = LWLibavAudioSource("F:\video.mkv")
audiodub(v,a)

The qsvenc command gets ignored:

--audio-codec aac:aac_coder=twoloop
--audio-bitrate 128
--audio-stream :stereo

And the audio stereo will not be honored:

Output         HEVC(yuv420 10bit) main10 @ Level 5 (high tier)
               1920x1080p 1:1 24.000fps (24/1fps)
               avwriter: hevc, #1:pcm_f32le/6ch -> aac/5.1(side)/128kbps,
                subtitle#1 => matroska

Is this a problem with my setting?

rigaya commented 1 year ago

Thanks for reporting, seems like audio-stream is ignored for avs input. I'll check and make a fix later.

rigaya commented 12 months ago

This should have been fixed with QSVEnc 7.47.

quamt commented 11 months ago

Thank you. Seems to work now.