View Single Post
Old 11th November 2018, 22:30   #6578  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
I'm not really familiar with MeGUI x64. But I see the problem is that it's trying to let x264 open the 10 bit AviSynth script directly. That is not supported. As a workaround you can add the following line to the end of your script:
Code:
ConvertBits(16)
sneaker_ger is offline   Reply With Quote