View Single Post
Old 23rd September 2020, 23:07   #22  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
The problem is your script. It's returning YUV420P16

The problem line is
Code:
return(result)
Instead, just call result

Code:
#return(result)
result
That "result" gets passed into the rest of the script neo_f3kdb, etc... as "implied last"

Last edited by poisondeathray; 23rd September 2020 at 23:10.
poisondeathray is offline   Reply With Quote