Thread: Avisynth+
View Single Post
Old 27th June 2016, 21:16   #1854  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
Let's look at this silly code fragment
Code:
lsmashvideosource(film, stacked=true, format="YUV444P16")  
# Open Prores422 10 bit as YUV444P16
ConvertStackedToNative()
Spline64Resize(400,300)
Crop(9,7,-9,-7)
FlipHorizontal().FlipVertical()
TurnLeft().TurnRight().Turn180()
PointResize(3200,2400)
GrayScale()
BilinearResize(1600,1200)
ConvertNativeToStacked()
source1=last
...
Nothing special, we are in 2016, UHD era, with 14-16 bit linear uncompressed raw in cameras. I was a bit surprized when this very basic 16 bit workflow started to work on my bench. Funny last minute techdemo from Avisynth. A kind of Second Reality
For everything else there's DitherTools.
pinterf is offline