View Single Post
Old 23rd September 2020, 22:37   #20  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Maybe a problem with your ffmpeg binary. What does info() report ?


Code:
Blankclip(pixel_type="YV12").KillAudio()
convertbits(16)
ConverttoYUV444()
Prefetch(4)
ConvertBits(bits=10, dither=1)
For this test script, info() reports YUV444P10 ; and ffmpeg -i input.avs reports yuv444p10le

Why don't you have ConvertBits before prefetch ?
poisondeathray is offline   Reply With Quote