View Single Post
Old 15th May 2020, 22:39   #196  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by zapp7 View Post

One other question, I'm using ImageWriter in the IVTC avs script to save the output to 16 bit png images. What's the speediest way to do this? Right now I'm just clicking play in AvsPMod and it takes a long time.

Probably
Code:
avsr64 script.avs
But it's slow, probably not much faster.

How are you loading the 16bit TIFF's ? If using ImageSource, don't forget pixel_type="RGB48", or they will load as 8bit
poisondeathray is offline   Reply With Quote