Thread: Vapoursynth
View Single Post
Old 8th September 2015, 22:00   #1708  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,555
Here's R28 test 2.

WARNING! The VS2015 runtime needs to be installed manually for now

Note that this build was made with VS2015 and without tcmalloc. Speed comparisons to R27 would be interesting to see. Apart from the compiler switch it's more or less purely a bugfix release.

Code:
r28:
get_core() can now be used in callbacks and other external functions in python
now returns an error message saying that windows needs to be updated in certain cases when plugin loading fails
fixed loop filter (nodame)
lut and lut2 can now output float as well
now accepts scripts that start with a BOM as well
fixed an image corruption bug with 9-16 bit input to rgvs when the c++ code is used
fixed division by zero issues in muldivrational in vshelper.h
blankclip can now create 0 (unknown/variable) fps clips
added float support to planedifference and planeaverage
added half support to addborders
relevant compile time options are now in the version string
Still uses python 3.4 obviously.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet

Last edited by Myrsloik; 8th September 2015 at 22:03.
Myrsloik is online now   Reply With Quote