rigaya / QSVEnc

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

Decoding issue with AVI files #211

Closed vitduck closed 1 month ago

vitduck commented 1 month ago

Hi,

QSVEnc failed to decode AVI file when coupling with FastFlix. I think there is a key component missing, perhaps a codec that I am not aware of.

Regards.

rigaya commented 1 month ago

Please try adding --avsw to switch avi reader to avsw reader.

avsw reader (using libavformat/libavcodec) will be able to handle the file fine.

Also, audio related option is not supported with avi reader. Therefore it will be better to switch to avsw to make use of audio options.

vitduck commented 1 month ago

Thanks for the explanation.

Adding --avsw has resolved the issue. Based on the options list my understanding is that

Please close the issue as you see fit and again thanks for your time.

rigaya commented 1 month ago

Thank you for confirming.

I’ll close the issue as the problem is now gone.