pinterf / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
208 stars 24 forks source link

Error trying to display the clip #37

Closed TbtBI closed 5 years ago

TbtBI commented 5 years ago

Hi. r2885 is returning "Error trying to display the clip" when trying to display high bit depth video with AvsPmod.

ffvideosource(8-bit.video)
convertbits(10...16)

No issue with r2882 (83b1e85).

pinterf commented 5 years ago

Then it must be because of this commit: https://github.com/pinterf/AviSynthPlus/commit/4ca51d3f45af69cc4a935b0fac5466811544be9b AvsPmod is probably using some of the mentioned converter functions on non-8-bit source.

TbtBI commented 5 years ago

Thanks. I guess it's better to report that issue on @gispos repo instead of your AvsPmod repo?

pinterf commented 5 years ago

No, it was on my side. Fixed.

TbtBI commented 5 years ago

Thanks for the fix.

pinterf commented 5 years ago

Thanks for the report.